| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 588 人关注过本帖
标题:求助~~大侠们
只看楼主 加入收藏
nahi521
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2008-3-17
收藏
 问题点数:0 回复次数:1 
求助~~大侠们
我把网站后台管理员密码忘记了 ~~~
技术员现在联系不上  
听说要文件改什么参数才能进去~~~
不知道怎么弄~~~是MD5加密的
这是登陆界面的代码.....
那位大侠指导下~~~~小弟先谢谢了


<%@language=vbscript codepage=936 %>
<%
option explicit
'强制浏览器重新访问服务器下载页面,而不是从缓存读取页面
Response.Buffer = True
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
'主要是使随机出现的图片数字随机
%>
<html>
<head>
<title>管理员登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="inc_style.css" rel="stylesheet" type="text/css">
<script language=javascript>
<!--
function SetFocus()
{
if (document.Login.UserName.value=="")
    document.Login.UserName.focus();
else
    document.Login.UserName.select();
}
function CheckForm()
{
    if(document.Login.UserName.value=="")
    {
        alert("请输入用户名!");
        document.Login.UserName.focus();
        return false;
    }
    if(document.Login.Password.value == "")
    {
        alert("请输入密码!");
        document.Login.Password.focus();
        return false;
    }
}



//-->
</script>
<style type="text/css">
<!--
body {
    background-color: #02267A;
}
-->
</style></head>
<body class="bgcolor">
<p> </p>
<form name="Login" action="Admin_ChkLogin.asp" method="post" target="_parent" onSubmit="return CheckForm();">
            <div align="center">
            <table width="467" border="0" cellspacing="1" bordercolor="#CCCCCC" height="155">
         
          <tr align="center">
            <td height="155" colspan="2"> <img src="img/login1.jpg" width="467" height="151"></td>
          </tr></table><table width="467" height="169" border="0" cellspacing="1" bordercolor="#CCCCCC" background="img/login2.jpg">
          <tr>
            <td height="24" align="right" width="158"></td>
            <td width="287" height="24"></td>
          </tr>
          <tr>
            <td height="46" align="right" width="158">用户名:</td>
            <td width="287" height="46"><input name="UserName"  type="text"  id="UserName4" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onMouseOver="this.style.background='#E1F4EE';" onMouseOut="this.style.background='#FFFFFF'" onFocus="this.select(); "></td>
          </tr>
          <tr>
            <td height="28" align="right" width="158">密&nbsp; 码:</td>
            <td height="28" width="287"><input name="Password"  type="password" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onMouseOver="this.style.background='#E1F4EE';" onMouseOut="this.style.background='#FFFFFF'" onFocus="this.select(); "></td>
          </tr>
          <tr>
            <td colspan="2" height="45"> <div align="center">
                <input   type="submit" name="Submit" value=" 登 陆 " style="font-size: 12px; height: 19; width: 60; color: #000000; background-color: #ffffff; border: 1 solid #E1F4EE" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#E1F4EE'">
                <input name="reset" type="reset"  id="reset" value=" 清&nbsp;除 " style="font-size: 12px; height: 19; width: 60; color: #000000; background-color: #ffffff; border: 1 solid #E1F4EE" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#E1F4EE'">
                <br>
              </div></td>
          </tr>
          <tr>
            <td colspan="2">  </td>
          </tr>
        </table>
            </div>
            </div>
</form>

</body>
</html>
搜索更多相关主题的帖子: 服务器 浏览器 下载页面 MD5加密 option 
2008-03-17 11:17
yms123
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
收藏
得分:0 
楼主能否得到网站的数据库?
从数据库中找到管理员的帐号,然后不要改动网站源码,直接注册一个新帐号。
把帐号的MD5密码覆盖管理员的密码,这样就能进入了。
2008-03-17 15:12
快速回复:求助~~大侠们
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.025477 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved