Best Blackhat Forum

Full Version: [Null] Any Who Can Null Scripts !!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello guys
I have the latest version of Phpvibe 3.3 RC2 but without license so it has to be nulled
So is there any one who can null it for me and all BBHF ??

http://www.mediafire.com/?l7izadveg36yakc
i have latest cs-cart 4.0.1 - looking anyone who can null it
Strange !! I thaught there are great coders here :/
Anyway just wanted to start sharing in the forum like you all do :)
Can somebody null this script...would be nice
to experts in nulling scripts
i tried to make the script work my self so i did some changes:


function is_licensed() {
if( !defined( 'phpVibeKey')) {
return false;
}
$key_info = array();
$key_info['key'] = phpVibeKey;
$key_info['domain'] = get_domain(SITE_URL);
$serverurl = "aHR0cDovL2xhYnMucGhwdmliZS5jb20vc2VydmVyL3NlcnZlci5waHA=";
$ch = curl_init (base64_decode($serverurl));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt ($ch, CURLOPT_POST, true);
curl_setopt ($ch, CURLOPT_POSTFIELDS, $key_info);
$result = curl_exec ($ch);
$result = json_decode($result, true);
if($result['valid'] == "true"){
return true; } else {
return false;}
}
i deleted code in red

so the installation worked with some warnings but it worked
I hope i did something right :D

but i'm worried about the callbacks i heard talking about
i hope you help me here

edit: Shittt when i opened /moderator to manage site, it says LicenseKey check failed for your domain and i can't do anything
also files in /moderator are encoded in ioncube
Nulled Successfully now everything is working
i decoded index.php in /moderator and deleted same lines from the other file in /setup and finally the admin panel is working well

download fixed /setup/index.php with decoded and fixed /moderator/index.php: http://www.mediafire.com/?bgckdad8qf518s4

hope you like my work this is the first script i null

if the experts say it is safe and well nulled i will post the whole package in new thread
dude thankxx for the retail share.....i'll null it today.....without callbacks and is it ok if i share the download link openly or should i send it to u privately....

thank you...
Everything is NOT working!! Only parts of the moderatorpanel works, but the main issue is that it still calls to check the license.
(10-13-2013 02:17 PM)ayoups Wrote: [ -> ]Nulled Successfully now everything is working
i decoded index.php in /moderator and deleted same lines from the other file in /setup and finally the admin panel is working well

download fixed /setup/index.php with decoded and fixed /moderator/index.php: http://www.mediafire.com/?bgckdad8qf518s4

hope you like my work this is the first script i null

if the experts say it is safe and well nulled i will post the whole package in new thread
decoded and nulled :D

testing and share :D please wait guys
Pages: 1 2
Reference URL's