📄 system_zh-cn.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
Option Explicit
Response.Buffer = True
Dim sHttp_Referer, sServer_Name
sHttp_Referer = CStr(Request.ServerVariables("HTTP_REFERER"))
sServer_Name = CStr(Request.ServerVariables("SERVER_NAME"))
If Mid(sHttp_Referer, 8, Len(sServer_Name)) <> sServer_Name Then Response.Redirect("../")
Dim ErrCode, ErrType, ErrorType, ErrMsg
Dim MyPath, MyRootPath, mCacheName, i
mCacheName = Split("Admin,Member,Help,Article,News,Notice,Download,Music,Movie,Flash,Tools,Shop,Psy,Web,Bbs", ",")
For i = 0 To UBound(mCacheName)
If InStr(UCase(Request.ServerVariables("SCRIPT_NAME")), UCase("/" & mCacheName(i) & "/")) Then
MyRootPath = "../" : MyPath = mCacheName(i) & "/"
Exit For
End If
Next
ErrorType = Split("未知错误|系统错误|浏览错误|参数错误|系统提示", "|")
ErrType = ErrorType(CInt(Session("iXuEr_CMS_ErrorType")))
ErrCode = Session("iXuEr_CMS_SystemError")
If IsNumeric(ErrCode) Then
ErrCode = CInt(ErrCode)
Dim ErrorMsg(100)
ErrorMsg(0) = "系统在执行的过程中遇到一个未知的错误。"
ErrorMsg(1) = "数据库连接错误,请检查连接字符串。<br />The database connection error , please check the connection character string ."
ErrorMsg(2) = "本页禁止外部提交,请合法浏览本站!"
ErrorMsg(3) = "您输入的信息当中包含非法的数字,或者您提交的是非数字类型的参数!"
ErrorMsg(4) = "您输入的数字过大,超过了系统限制的长度,请检查后再次提交!"
ErrorMsg(5) = "您输入的字符串超过了系统允许的最大长度,请检查删减后再提交!"
ErrorMsg(6) = "您输入的随机验证码与系统不吻合,请返回后重新提交!"
ErrorMsg(7) = "本站临时关闭,请稍后访问。"
ErrorMsg(8) = "刚才执行的查询出现错误,请认真检查您的语句。"
ErrorMsg(9) = "创建 Recordset 对象失败,请认真检查您的语句。"
ErrorMsg(10) = "系统当前设置禁止新用户注册,请浏览本站其他信息。"
ErrorMsg(11) = ""
ErrorMsg(12) = ""
ErrorMsg(13) = ""
ErrorMsg(14) = ""
ErrorMsg(15) = ""
ErrorMsg(16) = ""
ErrorMsg(17) = ""
ErrorMsg(18) = ""
ErrorMsg(19) = ""
ErrMsg = ErrorMsg(ErrCode)
Else
ErrMsg = ErrCode
End If
%><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="all" name="robots" />
<meta name="Author" content="爱雪儿工作室 [iXuEr Studio]" />
<meta name="Generator" content="爱雪儿工作室 [iXuEr Studio]" />
<meta name="Copyright" content="爱雪儿工作室" />
<meta name="Keywords" content="爱雪儿工作室 爱雪儿 爱雪儿内容管理系统 爱雪儿IP定位查询系统 爱雪儿通用上传管理系统 Guidy" />
<meta name="Description" content="爱雪儿工作室专注于网站应用程序的研究与开发,开发宗旨是:简单、实用、好用!" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<meta http-equiv="html" content="no-cache" />
<title>Error!!! - iXuEr CMS Version 1.1.0</title>
<link href="<% = MyRootPath %>Error/Skins/Css/Style_001.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="MyContent">
<fieldset>
<legend><% = ErrType %></legend>
<div style="padding:10px; color:#FF6633;"><% = ErrMsg %></div>
<div style="text-align:center; height:1px; line-height:0px;">
<div style="border-bottom:1px dashed #D2D3D9; width:90%; height:1px; margin:0px auto;"></div>
</div>
<div style="padding:2px; text-align:center;"><< <a href="javascript:history.go(-1);">返回上一页</a> || <a href="<% = MyRootPath %>Member/Login.asp">会员登陆</a> || <a href="<% = MyRootPath %>Member/Reg.asp">会员注册</a> || <a href="<% = MyRootPath %>Help/AboutUs.asp?Action=2">联系我们</a> || <a href="javascript:window.close();">关闭窗口</a> >></div>
</fieldset>
<fieldset>
<legend>帮助信息</legend>
<div style="padding:10px;">
<ul>
<li>请尝试刷新此页面重新访问</li>
<li>请检查您输入的参数、访问路径等是否有效</li>
<li>请认真阅读本系统的帮助文件,确保您有权限进行此操作。</li>
<li>如果此错误依然发生,请联系本站管理员解决。</li>
<li>管理员信箱:<a href="mailto:guidy@ixuer.net">guidy@ixuer.net</a> 联系电话:021-12345678</li>
</ul>
</div>
</fieldset>
<fieldset style="padding:0px; border-width:0px;">
<div id="WebNav">
<ul>
<li style="margin-left:0px;"><a href="<% = MyRootPath %>Index.asp">首页</a></li>
<li><a href="<% = MyRootPath %>Psy/">心理</a></li>
<li><a href="<% = MyRootPath %>Article/">IT</a></li>
<li><a href="<% = MyRootPath %>Music/">音乐</a></li>
<li><a href="<% = MyRootPath %>Movie/">影视</a></li>
<li><a href="<% = MyRootPath %>Flash/">动漫</a></li>
<li><a href="<% = MyRootPath %>Download/">下载</a></li>
<li><a href="<% = MyRootPath %>Bbs/">论坛</a></li>
</ul>
<div id="Copyright">[iXuEr Studio]</div>
</div>
</fieldset>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -