⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_server.asp

📁 asp+access开发的网上购物程序
💻 ASP
字号:
<%@ codepage ="936" %><%if instr(session("flag"),"82")=0 thenresponse.write "<SCRIPT language=JavaScript>alert('对不起,你没有权限打开此页!');"response.write"this.location.href='../login.asp';</SCRIPT>" response.endend if%><!--#include file="../../conn/dbconn2.asp" --><BODY topMargin=0 leftmargin="0" marginheight="0"><link rel="stylesheet" type="text/css" href="../style.css"><%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"call main()sub main()%><table cellpadding=0 cellspacing=0 border=0 width=100% align=center><tr><td><table cellpadding=3 cellspacing=1 border=0 width=100%><tr bgcolor=<%=tablebodycolor%>><td width="100%" valign=top><%call servervar()%></font></td></tr></table></td></tr></table><%end subsub servervar()%><table width="100%" border="0" cellspacing="3" cellpadding="0"><tr bgcolor="#e8f4ff"> <td colspan="2" height=28><b>服务器有关的变量</b></td></tr><tr> <td width="30%" valign=top>显示客户发出的所有HTTP标题</td><td width="70%"><%=request.ServerVariables("All_Http")%></td></tr><tr> <td width="30%" valign=top>检取ISAPIDLL的metabase路径</td><td width="70%"><%=request.ServerVariables("APPL_MD_PATH")%></td></tr><tr> <td width="30%" valign=top>显示站点物理路径</td><td width="70%"><%=request.ServerVariables("APPL_PHYSICAL_PATH")%></td></tr><tr> <td width="30%" valign=top>路径信息</td><td width="70%"><%=request.ServerVariables("PATH_INFO")%></td></tr><tr> <td width="30%" valign=top>显示请求机器IP地址</td><td width="70%"><%=request.ServerVariables("REMOTE_ADDR")%></td></tr><tr> <td width="30%" valign=top>服务器IP地址</td><td width="70%"><%=Request.ServerVariables("LOCAL_ADDR")%></td></tr><tr> <td width="30%" valign=top>显示执行SCRIPT的虚拟路径</td><td width="70%"><%=request.ServerVariables("SCRIPT_NAME")%></td></tr><tr> <td width="30%" valign=top>返回服务器的主机名,DNS别名,或IP地址</td><td width="70%"><%=request.ServerVariables("SERVER_NAME")%></td></tr><tr> <td width="30%" valign=top>返回服务器处理请求的端口</td><td width="70%"><%=request.ServerVariables("SERVER_PORT")%></td></tr><tr> <td width="30%" valign=top>协议的名称和版本</td><td width="70%"><%=request.ServerVariables("SERVER_PROTOCOL")%></td></tr><tr> <td width="30%" valign=top>服务器的名称和版本</td><td width="70%"><%=request.ServerVariables("SERVER_SOFTWARE")%></td></tr><tr> <td width="30%" valign=top>服务器操作系统</td><td width="70%"><%=Request.ServerVariables("OS")%></td></tr><tr> <td width="30%" valign=top>脚本超时时间</td><td width="70%"><%=Server.ScriptTimeout%>秒</td></tr><tr> <td width="30%" valign=top>服务器CPU数量</td><td width="70%"><%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%>个</td></tr><tr> <td width="30%" valign=top>服务器解译引擎</td><td width="70%"><%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td></tr><tr> <td colspan="2" bgcolor="#e8f4ff" height=28><b>组件支持情况</b></td></tr><tr> <td colspan="2" height=20><%Dim strClassstrClass = Trim(Request.Form("classname"))If "" <> strClass thenResponse.Write "<br>您指定的组件的检查结果:"If Not IsObjInstalled(strClass) then Response.Write "<br><font color=red>很遗憾,该服务器不支持" & strclass & "组件!</font>"ElseResponse.Write "<br><font color=green>恭喜!该服务器支持" & strclass & "组件。</font>"End IfResponse.Write "<br>"end if%></font></td></tr><tr> <td colspan="2" height=20><b>--IIS自带组件</b></font></td></tr><tr> <td colspan="2" height=20> <font color="<%=TableContentColor%>"><table border=0 width="95%" cellspacing=1 cellpadding=0><tr height=22 align=center><td width="70%"><font color="<%=TableContentColor%>">组 件 名 称</font></td><td width="15%"><font color="<%=TableContentColor%>">支 持</font></td><td width="15%"><font color="<%=TableContentColor%>">不支持</font></td></tr><%dim iFor i=0 to 10Response.Write "<TR align=center height=22><TD align=left>&nbsp;" & theInstalledObjects(i) & "<font color=#888888>&nbsp;"select case icase 9Response.Write "(FSO 文本文件读写)"case 10Response.Write "(ACCESS 数据库)"end selectResponse.Write "</font></td>"If Not IsObjInstalled(theInstalledObjects(i)) Then Response.Write "<td></td><td><font color=red><b>×</b></font></td>"ElseResponse.Write "<td><b>√</b></td><td></td>"End IfResponse.Write "</TR>" & vbCrLfNext%></table></td></tr><tr> <td colspan="2" height=20> <font color="<%=TableContentColor%>"><b>--其他常见组件</font></b></td></tr><tr> <td colspan="2" height=20> <table border=0 width="95%" cellspacing=1 cellpadding=0><tr height=22 align=center><td width="70%"><font color="<%=TableContentColor%>">组 件 名 称</font></td><td width="15%"><font color="<%=TableContentColor%>">支 持</font></td><td width="15%"><font color="<%=TableContentColor%>">不支持</font></td></tr><%For i=11 to UBound(theInstalledObjects)Response.Write "<TR align=center height=18><TD align=left>&nbsp;" & theInstalledObjects(i) & "<font color=#888888>&nbsp;"select case icase 11Response.Write "(SA-FileUp 文件上传)"case 12Response.Write "(SA-FM 文件管理)"case 13Response.Write "(JMail 邮件发送)"case 14Response.Write "(CDONTS 邮件发送 SMTP Service)"case 15Response.Write "(ASPEmail 邮件发送)"case 16Response.Write "(LyfUpload 文件上传)"case 17Response.Write "(ASPUpload 文件上传)"end selectResponse.Write "</font></td>"If Not IsObjInstalled(theInstalledObjects(i)) Then Response.Write "<td></td><td><font color=red><b>×</b></font></td>"ElseResponse.Write "<td><b>√</b></td><td></td>"End IfResponse.Write "</TR>" & vbCrLfNext%></table></td></tr></table></td></tr></table><table width="100%" border="0" cellspacing="3" cellpadding="0"><tr bgcolor="#e8f4ff"> <td colspan="2" height=28></td></tr></table><%end subFunction IsObjInstalled(strClassString)On Error Resume NextIsObjInstalled = FalseErr = 0Dim xTestObjSet xTestObj = Server.CreateObject(strClassString)If 0 = Err Then IsObjInstalled = TrueSet xTestObj = NothingErr = 0End Function%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -