yns_uusave.asp
资源名称:gov_1.0.rar [点击查看]
上传用户:yjkj1008
上传日期:2020-10-17
资源大小:1496k
文件大小:3k
源码类别:
电子政务应用
开发平台:
HTML/CSS
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
- <!--#include file="Connections/conn_news.asp" -->
- <%
- '请尊重作者劳动成果不要删除以上信息
- '业一新闻系统3.0正式版
- '主页:http://yeyi.net
- '论坛:http://bbs.yeyi.net
- '业一网络 承接各种网站制作
- '程序开发 软件开发业务
- '业务联系
- '电话: 13007310512
- '联系人:郝亚平
- 'QQ:24344842 (只谈业务,技术问题请访问论坛)
- '请尊重作者劳动成果不要删除以上信息
- %>
- <%
- ' *** Restrict Access To Page: Grant or deny access to this page
- MM_authorizedUsers="3"
- MM_authFailedURL="default.asp"
- MM_grantAccess=false
- If Session("MM_Username") <> "" Then
- If (false Or CStr(Session("MM_UserAuthorization"))="") Or _
- (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then
- MM_grantAccess = true
- End If
- End If
- If Not MM_grantAccess Then
- MM_qsChar = "?"
- If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&"
- MM_referrer = Request.ServerVariables("URL")
- if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString()
- MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer)
- Response.Redirect(MM_authFailedURL)
- End If
- %>
- <!--#include file="md5.asp" -->
- <%
- Dim rsu__MMColParam
- rsu__MMColParam = "1"
- If (Request.Form("u_id") <> "") Then
- rsu__MMColParam = Request.Form("u_id")
- End If
- %>
- <%
- Dim rsu
- Dim rsu_numRows
- Set rsu = Server.CreateObject("ADODB.Recordset")
- rsu.ActiveConnection = MM_conn_news_STRING
- rsu.Source = "SELECT * FROM t_user WHERE u_id = " + Replace(rsu__MMColParam, "'", "''") + ""
- rsu.CursorType = 0
- rsu.CursorLocation = 2
- rsu.LockType = 1
- rsu.Open()
- rsu_numRows = 0
- %>
- <%
- dim uocode
- dim uncode1
- dim uncode2
- uocode = md5(request.Form("u_pass1"))
- uncode1 = request.Form("u_pass2")
- uncode2 = request.Form("u_pass3")
- if uocode = "" or uncode1 = "" or uncode2 = "" then
- response.Write("密码不能为空!<br><a href='javascript:history.back();'>返回重填</a>")
- elseif uocode <> (rsu.Fields.Item("u_password").Value) then
- response.Write("你的旧密码有误<br><a href='javascript:history.back();'>返回重填</a>")
- elseif uncode1 <> uncode2 then
- response.Write("你两次输入的新密码不一致<br><a href='javascript:history.back();'>返回重填</a>")
- else
- %>
- <%
- if(request.form("u_pass2") <> "") then Command1__mmncode = md5(request.form("u_pass2"))
- if(request.form("u_id") <> "") then Command1__mmuid = request.form("u_id")
- if(request.form("u_level") <> "") then Command1__mmnlevel = request.form("u_level")
- %>
- <%
- set Command1 = Server.CreateObject("ADODB.Command")
- Command1.ActiveConnection = MM_conn_news_STRING
- Command1.CommandText = "UPDATE t_user SET u_password = '" + Replace(Command1__mmncode, "'", "''") + "', u_level = '" + Replace(Command1__mmnlevel, "'", "''") + "' WHERE u_id = " + Replace(Command1__mmuid, "'", "''") + " "
- Command1.CommandType = 1
- Command1.CommandTimeout = 0
- Command1.Prepared = true
- Command1.Execute()
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>业一新闻系统3.0正式版-------业一网络Yeyi.net制作</title>
- </head>
- <body>
- </body>
- </html><% Response.Write("恭喜你,密码修改成功!请牢记你的密码。<br><a href='yns_user.asp'>返回用户管理</a>")%>
- <% end if %>
- <%
- rsu.Close()
- Set rsu = Nothing
- %>
English
