PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : دانلود هک جلوگیری از ورود به ادمین سی پی با آی پی غیر از مدیر کل AdminCP Access



KIAN FAR
16th November 2012, 15:53
دانلود هک جلوگیری از ورود به ادمین سی پی با آی پی غیر از مدیر کل AdminCP Access



با این هک شما آی پی خودتون رو میزنید و بغیر از اون آی پی ها دیگه وارد Admincp نمیتونه کسی بشه و به صفحه اصلی هدایت میشه .





برای ورژن 3.8.7

Features:
Enable and Disable hack (Disabled by default)
Define MULTIPLE IPs that are allowed to access the AdminCP
Able to separate multiple IPs by | (No spaces between the IPs and |)
Define MULTIPLE User Groups that are allowed to access the AdminCP
Able to separate multiple User Groups by | (No spaces between the User Groups and |)
Define MULTIPLE User IDs that are allowed to access the AdminCP
Able to separate multiple User IDs by | (No spaces between the User IDs and |)
Upgrade:
You MUST uninstall the old product after that just follow the directions of the New Installation








روش نصب هکک
1. به admincp/index.php بروید و آن را باز کنید .
و این کد را پیدا میکنیم:


require_once('./global.php');بعد از آن اضافه کنید :





if ($vbulletin->options['allowip_enabled']){
$valid_ips = explode("|", $vbulletin->options['allowedips']);
if (!in_array($_SERVER['REMOTE_ADDR'],$valid_ips)) {
header('Location: ../index.php'); //change according to your site setup
exit();
}
}
//allowed usergroups
if ($vbulletin->options['allowgroups_enabled']){
$valid_ids = explode("|", $vbulletin->options['allowedgroups']);
if (!in_array($vbulletin->userinfo['usergroupid'], $valid_ids)) {
header('Location: ../index.php'); //change according to your site setup
exit();
}
}
//allowed user ids
if ($vbulletin->options['allowids_enabled']){
$valid_ids = explode("|", $vbulletin->options['allowedids']);
if (!in_array($vbulletin->userinfo['userid'], $valid_ids)) {
header('Location: ../index.php'); //change according to your site setup
exit();
}
}




حالا هک را از مدیریت محصولات ایمپورت کنید .
AdminCP-> VBulletin Options-> VBulletin Options-> AdminCP Access
از مسیر فوق تنظیمات را انجام دهید .
در قسمت Allowed IPs هم آی پی های خودتون رو بزنید ( و کسانی که اکسس دارند ) به این صورت :







1.1.1.1|2.2.2.2|3.3.3.3|