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