<% m_SQL = "select count(*) from LiangJingCMS_Admin" set rs = conn.Execute(m_SQL) m_ManageNumber = rs(0) rs.Close set rs=Nothing m_SQL = "select count(*) from News" set rs = conn.Execute(m_SQL) m_News = rs(0) rs.Close set rs=Nothing m_SQL = "select count(*) from Price" set rs = conn.Execute(m_SQL) m_Price = rs(0) rs.Close set rs=Nothing %>
【BIT会议管理系统程序探针】
程序使用服务器环境要求(关键部分):
1、支持ASP: 2、支持FSO: <% On Error Resume Next Server.CreateObject("Scripting.FileSystemObject") if err=0 then response.write("") else response.write("×") end if err=0 %> 3、支持ACCESS数据库: <% On Error Resume Next Server.CreateObject("adodb.connection") if err=0 then response.write("") else response.write("×") end if err=0 %>
如果以上3条都显示,说明您的服务器支持我们的程序。

【服务器信息】
服务器操作系统:<%=Request.ServerVariables("OS")%> 网站信息服务软件和版本:<%=Request.ServerVariables("SERVER_SOFTWARE")%>
脚本解释引擎:<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %> 脚本超时时间:<%=Server.ScriptTimeout%>秒
CDONTS组件支持: <% On Error Resume Next Server.CreateObject("CDONTS.NewMail") if err=0 then response.write("") else response.write("×") end if err=0 %> Jmail邮箱组件支持: <% On Error Resume Next Server.CreateObject("JMail.SMTPMail") if err=0 then response.write(",支持") else response.write("×,不支持") end if err=0 %>
返回服务器处理请求的端口:<%=Request.ServerVariables("SERVER_PORT")%> 协议的名称和版本:<%=Request.ServerVariables("SERVER_PROTOCOL")%>
服务器 CPU 数量:<%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%> FSO文本文件读写: <% On Error Resume Next Server.CreateObject("Scripting.FileSystemObject") if err=0 then response.write(",支持") else response.write("×,不支持") end if err=0 %>
客户端操作系统: <% dim thesoft,vOS thesoft=Request.ServerVariables("HTTP_USER_AGENT") if instr(thesoft,"Windows NT 5.0") then vOS="Windows 2000" elseif instr(thesoft,"Windows NT 5.2") then vOs="Windows 2003" elseif instr(thesoft,"Windows NT 5.1") then vOs="Windows XP" elseif instr(thesoft,"Windows NT") then vOs="Windows NT" elseif instr(thesoft,"Windows 9") then vOs="Windows 9x" elseif instr(thesoft,"unix") or instr(thesoft,"linux") or instr(thesoft,"SunOS") or instr(thesoft,"BSD") then vOs="类Unix" elseif instr(thesoft,"Mac") then vOs="Mac" else vOs="Other" end if response.Write(vOs) %> 站点物理路径:<%=request.ServerVariables("APPL_PHYSICAL_PATH")%>
域名IP:http://<%=Request.ServerVariables(name)%> / <%=Request.ServerVariables("LOCAL_ADDR")%> 虚拟路径:<%=Request.ServerVariables("SCRIPT_NAME")%>
客户端浏览器要求: IE5.5或以上,并关闭所有弹窗的阻拦程序;服务器建议采用:Windows 2000或Windows 2003 Server。

【版本信息】
BIT会议管理系统 日程条数:<%=m_News%>
管 理 员:<%=m_ManageNumber%> 价格条数:<%=m_Price%>

Copyright (c) 2010  All Rights Reserved for BIT.