Modesy - Marketplace & Classified Ads Script

Modesy - Marketplace & Classified Ads Script V2.5.2

No permission to download

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,617
26,960
120
You didn't assign permission for script folders so config file couldn't be written. Check again your folder's permission
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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");
}
 

zupic

New member
Banned User
Nov 21, 2020
4
1
3
Please tell me where to get the key?

YOU MUST READ RULES, AFTER THAT INTRODUCE YOURSELF ! (edited by phpcore)
 
Last edited by a moderator:

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
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

mcking

New member
Jun 12, 2019
2
0
1
- I promise I will read the rules before posting again - (edited by slvrsteele)
 
Last edited by a moderator:

mazenlenox10

New member
Banned User
Oct 11, 2020
10
1
3
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:

mazenlenox10

New member
Banned User
Oct 11, 2020
10
1
3
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!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu