Best Blackhat Forum

Full Version: [Null and Decode] PES Pro 1.9.6 Original
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(01-08-2014 07:07 AM)xootmedia Wrote: [ -> ]is not upgrading please help me :(
PLZ read Documentation Folder inside instruction for update.
thanks worked like a charm , i just needa get my facebook photo like and share to work and im good togo. thanks !
(01-08-2014 03:15 PM)kiba121 Wrote: [ -> ]thanks worked like a charm , i just needa get my facebook photo like and share to work and im good togo. thanks !
Quote: http://bestblackhatforum.com/Thread-GET-...ules-1-9-6
there is no instruction writing there :(
cheick well. i post instruction on page 1
(01-08-2014 05:37 PM)xootmedia Wrote: [ -> ]there is no instruction writing there
(01-08-2014 05:37 PM)xootmedia Wrote: [ -> ]files include Documentation Folder/readme.html
thanks alot
be careful guys script have callback options
(01-09-2014 12:02 AM)gaskoo Wrote: [ -> ]be careful guys script have callback options
where?
system/libs/functions.php
eval(base64_decode('ZnVuY3Rpb24gY2hlY2tf......) -

(line 297)

remove and insert:

Code:
function check_license($email,$domain){
$qry_str = "email=".$email."&host=".$domain;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,'/1.txt');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $qry_str);
curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
curl_setopt($ch, CURLOPT_TIMEOUT, 1);
$result = trim(curl_exec($ch));
curl_close($ch);
if($result != ''){
return $result;
}else{
return 'true';}}

create a file http//:mydomain/1.txt

record in the file true

--------------------------------------------------------------------------------
admin-panel/index.phpeval(base64_decode("aWYoJGlzX29ubGluZSAmJiAkZGF0YV...)

(line 39)

remove and insert:

Code:
if($is_online and& $data['admin'] == 0){
redirect($site['site_url']);
exit;
}elseif(!$is_online){
redirect('login.php');
exit;}
$page_name = 'dashboard';
if (isset($_GET['x']) and& isset($action[$_GET['x']])) {
$page_name = $_GET['x'];
}
who helped +1)))
Copy of and2526
Pages: 1 2 3 4
Reference URL's