lỗi ở đây: http://vietxf.org/threads/tang-cuong-bao-mat-admincp-cho-xenforo.56/page-3 sau khi lam theo thi hien gio ko con vao duoc admin.php nữa khong hiểu minh sai chỗ nào nhờ admin giúp
IP của bạn là tĩnh hay động ?? Nếu là IP động thì bỏ đoạn code này trong htaccess đi Mã: <Files admin.php> RewriteEngine On RewriteBase / RewriteCond %{REMOTE_HOST} !^12.34.56.78 RewriteCond %{REQUEST_URI} !/index.php$ RewriteRule .* /index.php [R=302,L] </Files> Nếu là tĩnh thì bỏ đoạn code này trong file admincp thật đi Mã: //Dang nhap vao admincp $config['user_vietxforg'] = 'yourusername'; $config['pass_vietxforg'] = 'yourpassword'; if ($_SERVER['PHP_AUTH_USER'] != $config['user_vietxforg'] || $_SERVER['PHP_AUTH_PW'] != $config['pass_vietxforg']){ header('WWW-Authenticate: Basic realm="Xin vui long khai bao thong tin yeu cau truoc khi duoc chuyen den bang dang nhap"'); header('HTTP/1.0 401 Unauthorized'); //Trang sẽ hiển thị khi thông tin khai báo sai. (support HTML). echo '<center>Access Denied!!!</center>'; exit; }
xoa roi van bao loi setupAutoloader($fileDir . '/library'); XenForo_Application::initialize($fileDir . '/library', $fileDir); XenForo_Application::set('page_start_time', $startTime); $fc = new XenForo_FrontController(new XenForo_Dependencies_Admin()); $fc->run();
hì, ý là mình vào apc của cậu thấy bt, chắc là do cậu làm 2 trang admin, mính vào test nhầm, k co y j dau