SysCome.asp
上传用户:mtjhgs
上传日期:2021-12-08
资源大小:3755k
文件大小:8k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

HTML/CSS

  1. <!--#include file="../Include/Const.asp" -->
  2. <!--#include file="../Include/ConnSiteData.asp" -->
  3. <HTML xmlns="http://www.w3.org/1999/xhtml">
  4. <HEAD>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312" />
  6. <TITLE>欢迎进入系统后台</TITLE>
  7. <link rel="stylesheet" href="Images/Admin.css">
  8. <script language="javascript" src="../Script/Admin.js"></script>
  9. <style type="text/css">
  10. <!--
  11. .STYLE1 {
  12. color: #0099FF;
  13. font-weight: bold;
  14. }
  15. -->
  16. </style>
  17. </HEAD>
  18. <!--#include file="CheckAdmin.asp"-->
  19. <!--#include file="../Include/Version.asp" -->
  20. <BODY>
  21. <%
  22. m_SQL = "select count(*) from Wygkcnflash_Admin"
  23. set rs = conn.Execute(m_SQL)
  24. m_ManageNumber = rs(0)
  25. rs.Close
  26. set rs=Nothing
  27. m_SQL = "select count(*) from Wygkcnflash_Members"
  28. set rs = conn.Execute(m_SQL)
  29. m_UserNumber = rs(0)
  30. rs.Close
  31. set rs=Nothing
  32. m_SQL = "select count(*) from Wygkcnflash_Message"
  33. set rs = conn.Execute(m_SQL)
  34. m_Message = rs(0)
  35. rs.Close
  36. set rs=Nothing
  37. m_SQL = "select count(*) from Wygkcnflash_Message where ViewFlagCH = 1"
  38. set rs = conn.Execute(m_SQL)
  39. m_MessageViewFlag = rs(0)
  40. rs.Close
  41. set rs=Nothing
  42. m_SQL = "select count(*) from Wygkcnflash_About"
  43. set rs = conn.Execute(m_SQL)
  44. m_About = rs(0)
  45. rs.Close
  46. set rs=Nothing
  47. m_SQL = "select count(*) from Wygkcnflash_Download"
  48. set rs = conn.Execute(m_SQL)
  49. m_Download = rs(0)
  50. rs.Close
  51. set rs=Nothing
  52. m_SQL = "select count(*) from Wygkcnflash_FriendLink"
  53. set rs = conn.Execute(m_SQL)
  54. m_FriendLink = rs(0)
  55. rs.Close
  56. set rs=Nothing
  57. m_SQL = "select count(*) from Wygkcnflash_Jobs"
  58. set rs = conn.Execute(m_SQL)
  59. m_Jobs = rs(0)
  60. rs.Close
  61. set rs=Nothing
  62. m_SQL = "select count(*) from Wygkcnflash_News"
  63. set rs = conn.Execute(m_SQL)
  64. m_News = rs(0)
  65. rs.Close
  66. set rs=Nothing
  67. m_SQL = "select count(*) from Wygkcnflash_Order"
  68. set rs = conn.Execute(m_SQL)
  69. m_Order = rs(0)
  70. rs.Close
  71. set rs=Nothing
  72. m_SQL = "select count(*) from Wygkcnflash_Others"
  73. set rs = conn.Execute(m_SQL)
  74. m_Others = rs(0)
  75. rs.Close
  76. set rs=Nothing
  77. m_SQL = "select count(*) from Wygkcnflash_Products"
  78. set rs = conn.Execute(m_SQL)
  79. m_Products = rs(0)
  80. rs.Close
  81. set rs=Nothing
  82. m_SQL = "select count(*) from Wygkcnflash_Talents"
  83. set rs = conn.Execute(m_SQL)
  84. m_Talents = rs(0)
  85. rs.Close
  86. set rs=nothing
  87. %>
  88. <br>
  89. <table width="95%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  90.   <tr>
  91.     <th height="24">【网域高科企业网站管理系统程序探针】</td>
  92.   </tr>
  93.   <tr>
  94.     <td class="forumrow"> 程序使用服务器环境要求(关键部分): <br>
  95.       1、支持ASP:<font color="green"><b>√</b></font> 2、支持FSO:
  96.       <%
  97. On Error Resume Next
  98. Server.CreateObject("Scripting.FileSystemObject")
  99. if err=0 then 
  100.    response.write("<font color=green><b>√</b></font>")
  101. else
  102.        response.write("<font color=red><b>×</b></font>")
  103. end if 
  104. err=0
  105.     %>
  106.       3、支持ACCESS数据库:
  107.       <%
  108. On Error Resume Next
  109. Server.CreateObject("adodb.connection")
  110. if err=0 then 
  111.    response.write("<font color=green><b>√</b></font>")
  112. else
  113.        response.write("<font color=red><b>×</b></font>")
  114. end if 
  115. err=0
  116.     %>
  117.       <br>
  118.     如果以上3条都显示<font color="green"><b>√</b></font>,说明您的服务器支持我们的程序,如有问题可以与我们联系,我们将为您提供优质空间。www.wygk.cn QQ:38306293 Tel:020-34506590</td>
  119.   </tr>
  120. </table>
  121. <br>
  122. <table width="95%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#6ab6b6">
  123.   <tr>
  124.     <th height="24" colspan="2">【服务器信息】</td>
  125.   </tr>
  126.   <tr>
  127.     <td width="50%" height="24" class="forumrow">服务器操作系统:<%=Request.ServerVariables("OS")%></td>
  128.     <td width="50%" height="24" class="forumrowhighlight">网站信息服务软件和版本:<%=Request.ServerVariables("SERVER_SOFTWARE")%></td>
  129.   </tr>
  130.   <tr>
  131.     <td width="50%" height="24" class="forumrow">脚本解释引擎:<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td>
  132.     <td width="50%" height="24" class="forumrowhighlight">脚本超时时间:<%=Server.ScriptTimeout%>秒</td>
  133.   </tr>
  134.   <tr>
  135.     <td height="24" class="forumrow">CDONTS组件支持:
  136.     <%
  137.   On Error Resume Next
  138.   Server.CreateObject("CDONTS.NewMail")
  139.   if err=0 then 
  140.  response.write("<font color=green><b>√</b></font>")
  141.   else
  142.          response.write("<font color=red><b>×</b></font>")
  143.   end if
  144.   err=0
  145.     %></td>
  146.     <td height="24" class="forumrowhighlight">Jmail邮箱组件支持:
  147.     <%
  148. On Error Resume Next
  149. Server.CreateObject("JMail.SMTPMail")
  150. if err=0 then 
  151.    response.write("<font color=green><b>√</b></font>,支持")
  152. else
  153.        response.write("<font color=red><b>×</b></font>,不支持")
  154. end if 
  155. err=0
  156.     %></td>
  157.   </tr>
  158.   <tr>
  159.     <td height="24" class="forumrow">返回服务器处理请求的端口:<%=Request.ServerVariables("SERVER_PORT")%></td>
  160.     <td height="24" class="forumrowhighlight">协议的名称和版本:<%=Request.ServerVariables("SERVER_PROTOCOL")%></td>
  161.   </tr>
  162.   <tr>
  163.     <td height="24" class="forumrow">服务器 CPU 数量:<%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%></td>
  164.     <td height="24" class="forumrowhighlight">FSO文本文件读写:
  165.     <%
  166. On Error Resume Next
  167. Server.CreateObject("Scripting.FileSystemObject")
  168. if err=0 then 
  169.    response.write("<font color=green><b>√</b></font>,支持")
  170. else
  171.        response.write("<font color=red><b>×</b></font>,不支持")
  172. end if 
  173. err=0
  174.     %></td>
  175.   </tr>
  176.   <tr>
  177.     <td height="24" class="forumrow">客户端操作系统:
  178.     <%
  179.       dim thesoft,vOS
  180.       thesoft=Request.ServerVariables("HTTP_USER_AGENT")
  181.       if instr(thesoft,"Windows NT 5.0") then
  182.      vOS="Windows 2000"
  183.       elseif instr(thesoft,"Windows NT 5.2") then
  184.      vOs="Windows 2003"
  185.       elseif instr(thesoft,"Windows NT 5.1") then
  186.          vOs="Windows XP"
  187.       elseif instr(thesoft,"Windows NT") then
  188.          vOs="Windows NT"
  189.       elseif instr(thesoft,"Windows 9") then
  190.      vOs="Windows 9x"
  191.       elseif instr(thesoft,"unix") or instr(thesoft,"linux") or instr(thesoft,"SunOS") or instr(thesoft,"BSD") then
  192.      vOs="类Unix"
  193.       elseif instr(thesoft,"Mac") then
  194.      vOs="Mac"
  195.       else
  196.       vOs="Other"
  197.       end if
  198.       response.Write(vOs)
  199.     %></td>
  200.     <td height="24" class="forumrowhighlight">站点物理路径:<%=request.ServerVariables("APPL_PHYSICAL_PATH")%></td>
  201.   </tr>
  202.   <tr>
  203.     <td width="50%" height="24" class="forumrow">域名IP:http://<%=Request.ServerVariables(name)%>&nbsp;/&nbsp;<%=Request.ServerVariables("LOCAL_ADDR")%></td>
  204.     <td width="50%" height="24" class="forumrowhighlight">虚拟路径:<%=Request.ServerVariables("SCRIPT_NAME")%></td>
  205.   </tr>
  206.   <tr>
  207.     <td height="24" colspan="2" class="forumrowhighlight" >客户端浏览器要求: IE5.5或以上,并关闭所有弹窗的阻拦程序;服务器建议采用:Windows 2000或Windows 2003 Server。</td>
  208.   </tr>
  209. </table>
  210. <br>
  211. <table class="tableborder" width="95%" border="0" align="center" cellpadding="3" cellspacing="1">
  212.   <tr>
  213.     <th height="22" colspan="2">【版本信息】</th>
  214.   </tr>
  215.   <tr>
  216.     <td width="50%" class="forumrow"><span class="STYLE1">网域高科公司企业网站管理系统 V2010 </span></td>
  217.     <td width="50%" class="forumrowhighlight">新闻动态:<font color="red"><b><%=m_News%></b></font>条 在线订单:<font color="red"><b><%=m_Order%></b></font>条 其他信息:<font color="red"><b><%=m_Others%></b></font>条 公司产品:<font color="red"><b><%=m_Products%></b></font>条</td>
  218.   </tr>
  219.   <tr>
  220.     <td width="50%" class="forumrow">管 理 员:<font color="red"><b><%=m_ManageNumber%></b></font>个 注册会员:<font color="red"><b><%=m_UserNumber%></b></font>个 留言:<font color="red"><b><%=m_Message%></b></font>(已审<%=m_MessageViewFlag%>条) 应聘信息:<font color="red"><b><%=m_Talents%></b></font>条</td>
  221.     <td width="50%" class="forumrowhighlight">企业信息:<font color="red"><b><%=m_About%></b></font>条 下载信息:<font color="red"><b><%=m_Download%></b></font>条 友情链接:<font color="red"><b><%=m_FriendLink%></b></font>条 人才信息::<font color="red"><b><%=m_Jobs%></b></font>条</td>
  222.   </tr>
  223. </table>
  224. <br>
  225. <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
  226.   <tr>
  227.     <td align="center">Copyright (c) 2010 <a href="http://www.wygk.cn/ " title=":创造价值,成就你我!" target="_blank"><font face="Verdana, arial, helvetica, sans-serif" size="1"><b>www.WYGK<font color="#CC0000">.CN</font></b></font></a> All Rights Reserved.</td>
  228.   </tr>
  229. </table>
  230. </BODY>
  231. </HTML>