24.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

10-12-2013, 07:30 PM
Post: #1
[Null] Any Who Can Null Scripts !!!
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
10-13-2013, 06:16 AM
Post: #2
RE:
i have latest cs-cart 4.0.1 - looking anyone who can null it
10-13-2013, 06:31 AM
Post: #3
RE:
Strange !! I thaught there are great coders here :/
Anyway just wanted to start sharing in the forum like you all do :)
10-13-2013, 07:54 AM
Post: #4
RE:
Can somebody null this script...would be nice
10-13-2013, 01:36 PM (This post was last modified: 10-13-2013 01:43 PM by ayoups.)
Post: #5
RE:
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
30.gif
10-13-2013, 02:17 PM (This post was last modified: 10-13-2013 02:20 PM by ayoups.)
Post: #6
RE:
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
10-13-2013, 02:59 PM
Post: #7
RE:
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...
10-13-2013, 04:39 PM
Post: #8
RE:
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
10-13-2013, 07:18 PM
Post: #9
RE:
decoded and nulled :D

testing and share :D please wait guys
10-14-2013, 02:17 AM
Post: #10
RE:
phpVibe 3.3 Release Candidate 2: http://bestblackhatforum.com/Thread-phpV...P-NULL-PNX
28.gif




17.gif