48.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")

01-08-2014, 09:42 AM
Post: #21
RE:
(01-08-2014 07:07 AM)xootmedia Wrote:  is not upgrading please help me :(
PLZ read Documentation Folder inside instruction for update.
01-08-2014, 03:15 PM
Post: #22
RE:
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
Post: #23
RE:
(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
Post: #24
RE:
there is no instruction writing there :(
01-08-2014, 06:42 PM
Post: #25
RE:
cheick well. i post instruction on page 1
74.gif
01-08-2014, 08:46 PM
Post: #26
RE:
(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
01-09-2014, 12:00 AM
Post: #27
RE:
thanks alot
01-09-2014, 12:02 AM
Post: #28
RE:
be careful guys script have callback options
01-09-2014, 04:56 AM
Post: #29
RE:
(01-09-2014 12:02 AM)gaskoo Wrote:  be careful guys script have callback options
where?
01-09-2014, 05:31 AM
Post: #30
RE:
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
87.gif




27.gif