07-14-2015, 04:10 AM
I would recommend you stay far far fay away from this. This "null" still reports your license and server information to the WHMCS servers.
$valuesToSend = array( "licensekey" => $whmcs->get_license_key(), "version" => $whmcs->getVersion()->getCanonical(), "ssl" => $whmcs->in_ssl(), "phpversion" => PHP_VERSION, "extension_pdo" => extension_loaded("pdo"), "extension_pdomysql" => extension_loaded("pdo_mysql"), "memory_limit" => ini_get("memory_limit"), "config_fileperms" => fileperms(ROOTDIR . DIRECTORY_SEPARATOR . "configuration.php"), "writeabledirs_moved" => $whmcs->getApplicationConfig()->hasCustomWritableDirectories() );
$data = curlCall("https://cdn.whmcs.com/feeds/homepopup.php", $valuesToSend);
$infotoggle[$adminId] = curlCall("https://cdn.whmcs.com/feeds/homepopup.php", array( "lastupdate" => "1", "licensekey" => $whmcs->get_license_key(), "version" => $whmcs->getVersion()->getCanonical() ), array( "CURLOPT_TIMEOUT" => "5" ));

(07-14-2015 04:10 AM)JustSomeDude Wrote: [ -> ]I would recommend you stay far far fay away from this. This "null" still reports your license and server information to the WHMCS servers.

(07-14-2015 05:38 AM)FireHacker Wrote: [ -> ]yes i confim it work 100% yes sure.
Thanks so much
(07-14-2015 05:02 AM)pebles Wrote: [ -> ](07-14-2015 04:10 AM)JustSomeDude Wrote: [ -> ]I would recommend you stay far far fay away from this. This "null" still reports your license and server information to the WHMCS servers.
I assure you not report informed by whmcs




$infotoggle[$adminId] = curlCall("https://cdn.whmcs.com/feeds/homepopup.php", array( "lastupdate" => "1", "licensekey" => $whmcs->get_license_key(), "version" => $whmcs->getVersion()->getCanonical() ), array( "CURLOPT_TIMEOUT" => "5" ));
(07-14-2015 06:57 AM)JustSomeDude Wrote: [ -> ](07-14-2015 05:02 AM)pebles Wrote: [ -> ](07-14-2015 04:10 AM)JustSomeDude Wrote: [ -> ]I would recommend you stay far far fay away from this. This "null" still reports your license and server information to the WHMCS servers.
I assure you not report informed by whmcs
Dude just read the 2 code snippets I posted![]()
People like you always remind me why I don't bother releasing anything anymore lol
If there is no info reported to WHMCS's servers what does the following code do hmm?
PHP Code:
$infotoggle[$adminId] = curlCall("https://cdn.whmcs.com/feeds/homepopup.php", array( "lastupdate" => "1", "licensekey" => $whmcs->get_license_key(), "version" => $whmcs->getVersion()->getCanonical() ), array( "CURLOPT_TIMEOUT" => "5" ));
Quote:hello
1. install the script as you get it
2. after installtion, when you want to login in admin, it will say invalid licence key
3. now unzip "License_6.0.zip"; you will find a file inside "License.php"
4. Upload "License.php" to your site root (script folder root in your server) and overwrite existing
5. upload again the same file "License.php" to SITE ROOT/includes/classes/WHMCS folder and oerwrite existing.
6. It is all, you can access now admin area. Work 100%