01-08-2014, 09:42 AM
01-08-2014, 03:15 PM
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:20 PM
(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
01-08-2014, 05:37 PM
there is no instruction writing there :(
01-08-2014, 06:42 PM
cheick well. i post instruction on page 1
01-08-2014, 08:46 PM
01-09-2014, 12:00 AM
thanks alot
01-09-2014, 12:02 AM
be careful guys script have callback options
01-09-2014, 04:56 AM
(01-09-2014 12:02 AM)gaskoo Wrote: [ -> ]be careful guys script have callback optionswhere?
01-09-2014, 05:31 AM
system/libs/functions.php
eval(base64_decode('ZnVuY3Rpb24gY2hlY2tf......) -
(line 297)
remove and insert:
create a file http//:mydomain/1.txt
record in the file true
--------------------------------------------------------------------------------
admin-panel/index.phpeval(base64_decode("aWYoJGlzX29ubGluZSAmJiAkZGF0YV...)
(line 39)
remove and insert:
who helped +1)))
Copy of and2526
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'];
}
Copy of and2526