<%@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" %> MY动力后台管理首页
MY动力后台管理首页
管理快捷方式: 添加文章(简洁模式) | 添加文章(高级模式) | 文章管理 | 文章审核

服 务 器 信 息
服务器类型:<%=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%>
  点此查看更详细的服务器信息>>>


Copyright (c) 2003-2004 28star. All Rights Reserved.

<% Function IsObjInstalled(strClassString) On Error Resume Next IsObjInstalled = False Err = 0 Dim xTestObj Set xTestObj = Server.CreateObject(strClassString) If 0 = Err Then IsObjInstalled = True Set xTestObj = Nothing Err = 0 End Function %>