Wapls_404.asp
资源名称:7.rar [点击查看]
上传用户:lfyh0123
上传日期:2020-11-04
资源大小:200k
文件大小:3k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <!--#include file="wapls_up.asp"-->
  2. <%
  3. '==================================
  4. '=文 件 名:wapls_404.asp
  5. '=适用版本:蓝色世纪WAP网站管理系统(CMS)V1.1
  6. '=官方版权:http://www.songfr.cn
  7. '=文件功能:错误中心
  8. '=文件作者:蓝色阳光
  9. '=发行时间:2007-02-01
  10. '==================================
  11. %>
  12. <card id="index" title="哎呀呀.出错了">
  13. <p align="<%=const1%>">
  14. <%
  15. if len(mb_err)>1 then
  16. response.write ""&outHTM(mb_err)&"<br/>"
  17. end if
  18. if request("id")=1 then response.write "您填写内容属于非法字符!"
  19. if request("id")=2 then response.write "错误ID链接,或非法提交数据!"
  20. if request("id")=3 then response.redirect "index.asp" '盗链处理转入主页
  21. if request("id")=4 then response.write "用户名称输入错误!"
  22. if request("id")=5 then response.write "用户密码输入错误!"
  23. if request("id")=6 then response.write "用户注册申请成功<br/>正在审核之中.<br/>请耐心等候……"
  24. if request("id")=7 then response.write "用户已被锁定<br/>请与管理员联系!"
  25. if request("id")=8 then response.write "没有此会员或此会员正在审核或此会员已被锁定!"
  26. if request("id")=9 then response.write "您的验证码输入错误!"
  27. if request("id")=10 then response.write "您的名称没有填写!"
  28. if request("id")=11 then response.write "您的标题没有填写!"
  29. if request("id")=12 then response.write "您的内容没有填写!"
  30. if request("id")=13 then response.write "短时间禁止发表同一样的话题."
  31. if request("id")=14 then response.write "网站名称没有填写!"
  32. if request("id")=15 then response.write "网站地址没有填写!"
  33. if request("id")=16 then response.write "此网站已经提交过了!"
  34. if request("id")=17 then response.write "网站的类型没有选择!"
  35. if request("id")=18 then response.write "您提交的手机号码不存在!"
  36. if request("id")=19 then response.write "您提交的答案不正确!"
  37. if request("id")=20 then response.write "您提交的用户名,不能大于10小于4(1个中文算2个字符)!"
  38. if request("id")=21 then response.write "您提交的密码,不能大于8小于6!"
  39. if request("id")=22 then response.write "您提交的密码和确认密码不一致!"
  40. if request("id")=23 then response.write "您提交的Email有错误!"
  41. if request("id")=24 then response.write "您注册的用户已经存在!请换一个用户名再试试!"
  42. if request("id")=25 then response.write "您注册的此邮箱已经注册过了!"
  43. if request("id")=26 then response.write "您注册的此手机号已经注册过了!"
  44. if request("id")=27 then response.write "内部链接失败<br/>您的权限不足!<br/>请<a href='user.asp'>登陆或注册</a>!"
  45. if request("id")=28 then response.write "内部链接失败<br/>您的资金不足,请请及时充值!"
  46. if request("id")=29 then response.write "内部链接失败<br/>您不是VIP会员,无权消费内容!"
  47. %>
  48. <br/>
  49. <%if len(mb_logo)>1 then
  50. response.write "<img src='"&mb_logo&"/fgx.gif' alt='.'/><br/>"
  51. else%>
  52. ----------<br/>
  53. <%end if%>
  54. <anchor><prev/>[返回上级]</anchor>
  55. <!--#include file="wapls_down.asp"-->