📄 error.asp
字号:
<!-- #include file="include/skin.asp" -->
<%
dim old_url,tt
index_url="error"
tit="出错信息提示"
tit_fir=""
action=trim(request.cookies(joekoe_cms.web_cookies)("error_action"))
old_url=trim(request.cookies(joekoe_cms.web_cookies)("old_url"))
if var_null(old_url)="" then old_url="main.asp"
call web_head(0,0,2,0,0)
select case action
case "loading"
tit="<font class=red>对不起,本站正在维护或更新中……<br><br>您暂时不能注册或登陆本站!<br><br>请稍等片刻……<br><br>给您带来的不便,还请见谅!!!</font>"
case "username"
tit="<font class=red>您所查看详细的用户信息的用户名不符合有关规则或不存在!</font><br><br>请勿乱给本站的程序提交非法参数。"
case "login"
tit="<font class=red>您可能没有注册和登陆本站或登陆信息有误!</font><br><br><font class=red_3>为支持本站的发展,正视本站成员的劳动成果!<br>本站的大部分资源(论坛、文栏、下载、短信等功能服务)<br>需要注册并正确登陆才能进行。"
case "power"
tit="<font class=red>您的权限太低!系统不允许您进行刚才的操作!<br>可能是您要查看的软件、文章以及论坛主题等所需级别较高。</font><br><br>请勿乱给本站的程序提交非法参数。"
case "locked"
tit="<font class=red>您的目前已被网站管理员锁定,只能进行登陆和浏览等操作!<br>原因可能是您之前进行了不友好的操作。如要解除锁定,请与网站管理员联系。</font><br><br>请勿乱给本站的程序提交非法参数。"
case "post"
tit="<br><br>请勿乱给本站的程序提交非法参数。"
case "time_lock"
tt=web_dim(10)
tit="<font class=red>对不起!以下时间段:</font><br><br><font class=gray>( "
for i=1 to len(tt)
if int(mid(tt,i,1))=1 then
tit=tit&"<font class=red>"&i-1&"点</font> "
end if
next
tit=tit&")</font><br><br><font class=red>暂时关闭发贴、投票、留言、发布信息等功能。</font><br><br>请在有效时间内发贴或留言。"
case "effect_id"
tit="<font class=red>您所查看的特效ID不符合有关规则或不存在!</font><br><br>请勿乱给本站的程序提交非法参数。"
case "islock"
tit="<font class=red>您所回复的贴子已被锁定!</font><br><br>您不可以再对该贴进行回复操作。"
case "readonly"
tit="<font class=red>您所浏览的论坛或主题所属论为只读!</font><br><br>不能在此论坛进行发贴、编辑、回贴等操作。"
case "mail_id"
tit="<font class=red>您所查看、回复、转发或删除的短信ID不符合有关规则或不存在!</font><br><br>请勿乱给本站的程序提交非法参数。"
case "edit_id"
tit="<font class=red>您所编辑的贴子ID不符合有关规则或不存在!</font><br><br>请勿乱给本站的程序提交非法参数。"
case "del_id"
tit="<font class=red>您所删除的贴子ID不符合有关规则或不存在!</font><br><br>请勿乱给本站的程序提交非法参数。"
case "forum_id"
tit="<font class=red>您所查看或发表贴子的论坛ID不符合有关规则或不存在!<br>可能该贴已经被删除或该论坛已经被暂时关闭!</font><br><br>请勿乱给本站的程序提交非法参数。"
case "view_id"
tit="<font class=red>您所查看或发表回贴的主题贴子ID不符合有关规则或不存在!</font><br><br>请勿乱给本站的程序提交非法参数。"
case "time_load"
tit="本站已开启防刷新机制,请勿在 <font class=red>"&dim_num(3)&"</font> 秒钟内刷新页面!<br><br><font class=red2>真不好意思! ^-^ 可能由于您浏览页面的“速度”太快了。</font><br><br>请勿乱给本站的程序提交非法参数。"
case "new_user_lock"
tit="<font class=red>对不起!新注册用户<font class=gray>(<font class=red2>"&dim_num(29)&"</font> 小时)</font>后才可以发、回帖、投票、留言、发布信息等功能。</font><br><br>请勿乱给本站的程序提交非法参数。"
case else
tit="<font class=red>出现未知错误!</font>请与管理员联系!<br><br><a href='gbook.asp?action=write'>〖 告诉我们 〗</a>"
end select
if action<>"loading" then
tit=tit&"<br><br><br><a href='"&old_url&"'>点击此处可返回出错页的前一页</a>"
end if
%>
<table border=0 width=590 cellspacing=0 cellpadding=0>
<tr><td align=right><img src='images/error/center_error.gif' border=0></td></tr>
<tr><td align=center height=380>
<table border=0 cellpadding=0 cellspacing=0 width=534>
<tr>
<td colspan=3><img src='images/error/error_r1_c1.gif' width=534 height=42 border=0></td>
<td><img src='images/error/spacer.gif' width=1 height=42 border=0></td>
</tr>
<tr>
<td rowspan=2><img src='images/error/error_r2_c1.gif' width=43 height=239 border=0></td>
<td width=479 height=228 align=center bgcolor=#f7f7f7 class=htd><%response.write tit%></td>
<td rowspan=2><img src='images/error/error_r2_c3.gif' width=12 height=239 border=0></td>
<td><img src='images/<%response.write web_dim(7)%>/spacer.gif' width=1 height=228 border=0></td>
</tr>
<tr>
<td><img src='images/error/error_r3_c2.gif' width=479 height=11 border=0></td>
<td><img src='images/error/spacer.gif' width=1 height=11 border=0></td>
</tr>
</table><br>
</td></tr></table>
<%
'---------------------------------center end-------------------------------
call web_end(1,0)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -