📄 user_shezhi.asp
字号:
<!--#include file="setting.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="md5.asp"-->
<%
if request("action")="safepass" then
open_or_not=request("open")
pass=request("password")
if session("quanxian")<>"超级管理员" then
response.write "<script language='javascript'>" & chr(13)
response.write "alert('你不是超级管理员,只有超级管理管理员才能操作此内容!');" & Chr(13)
response.write "window.document.location.href='admin_center.asp';"&Chr(13)
response.write "</script>" & Chr(13)
Response.End
end if
if open_or_not="1" then
if pass="" then
response.write "<script language='javascript'>" & chr(13)
response.write "alert('请输入安全模式的管理密码!');" & Chr(13)
response.write "window.document.location.href='user_shezhi.asp';"&Chr(13)
response.write "</script>" & Chr(13)
Response.End
end if
set rs=server.createobject("adodb.recordset")
sql="select * from admin where bh=1"
rs.open sql,conn,1,3
rs("safepass")=md5(pass)
rs.update
rs.close
set rs=nothing
else
set rs=server.createobject("adodb.recordset")
sql="select * from admin where bh=1"
rs.open sql,conn,1,3
rs("safepass")=""
rs.update
rs.close
set rs=nothing
end if
end if
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用户设置</title>
<link href="../../new/css/css.css" rel="stylesheet" type="text/css">
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<div>
<div align="center">
<table width="861" border="0" bgcolor="#FFFFFF" class="tb1">
<tr>
<td>用户设置</td>
</tr>
<tr>
<td height="27" background="image/item_bg.gif" class="STYLE13" id="new" style="border:#999999 1px solid" >|-用户登陆官方网站</td>
</tr>
<tr>
<td>
<form name="form1" method="post" action="http://www.tdworks.cn/chx_login.asp">
<table width="861" border="0" bgcolor="#FFFFFF" class="tb1">
<tr>
<td width="58">name:</td>
<td width="791"><input name="name" type="text" class="STYLE3" id="name"></td>
</tr>
<tr>
<td>password:</td>
<td><input name="password" type="password" class="STYLE3" id="password"></td>
</tr>
<tr>
<td><label></label></td>
<td><input name="Submit" type="submit" class="tb1" value="login"></td>
</tr>
</table>
</form> </td>
</tr>
<tr>
<td height="27" background="image/item_bg.gif" class="STYLE13" id="new" style="border:#999999 1px solid">|-注册官方网站新用户</td>
</tr>
<tr>
<td><form name="form2" method="post" action="http://www.tdworks.cn/chx_resign.asp">
<table width="100%" border="0" bgcolor="#FFFFFF" class="tb1">
<tr>
<td colspan="2"><div align="center">
<label>
<div align="left">
<textarea name="textarea" cols="200" rows="20" class="STYLE7">尊敬的用户:
欢迎您申请注册成为shangdu后台管理新闻系统的(www.tdworks.cn)会员。
注册成为shangdu后台管理新闻系统网站会员是您加入shangdu后台管理新闻系统社区,享受shangdu后台管理新闻系统增值服务,行使您在shangdu后台管理新闻系统网站的权利和义务的开始!
1、shangdu后台管理新闻系统的用户、合作伙伴、员工、新闻记者以及其他shangdu后台管理新闻系统网站的使用者和访问者都可以申请注册成为本站的一般会员。
2、会员注册时应完整填写会员信息的各项内容,并保证填写信息的准确性,以便获得您所需要的服务。
3、注册会员填写的各项信息是保密的,仅用于shangdu后台管理新闻系统向注册会员提供相关的技术支持与服务,不被透露给他人或用作其他商业用途。
4、本站的部分资料和服务只针对不同的注册会员开放。
5、本站的系统管理员有权对注册会员的注册权限进行管理。
6、注册会员有权向向本站系统管理员投诉,或提出反馈意见和建议。
7、本站目前推出的各项会员服务为免费服务,今后本站将针对特定会员的特殊需求,不断推出各项新的服务品种,并尝试提供有偿增值服务。
shangdu后台管理新闻系统保留日后修改上述规定而不先行通知注册会员的权利。
</textarea>
</div>
</label>
</div>
<div align="left"></div></td>
</tr>
<tr>
<td>name:</td>
<td><label>
<input name="name2" type="text" class="STYLE3" id="name2">
* check the same user. </label></td>
</tr>
<tr>
<td>password:</td>
<td><input name="password2" type="password" class="STYLE3" id="password2">
* </td>
</tr>
<tr>
<td>pictrue:</td>
<td><label>
<select name="select" class="STYLE3">
</select>
<img src="image/topic_locked.gif" width="18" height="18" alt="该注册项目被锁定"></label></td>
</tr>
<tr>
<td>qq:</td>
<td><input name="qq" type="text" class="STYLE3" id="qq"></td>
</tr>
<tr>
<td>e-mail:</td>
<td><input name="e-mail" type="text" class="STYLE3" id="e-mail">
<input name="money" type="hidden" id="money" value="20">
<input name="user" type="hidden" id="user" value="user"></td>
</tr>
<tr>
<td> </td>
<td><label>
<input name="radiobutton" type="radio" class="STYLE3" value="radiobutton" checked>
</label>
我同意以上条款并注册</td>
</tr>
<tr>
<td> </td>
<td><input name="Submit2" type="submit" value="ok!!" id="new">
<label>
<input name="Submit2" type="reset" id="new" value="rewrite!!">
</label></td>
</tr>
</table>
</form> </td>
</tr>
<tr>
<td height="27" background="image/item_bg.gif" class="STYLE13" id="new" style="border:#999999 1px solid">|-管理我的查件(beta) 为1.9 sp3以后的版本做拓展 </td>
</tr>
<tr>
<td class="tb1"><form name="form3" method="post" action="">
<label>
<input type="radio" name="radiobutton" value="radiobutton">
查看全部插件 </label>
<input type="radio" name="radiobutton" value="radiobutton">
删除插件
<input type="radio" name="radiobutton" value="radiobutton">
停用插件
</form> </td>
</tr>
<tr>
<td><form name="form4" method="post" action="user_shezhi.asp?action=safepass">
<table width="861" border="0" class="tb1">
<tr>
<td width="425" height="27" background="image/item_bg.gif" class="STYLE13" id="new" style="border:#999999 1px solid">|-设置后台登陆安全码(开/关)</td>
<td width="426" height="27" background="image/item_bg.gif" class="STYLE13" id="new" style="border:#999999 1px solid">|-设置登陆密码</td>
</tr>
<tr>
<td class="STYLE3">设置是否为开
<label>
<input type="radio" name="open" value="1">
开
<input name="open" type="radio" value="0">
关</label></td>
<td class="STYLE3"><label>
<input name="password" type="password" class="STYLE7" id="password" size="50">
</label></td>
</tr>
<tr>
<td class="STYLE8"><img src="image/gif-0253.gif" width="19" height="19">为开后所有用户都无法登陆,关闭后台,只有用安全码才能重新打开</td>
<td class="STYLE3"><div align="left">
<label>
<input name="Submit3" type="submit" class="STYLE7" value="现在设置">
</label>
</div></td>
</tr>
</table>
</form> </td>
</tr>
<tr>
<td class="STYLE13">1.9 sp3版本设置功能是为了提高安全性,你可以通过<a href="http://www.tdworks.cn/chat">论坛</a>给我们反馈,增加更多的插件功能 </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -