• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Modesy - Marketplace & Classified Ads Script

Modesy - Marketplace & Classified Ads Script V2.4.3

No permission to download
You didn't assign permission for script folders so config file couldn't be written. Check again your folder's permission
 
invalid license method...

Code:
function esn_eoc()    // delete lines of code inside
    {
        echo "Invalid License Code!";
        exit();
    }
    

 if (function_exists('lse_inv')) {        // delete lines of code inside
                lse_inv();
            }
            exit();
            

replace function..


function verify_license($license_code, $current_url)
{
    $url = "https://codingest.net/api/verify-modesy-license?license_code=" . $license_code . "&domain=" . $current_url;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $response = curl_exec($ch);
    curl_close($ch);
    if (empty($response)) {
        $url = "http://codingest.net/api/verify-modesy-license?license_code=" . $license_code . "&domain=" . $current_url;
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        $response = curl_exec($ch);
        curl_close($ch);
    }
    return array("code"=>"valid");
}
 
Please tell me where to get the key?

YOU MUST READ RULES, AFTER THAT INTRODUCE YOURSELF ! (edited by phpcore)
 
Last edited by a moderator:
Exactly not working it requires license

What are you saying ????

I completely rewrote the installer code, there is no license
I also replaced the whole SYSTEM dir with a fresh clean one version 3.1.11
I installed and tested it before upload.

Just open and look inside the application/config/config.php at the bottom. 3 functions that does not exists in the original script, because they were present in some files of codeigniter system directory.
 
  • Like
Reactions: zupic
- I promise I will read the rules before posting again - (edited by slvrsteele)
 
Last edited by a moderator:
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\install\data\run_queries.php on line 4416

Warning
: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\install\data\run_queries.php on line 4420

that's normal or problem ?


YOU ARE RIGHT THERE IS A PROBLEM YOU MUST READ RULES, AFTER THAT INTRODUCE YOURSELF ! (edited by phpcore)
 
Last edited by a moderator:
invalid license method...

Code:
function esn_eoc()    // delete lines of code inside
    {
        echo "Invalid License Code!";
        exit();
    }
   

if (function_exists('lse_inv')) {        // delete lines of code inside
                lse_inv();
            }
            exit();
           

replace function..


function verify_license($license_code, $current_url)
{
    $url = "https://codingest.net/api/verify-modesy-license?license_code=" . $license_code . "&domain=" . $current_url;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $response = curl_exec($ch);
    curl_close($ch);
    if (empty($response)) {
        $url = "http://codingest.net/api/verify-modesy-license?license_code=" . $license_code . "&domain=" . $current_url;
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        $response = curl_exec($ch);
        curl_close($ch);
    }
    return array("code"=>"valid");
}
An error occurred please try again!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock