نصب اسکریپت

  • نویسنده موضوع MAYRAN
  • تاریخ شروع

MAYRAN

کاربر عضو
من اسکریپت pes pro 1.9.7 نصب کردم فقط می ره تو فایل نصب که چون مثلا نال هست پس فایل نصب نداره.

در سایت های خارجی به دنبال راه حل بودم که برای ورژن 1.9.6 بصورت زیر بود اما برای 1.9.7 جواب نداد.

خب باید چه کرد.

system/libs/functions.php

eval(base64_decode('ZnVuY3Rpb24gY2hlY2tf......) -

(line 297)

remove and insert:


کد:
[COLOR=#000000][FONT=Verdana]function check_license($email,$domain){[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]$qry_str = "email=".$email."&host=".$domain;[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]$ch = curl_init();[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]curl_setopt($ch, CURLOPT_URL,'/1.txt'); [/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]curl_setopt($ch, CURLOPT_POST, 1);[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]curl_setopt($ch, CURLOPT_POSTFIELDS, $qry_str);[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); [/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]curl_setopt($ch, CURLOPT_TIMEOUT, 1);[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]$result = trim(curl_exec($ch));[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]curl_close($ch);[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]if($result != ''){[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]return $result;[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]}else{[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]return 'true';}}[/FONT][/COLOR][COLOR=#000000][FONT=Verdana]
 [/FONT][/COLOR]
create a file http//:mydomain/1.txt

record in the file true

--------------------------------------------------------------------------------

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

(line 39)

remove and insert:


کد:
[COLOR=#000000][FONT=Verdana]if($is_online and& $data['admin'] == 0){[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]redirect($site['site_url']);[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]exit;[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]}elseif(!$is_online){[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]redirect('login.php');[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]exit;}[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]$page_name = 'dashboard';[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]if (isset($_GET['x']) and& isset($action[$_GET['x']])) {[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]$page_name = $_GET['x'];[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]}[/FONT][/COLOR][COLOR=#000000][FONT=Verdana]

 [/FONT][/COLOR]
منبع:


کد:
http://bestblackhatforum.com/Thread-Null-Decode-PES-Pro-1-9-6-Original?page=4

 
آخرین ویرایش توسط مدیر:
بالا