科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网安全频道用密码验证来保护动感首页

用密码验证来保护动感首页

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

如何用密码验证来保护动感首页呢?

作者:黑客基地 来源:黑客基地 2008年6月11日

关键字: 黑客 网吧 网吧黑客

  • 评论
  • 分享微博
  • 分享邮件

下面的程序是阿喔动感管理通用程序,非常简单不用解释了吧!

if username="admin" and password="admin" then

请记得修改两个admin分别用户名和密码!

login.asp
<html>
<head>
<title>管理者登陆</title>
<link rel="stylesheet" href=../../"download.css">
</head>
<body>
<div align="center"><center>
<table border="0" cellspacing="1" width="90%">
  <tr>
    <td> <form method="post"action="
chklogin.asp">
      <table width="45%"
border="1"cellspacing="0" cellpadding="1"
align="center"      
bordercolordark="#ecf5ff"bordercolorlight="#6699cc">
        <tr>
          <td><
table width="100%"
border="0" cellspacing="1"cellpadding="1">
            <tr>
           
    
       <td width="33%"
align="right"
height="30">用户名:</td>
       
       <
td width="67%"><input name="username"
maxlength="20"class="
smallinput" size="20"> </td>
        
    </tr>
        
    <tr>
        
  
      
      <
td width="33%"align="right"
height="30">密 码:</td>
        
      
<tdwidth="67%"><input type="
password" name="password"
maxlength="16" class="smallinput"
      
        size="20"> </td>
        
    </tr>
        
    <tr>
        
      
<tdcolspan="2" height="15"></td>
            </tr>
          </table>
          </td>
        </tr>
        <tr align="center">
         
 <td height="40">
         
     &nbsp
;   <input type="submit" name="submit"
value="确定" class="buttonface">
         
     
         
      
<input type="reset" name="submit2"
value="重写" class="buttonface">
         
      
    </td>
        </tr>
      </table>
    </form>
    <p align="center"> </td>
  </tr>
</table>
</center></div>
</body>
</html>
__________________________________________________________________
chklogin.asp
<%
dim sql
dim rs
dim seekerrs
dim founduser
dim username
dim companyid
dim password
dim errmsg
dim founderr
founderr=false
founduser=false
username=request.form("username")
password=request.form("password")
if username="" then
   response.redirect "index.asp"
end if
if password="" then
     response.redirect "index.asp"
end if
if username="admin" and password="admin" then
   response.cookies("adminok")=true
   response.redirect "manage.asp"
else
     response.redirect "index.asp"
end if
%>

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章