⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminme.asp

📁 后台超级账号密码admin/admin
💻 ASP
字号:
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创                    ''''
''''联系:ctplr@163.com          ''''
''''说明:需要新功能联系我      ''''
''''QQ:214297587                    ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<!--#include file="check.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="qx.asp"-->
<link href=../css.css rel=stylesheet>
<body background="../back.gif">
<%
     
      if session("qx")<>""  then 
          name=session("name")
%><center>
  修改我的信息(测试系统不可以更改任何信息!): 
  <%
sql="select * from adminboss  where username='"&name&"'"
rs.open sql,cn,1,1
%>
<form action='admin_do.asp?action=xiugai' method=post>
<table bgcolor=#ffaa33>
     <tr><td>账号:</td><td><input type=text name=zh value='<%=rs("username")%>'  onclick='javascript:alert("无法修改")' readonly></td></tr>
     <tr><td>密码:</td><td><input type=password name=mm value=<%=rs("password")%>  onclick='javascript:alert("测试版本,请不要恶意修改!")' readonly></td></tr>
     
     <tr><td>权限:</td>
      <td bgcolor="#FF9999"><%=qxcn%> </td>
    </tr>
 <tr><td colspan=2>备注:<br><textarea name=back rows=5 cols=20 readonly onclick='javascript:alert("无法修改")'><%=rs("jl")%></textarea></td></tr>
     <tr><td colspan=2><input type=submit ><input type=reset></td></tr>

</table></form>
<%
rs.close
set rs=nothing
end if


%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -