من مجلد الادمن تفتح الملفات الموجوده فيها و تغير الكلمات مو الاوامر
الى عربي مثلاً مجلد الـindex اللي في مجلد الادمن
تلقاه اول ما تفتح كذا
كود PHP:
<?php
error_reporting(7);
require("./global.php");
if ($action=="") {
adminlog();
}
if ($redirect!="") {
$redirect=ereg_replace("sessionhash=[a-z0-9]{32}&","",$redirect);
$redirect=ereg_replace("\\?sessionhash=[a-z0-9]{32}","",$redirect);
$redirect=ereg_replace("s=[a-z0-9]{32}&","",$redirect);
$redirect=ereg_replace("\\?s=[a-z0-9]{32}","",$redirect);
if (strpos($redirect,"?")>0) {
$redirect.="&s=$session[dbsessionhash]";
} else {
$redirect.="?s=$session[dbsessionhash]";
}
cpheader("<meta http-equiv=\"Refresh\" content=\"0; URL=$redirect\">");
echo "<p>One moment...</p>";
cpfooter();
exit;
}
if (isset($action)==0) {
$action="frames";
}
if ($action=="phpinfo") {
phpinfo();
}
if ($action=="frames") {
?>
بعد ما تعربه تلقاه كذا
كود PHP:
<?php
error_reporting(7);
require("./global.php");
if ($action=="") {
adminlog();
}
if ($redirect!="") {
$redirect=ereg_replace("sessionhash=[a-zأ-ي0-9]{32}&","",$redirect);
$redirect=ereg_replace("\\?sessionhash=[a-zأ-ي0-9]{32}","",$redirect);
$redirect=ereg_replace("s=[a-zأ-ي0-9]{32}&","",$redirect);
$redirect=ereg_replace("\\?s=[a-zأ-ي0-9]{32}","",$redirect);
if (strpos($redirect,"?")>0) {
$redirect.="&s=$session[dbsessionhash]";
} else {
$redirect.="?s=$session[dbsessionhash]";
}
cpheader("<meta http-equiv=\"Refresh\" content=\"0; URL=$redirect\">");
echo "<p>انتظر لحظة</p>";
cpfooter();
exit;
}
if (isset($action)==0) {
$action="frames";
}
if ($action=="phpinfo") {
phpinfo();
}
if ($action=="frames") {
?>
و اذا تبي لوحة تحكم معربه عطاني اياها اخوي B2S جزاه الله الف خير في هذا الموضوع
http://www.swalif.net/softs/showthre...786#post201555
اتمنى اكون ساعدتك شوي