(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 !
there is no instruction writing there :(
cheick well. i post instruction on page 1
be careful guys script have callback options
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