?? 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 + -