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

📄 user_edit.asp

📁 漂亮的企业网站系统v11 1、整体修改了上一版的一些BUG。 2、修改了页面底部的统计形式。 3、修改了“公告更新”栏目
💻 ASP
字号:
<!-- #include file="include/config_user.asp" -->
<!-- #include file="include/jk_md5.asp" -->
<!-- #include file="include/conn.asp" -->
<%
dim err_head
tit="修改资料"
err_head=img_small("jt0")

call web_head(2,0,0,0,0)

if int(popedom_format(login_popedom,41)) then call close_conn():call cookies_type("locked")
'------------------------------------left----------------------------------
call left_user()
'----------------------------------left end--------------------------------
call web_center(0)
'-----------------------------------center---------------------------------
response.write ukong&table1&vbcrlf&"<tr"&table2&"><td height=20 class=end>&nbsp;"&img_small(us)&"&nbsp;&nbsp;<b>修改我的个人资料</b></td></tr><tr"&table3&"><td height=150 align=center>"

sql="select * from user_data where username='"&login_username&"'"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,3
if rs.eof and rs.bof then
  rs.close:set rs=nothing
  call close_conn()
  call format_redirect("login.asp")
  response.end
end if

select case trim(request.form("user_edit"))
case "yes"
  response.write edit_chk()
case else
  response.write edit_main()
end select

rs.close

response.write vbcrlf&"<tr"&table2&"><td height=20 class=end><a name='pass'></a>&nbsp;"&img_small(us)&"&nbsp;&nbsp;<b>修改我的登陆密码</b></td></tr><tr"&table3&"><td height=150 align=center>"

select case trim(request("user_pass"))
case "yes"
  response.write pass_chk()
case else
  response.write pass_main()
end select

response.write vbcrlf&"</td></tr></table><br>"
'---------------------------------center end-------------------------------
call web_end(0)

function edit_main()
  dim seboy,segirl,rsface,rfs,fw,fh,fff:fff=0
  dim zd,uf,kd
  fh=web_var(face_url,1)
  fw=web_var(face_url,2)
  edit_main=edit_main & vbcrlf & "<table border=0 width='98%'>" & _
	    vbcrlf & "<form name=user_edit_frm action='?' method=post><input type=hidden name=user_edit value='yes'>" & _
	    vbcrlf & "<tr><td width='100%' colspan=3 align=center height=30><font class=red><b>注意:</b></font>以下星号(" & redx & ")标出的项目必需填写.</td></tr>" & _
	    vbcrlf & "<tr><td width='16%'>您的头衔:</td><td width='84%' colspan=2><input type=text name=nname value='" & code_form(rs("nname")) & "' size=28 maxlength=20></td></tr>"
  if rs("sex")=false then
    segirl=" checked":seboy=""
  else
    seboy=" checked":segirl=""
  end if
  edit_main=edit_main & vbcrlf & "<script language=javascript>function showimage(){ document.images.face_img.src=""images/face/""+document.user_edit_frm.face.options[document.user_edit_frm.face.selectedIndex].value+"".gif""; }</script>" & _
	    vbcrlf & "<tr><td width='16%'>你的姓别:</td><td width='45%'> <input type=radio value=true name=sex" & seboy & " class=bg_1>&nbsp;Boy &nbsp;<input type=radio name=sex value=false" & segirl & " class=bg_1>&nbsp;Girl</td>" & _
	    vbcrlf & "<td width='39%' align=center><a href='user_face.asp' target=_blank>→查看所有头像</a>&nbsp;&nbsp;" & _
	    vbcrlf & "<select size=1 name=face style='width: 50;' onChange=""showimage()"">"
  rsface=rs("face")
  for i=0 to web_var(web_num,11)
    rfs=""
    if int(rsface)=i then rfs=" selected":fff=1
    edit_main=edit_main & vbcrlf & "<option value='" & i & "'" & rfs & ">" & i & "</option>"
  next
  if fff=0 then edit_main=edit_main & vbcrlf & "<option value='" & rsface & "' selected>" & rsface & "</option>"
  edit_main=edit_main & vbcrlf & "</select></td></tr>" & _
	    vbcrlf & "<tr><td height=30>你的生日:</td><td><select name=b_year>"
  dim bires,birse:bires=rs("birthday")
  if not(isdate(bires)) then bires=#1982/6/16#
  for i=1900 to year(now)
    birse=""
    if int(year(bires))=int(i) then birse=" selected"
    edit_main=edit_main & vbcrlf & "<option value='" & i & "'" & birse & ">" & i & "</option>"
  next
  edit_main=edit_main & vbcrlf & "</select>年 <select name=b_month>"
  for i=1 to 12
    birse=""
    if int(month(bires))=int(i) then birse=" selected"
    edit_main=edit_main & vbcrlf & "<option value='" & i & "'" & birse & ">" & i & "</option>"
  next
  edit_main=edit_main & vbcrlf & "</select>月 <select name=b_day>"
  for i=1 to 31
    birse=""
    if int(day(bires))=int(i) then birse=" selected"
    edit_main=edit_main & vbcrlf & "<option value='" & i & "'" & birse & ">" & i & "</option>"
  next
  edit_main=edit_main & vbcrlf & "</select>日</td><td rowspan=5 align=center>"
  if rs("faceurl")="" or isnull(rs("faceurl")) then 
  edit_main=edit_main & vbcrlf & "<img border=0 src='images/face/" & rsface & ".gif' name=face_img></td></tr>"
  else
  edit_main=edit_main & vbcrlf & "<img border=0 src='"&rs("faceurl")&"' width='"&rs("facewidth")&"' height='"&rs("faceheight")&"' name=face_img></td></tr>"
  end if
  edit_main=edit_main & vbcrlf & vbcrlf & "<tr><td width='16%'>电子邮件:</td><td width='45%'><input type=text name=email value='" & rs("email") & "' size=28 maxlength=50>"&redx&"</td></tr>" & _
	    vbcrlf & "<tr><td>你的QQ:</td><td><input type=text name=qq value='" & rs("qq") & "' size=28 maxlength=15></td></tr>" & _
	    vbcrlf & "<tr><td>你的主页:</td><td><input type=text name=url value='" & code_form(rs("url")) & "' size=28 maxlength=100></td></tr>" & _
	    vbcrlf & "<tr><td>来自哪里:</td><td><input type=text name=whe value='" & code_form(rs("whe")) & "' size=28 maxlength=20></td></tr>" & _
	    vbcrlf & "</td></tr>" & _
	    vbcrlf & "<tr><td>头像地址:</td><td><input type=text name=faceurl value='"&code_form(rs("faceurl"))&"' size=40 maxlength=100></td><td align=center><font class=red>注:如果不用自定义头像请留空!</font></td></tr>" & _
	    vbcrlf & "<table border=0 width='98%'><tr><td width='16%'>上传图像:</td><td width='84%'><iframe frameborder=0 name=upload_frame width='100%' height=30 scrolling=no src='uploadface.asp?uppath=userface&upname=a&uptext=faceurl'></iframe></td></tr>" & _
        vbcrlf & "<tr><td>头像宽度:</td><td><input type=text name=facewidth value='"&code_form(rs("facewidth"))&"' size=6 maxlength=6>&nbsp;像素&nbsp;&nbsp;&nbsp;<font class=red>注:不能超过&nbsp;[&nbsp;<font class=Blue>"&fw&"</font>&nbsp;]&nbsp;像素!</font>"& _
	    vbcrlf & "<tr><td>头像高度:</td><td><input type=text name=faceheight value='"&code_form(rs("faceheight"))&"' size=6 maxlength=6>&nbsp;像素&nbsp;&nbsp;&nbsp;<font class=red>注:不能超过&nbsp;[&nbsp;<font class=Blue>"&fh&"</font>&nbsp;]&nbsp;像素!</font>"& _
	    vbcrlf & "<tr><td valign=top><br>个人介绍:</td><td colspan=2 valign=top>" & _ 
	    vbcrlf & "<table border=0 width='100%' cellspacing=0 cellpadding=0><tr><td width='69%'>" & _
	    vbcrlf & "<textarea rows=7 name=remark cols=42>" & rs("remark") & "</textarea></td>" & _
	    vbcrlf & "<td width='31%' valign=top><br>" & redx & "注意:<br><br>这个系统可以支持<br>" & web_var(web_error,3) & _       
	    vbcrlf & "</td></tr></table>" & _
	    vbcrlf & "</td></tr>" & _
	    vbcrlf & "<tr><td></td><td colspan=2 height=50>" & _
	    vbcrlf & "<input type=submit value=' 更 新 资 料 '>   <input type=reset value=' 重 新 修 改 '>" & _
	    vbcrlf & "</td></form></tr></table><br>"
end function

function edit_chk()
  dim nname,sex,birthday,face,email,qq,url,whe,remark,founderr,faceurl,faceheight,facewidth,fw,fh
  fh=web_var(face_url,1)
  fw=web_var(face_url,2)
  nname=code_form(trim(request.form("nname")))
  sex=trim(request.form("sex"))
  birthday=trim(request.form("b_year"))&"-"&trim(request.form("b_month"))&"-"&trim(request.form("b_day"))
  face=trim(request.form("face"))
  email=code_form(trim(request.form("email")))
  qq=trim(request.form("qq"))
  url=code_form(trim(request.form("url")))
  whe=code_form(trim(request.form("whe")))
  remark=code_form(request.form("remark"))
  faceurl=code_form(trim(request.form("faceurl")))
  faceheight=code_form(trim(request.form("faceheight")))
  facewidth=code_form(trim(request.form("facewidth")))
  
  
  
  
  founderr=""
  if not(isdate(birthday)) then
    founderr=founderr&err_head&"您选择的 <font class=red_3>生日</font> 不是一个有效的日期格式!<br>"
  end if
  if email_ok(email)<>"yes" or len(email)>50 then
    founderr=founderr&err_head&"您输入的 <font class=red_3>E-mail</font> 为空或不符合邮件规则!<br>"
  end if
  if qq<>"" and not isnull(qq) then
    if not(isnumeric(qq)) or len(qq)>15 then
      founderr=founderr&err_head&"您输入的 <font class=red_3>QQ</font> 不是数字或长度超过15位!<br>"
    end if
  end if
  if len(remark)>250 then
    founderr=founderr&err_head&"您输入的 <font class=red_3>个人介绍</font> 太多了!不能超过250个字符。<br>"
  end if
if instr(faceurl,chr(34))>0 or instr(faceurl,chr(39))>0 or instr(faceurl,chr(43))>0 or instr(faceurl,"'")>0 or instr(faceurl,"""")>0 or instr(faceurl,"+")>0 or instr(faceurl,"javascript")>0 or instr(faceurl,"jscript")>0 or instr(faceurl,"js")>0 or instr(faceurl,"javascript")>0 or instr(faceurl,"document.quot")>0 or instr(faceurl,"onmouse")>0 or instr(faceurl,"onexit")>0 then
    founderr=founderr&err_head&"您输入的 <font class=red_3>头像地址</font> 含有非法字符!<br>"
  end if
  if facewidth<>"" then
     if not isnumeric(""&facewidth&"") then
      founderr=founderr&err_head&"<font class=red_3>头像宽度</font>应为数字。<br>"
      elseif cint(facewidth)>cint(fw) or cint(facewidth)<1  then
      founderr=founderr&err_head&"<font class=red_3>头像宽度</font> 不能小于0个像素也不能超过"&fw&"个像素。<br>"
     end if
  end if   
  if faceheight<> "" then
     if not isnumeric(""&faceheight&"") then
      founderr=founderr&err_head&"<font class=red_3>头像高度</font>应为数字。<br>"
   elseif cint(faceheight)>cint(""&fh&"") or cint(faceheight)<1  then
    founderr=founderr&err_head&"<font class=red_3>头像高度</font> 不能小于0个像素也不能超过"&fh&"个像素。<br>"
  end if 
end if 
  if founderr="" then
    rs("nname")=nname
    rs("sex")=sex
    rs("birthday")=birthday
    rs("face")=face
    rs("email")=email
    if qq<>"" and not isnull(qq) then
      rs("qq")=qq
    end if
    rs("url")=url
    rs("whe")=whe
    rs("remark")=remark
    rs("faceurl")=faceurl
    if facewidth<>"" or faceheight<>"" then
    rs("faceheight")=faceheight
    rs("facewidth")=facewidth
    else 
    rs("faceheight")=0
    rs("facewidth")=0
    end if
    rs.update
    
    edit_chk="<font class=red>您已成功修改了您的基本资料!</font>" & VbCrLf & "<br><br><a href='user_main.asp'>返回"&tit_fir&"</a>" & vbcrLf & "<br><br>(系统将在 " & web_var(web_num,5) & " 秒钟后自动返回)" & _
	     VbCrLf & "<meta http-equiv='refresh' content='" & web_var(web_num,5) & "; url=user_main.asp'>"    
    exit function
  else
    edit_chk=found_error(founderr,300):exit function
  end if
end function

function pass_main()
%>
<table border=0 width=300 cellspacing=0 cellpadding=2>
<form action='#pass' method=post>
<input type=hidden name=user_pass value='yes'>
<tr height=10><td colspan=2></td></tr>
<tr align=center>
<td width='30%'>旧 密 码:</td>
<td width='70%'><input type=password name=password1 size=25 maxlength=20><%response.write redx%></td>
</tr>
<tr align=center>
<td width='30%'>新 密 码:</td>
<td width='70%'><input type=password name=password size=25 maxlength=20><%response.write redx%></td>
</tr>
<tr align=center>
<td>重复密码:</td>
<td><input type=password name=password2 size=25 maxlength=20><%response.write redx%></td>
</tr>
<tr align=center>
<td>密码钥匙:</td>
<td><input type=text name=passwd size=25 maxlength=20><%response.write redx%></td>
</tr>
<tr height=30><td colspan=2 align=center><input type=submit value=' 提 交 更 改 '></td></tr>
</form>
</table>
<%
end function

function pass_chk()
  dim password,password1,password2,passwd,founderr,rs,sql
  password=trim(request.form("password"))
  password1=trim(request.form("password1"))
  password2=trim(request.form("password2"))
  passwd=trim(request.form("passwd"))
  
  founderr=""
  if symbol_name(password1)<>"yes" then
    founderr=founderr&err_head&"您输入的 <font class=red_3>旧 密 码</font> 为空或不符合相关规则!<br>"
  end if
  if symbol_ok(password)<>"yes" then
    founderr=founderr&err_head&"您输入的 <font class=red_3>新 密 码</font> 为空或不符合相关规则!<br>"
  else
    if password<>password2 then
      founderr=founderr&err_head&"您输入的 <font class=red_3>新密码</font> 和 <font class=red_3>确认密码</font> 不一致!<br>"
    end if
  end if
  if symbol_name(passwd)<>"yes" then
    founderr=founderr&err_head&"您输入的 <font class=red_3>密码钥匙</font> 为空或不符合相关规则!<br>"
  end if
  
  if founderr="" then
    set rs=server.createobject("adodb.recordset")
    sql="select password,passwd from user_data where username='"&login_username&"' and password='"&jk_md5(password1,"short")&"'"
    rs.open sql,conn,1,3
    if rs.eof and rs.bof then
      founderr=founderr&err_head&"可能是您输入的 <font class=red>旧密码</font> 有错误。<br>"
      founderr=founderr&err_head&"请查阅有关 <a href='help.asp?action=register' class=red_3>会员注册注意事项</a> 并重新填写。"
      pass_chk=found_error(founderr,280)
      rs.close:set rs=nothing:exit function
    else
      password=jk_md5(password,"short")
      rs("password")=password
      rs("passwd")=jk_md5(passwd,"short")
      rs.update
      response.cookies("joekoe_online")("login_password")=password
      if request.cookies("joekoe_online")("iscookies")="yes" then
        response.cookies("joekoe_online").expires=date+365
      end if
      pass_chk="<font class=red>您已成功修改了您的 登陆密码 和 密码钥匙!</font>" & VbCrLf & "<br><br><a href='user_main.asp'>返回用户中心</a>" & VbCrLf & "<br><br>(系统将在 " & web_var(web_num,5) & " 秒钟后自动返回)" & _
        VbCrLf & "<meta http-equiv='refresh' content='" & web_var(web_num,5) & "; url=user_main.asp'>"
      rs.close:set rs=nothing:exit function
    end if
    rs.close:set rs=nothing
  else
    founderr=founderr&err_head&"请查阅有关 <a href='help.asp?action=register' class=red_3>会员注册注意事项</a> 并重新填写。"
    pass_chk=found_error(founderr,280):exit function
  end if
end function

%>

⌨️ 快捷键说明

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