ht.php 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <?
  2. header("Content-type: text/html; charset=gb2312");
  3. ?>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="x-ua-compatible" content="ie=7" />
  8. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  9. <title>操作提示</title>
  10. <link href="css/basic.css" rel="stylesheet" type="text/css" />
  11. <style type="text/css">
  12. .yj{float:left;width:100%;text-align:center;padding:100px 0 0 0;font-size:20px;}
  13. .yj strong{color:#ff0000;}
  14. .yj1{float:left;width:100%;text-align:center;padding:50px 0 0 0;font-size:16px;color:#00F;}
  15. .yj2{float:left;width:100%;text-align:center;padding:100px 0 0 0;font-size:16px;color:#999;}
  16. .yj2 a:hover{color:#ff0000;}
  17. </style>
  18. </head>
  19. <body>
  20. <div class="yj">
  21. 操作提示:请勿使用<strong>admin</strong>、<strong>yjadmin</strong>、<strong>manage</strong>、<strong>admin888</strong>、<strong>member</strong>这些容易被猜到的后台名称
  22. </div>
  23. <div class="yj1">
  24. 字母加数字的形式会更安全哦<br><br><br><a href="javascript:void(0);">【方法:修改后台的文件夹名称就可以了】</a>
  25. </div>
  26. <div class="yj2">
  27. 如不会修改,请联系 <a href="http://yj.928vip.cn" target="_blank">友价源码(yj.928vip.cn)</a> 您的技术专员免费给你调整
  28. </div>
  29. </body>
  30. </html>