%@language=vbscript codepage=936 %>
<%
option explicit
response.buffer=true
Const PurviewLevel=0
%>
<%
call CloseConn()
Dim theInstalledObjects(17)
theInstalledObjects(0) = "MSWC.AdRotator"
theInstalledObjects(1) = "MSWC.BrowserType"
theInstalledObjects(2) = "MSWC.NextLink"
theInstalledObjects(3) = "MSWC.Tools"
theInstalledObjects(4) = "MSWC.Status"
theInstalledObjects(5) = "MSWC.Counters"
theInstalledObjects(6) = "IISSample.ContentRotator"
theInstalledObjects(7) = "IISSample.PageCounter"
theInstalledObjects(8) = "MSWC.PermissionChecker"
theInstalledObjects(9) = "Scripting.FileSystemObject"
theInstalledObjects(10) = "adodb.connection"
theInstalledObjects(11) = "SoftArtisans.FileUp"
theInstalledObjects(12) = "SoftArtisans.FileManager"
theInstalledObjects(13) = "JMail.SMTPMail"
theInstalledObjects(14) = "CDONTS.NewMail"
theInstalledObjects(15) = "Persits.MailSender"
theInstalledObjects(16) = "LyfUpload.UploadFile"
theInstalledObjects(17) = "Persits.Upload.1"
%>
| 服 务 器 信 息 |
| 服务器类型:<%=Request.ServerVariables("OS")%>(IP:<%=Request.ServerVariables("LOCAL_ADDR")%>) |
脚本解释引擎:<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %> |
| 站点物理路径:<%=request.ServerVariables("APPL_PHYSICAL_PATH")%> |
数据库地址: |
| FSO文本读写:
<%If Not IsObjInstalled(theInstalledObjects(9)) Then%>
×
<%else%>
√
<%end if%> |
数据库使用:
<%If Not IsObjInstalled(theInstalledObjects(10)) Then%>
×
<%else%>
√
<%end if%> |
| Jmail组件支持:
<%If Not IsObjInstalled(theInstalledObjects(13)) Then%>
×
<%else%>
√
<%end if%> |
CDONTS组件支持:
<%If Not IsObjInstalled(theInstalledObjects(14)) Then%>
×
<%else%>
√
<%end if%> |
| |
点此查看更详细的服务器信息>>> |