?? admin_server.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="adminset.asp"-->
<%if session("admin")="" then
response.Redirect "login.asp"
end if
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您沒有此項目管理權限!</b></font></div>"
response.End
end if
if qx20<>1 then
response.Write "<div align=center><font size=80 color=red><b>您沒有此項目管理權限!</b></font></div>"
response.End
end if
%>
<!--#include file="../webconfig.asp"-->
<html>
<head>
<title>管理中心</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL="stylesheet" HREF="../css.css" TYPE="text/css">
<style type="text/css">
<!--
.style4 {color: #000000}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/right_top2.gif">
<tr>
<td width="1%"> </td>
<td width="99%"><table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="30%" style="font-size:14px;color:#ffffff"><span class="style4"> <b>服務器信息</b></span></td>
<td width="70%" align="right"> </td>
</tr>
</table></td>
</tr>
</table>
<br>
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#9DB2D4" style="border-collapse: collapse">
<tr bgcolor="#C7D3E6">
<td height="25" colspan="2" align="center"><b>服 務 器 變 量 信
息 </b> </td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 顯示客戶發出的所有HTTP標題</td>
<td width="71%" height="25"> <%=request.ServerVariables("All_Http")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 檢取ISAPIDLL的metabase路徑</td>
<td width="71%" height="25"> <%=request.ServerVariables("APPL_MD_PATH")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 顯示站點物理路徑</td>
<td width="71%" height="25"> <%=request.ServerVariables("APPL_PHYSICAL_PATH")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 路徑信息</td>
<td width="71%" height="25"> <%=request.ServerVariables("PATH_INFO")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 顯示請求機器IP地址</td>
<td width="71%" height="25"> <%=request.ServerVariables("REMOTE_ADDR")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 服務器IP地址</td>
<td width="71%" height="25"> <%=Request.ServerVariables("LOCAL_ADDR")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 顯示執行SCRIPT的虛擬路徑</td>
<td width="71%" height="25"> <%=request.ServerVariables("SCRIPT_NAME")%> </td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 返回服務器的主機名,DNS別名,或IP地址</td>
<td width="71%" height="25"> <%=request.ServerVariables("SERVER_NAME")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 返回服務器處理請求的端口</td>
<td width="71%" height="25"> <%=request.ServerVariables("SERVER_PORT")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 協議的名稱和版本</td>
<td width="71%" height="25"> <%=request.ServerVariables("SERVER_PROTOCOL")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 服務器的名稱和版本</td>
<td width="71%" height="25"> <%=request.ServerVariables("SERVER_SOFTWARE")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 服務器操作系統</td>
<td width="71%" height="25"> <%=Request.ServerVariables("OS")%></td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 腳本超時時間</td>
<td width="71%" height="25"> <%=Server.ScriptTimeout%> 秒</td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 服務器CPU數量</td>
<td width="71%" height="25"> <%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%>
個</td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="29%" height="25"> 服務器解譯引擎</td>
<td width="71%" height="25"> <%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td>
</tr>
</table>
<br>
<!--#include file="copyright.asp"-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -