Thanks for your reply, that has issue while was nulling it.You didn't assign permission for script folders so config file couldn't be written. Check again your folder's permission
This seems silly. Why were you nulling it??? This is fully nulled.Thanks for your reply, that has issue while was nulling it.
Not me who tried to null it. I mean the uploader...but it doesn't workThis seems silly. Why were you nulling it??? This is fully nulled.
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");
}
Do I have to download it from the button on the top?
Thankful to you sirfixed..
1-7modesy-buy-sell-used-stuff.rar - Mirrored.to - Mirrorcreator - Upload files to multiple hosts
Securely upload your files, media and documents to more than 30 cloud storage providers simultaneosuly. Remote Upload files to Google Drive and many other hosts.www.mirrored.to
Please tell me where to get the key?
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.
An error occurred please try again!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!