Best Blackhat Forum

Full Version: [GET] WHMCS Version : 6 Released - NULLED
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
I would recommend you stay far far fay away from this. This "null" still reports your license and server information to the WHMCS servers.
PHP Code:
$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); 

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" )); 

just two examples of what I am talking about Lol Lol
hey guys. It works perfectly. watch video tutorialu post.





the database does not put 127.0.0.1
to put localhost database

license key [put what you want] example [owned-bestblackhatforum]

(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 Wink
we are confused now :(
yes i confim it work 100% yes sure.
Thanks so much
(07-14-2015 05:38 AM)FireHacker Wrote: [ -> ]yes i confim it work 100% yes sure.
Thanks so much

How did you fix the problem you had?
(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 Wink

Dude just read the 2 code snippets I posted BiggrinBiggrinBiggrinBiggrinBiggrin

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" )); 
(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 Wink

Dude just read the 2 code snippets I posted BiggrinBiggrinBiggrinBiggrinBiggrin

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" )); 

just LOL

@ OP: fix ur calendar bro. 1st April long since come and gone
@Loomy, JustSomeDude and all you knowledgeable and gifted crackers, please null this. Thank you very much!
How to install nulled version successfully? here is tuto simple and 100% worked:
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%

Give me a beer
Pages: 1 2 3 4 5
Reference URL's