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