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

📄 admin_default.asp

📁 网站代码
💻 ASP
字号:
<!--#include file="Include/conn.asp"-->
<!--#include file="include/char.asp" -->
<!--#include file="Include/check.asp"-->
<!--#include FILE="Include/Admin_Function.asp"-->
<%
'* 个人版价格:500元 商业版价格:700元
'* 演示:http://Demo.wenday.com
'* 版本:Engine_WenDay网站信息系统 Ver 2.0 演示版
'* 版权所有: 一奔网络工作室(Wenday.Com)
'* 联系QQ: 42367091
'* Email :wenday@21cn.com
'* 程序开发: Wenday
%>
<% CheckAdmin1
function object_install(strclassstring)
  on error resume next
  object_install=false
  dim xtestobj
  err=0
  set xtestobj=server.createobject(strclassstring)
  if err=0 then object_install=true
  set xtestobj=nothing
  err=0
end function
%> 
<link href="Img/admin.css" rel="stylesheet" type="text/css">
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
<TR> 
<TD ALIGN=right height="5"></TD>
</TR>
<TR> 
<TD ALIGN=center HEIGHT=22><b>欢迎管理员:<font color="#FF0000"><%=Session("WendaySys_User")%></font> 使用本系统</b></TD>
</TR>
<TR> 
<TD ALIGN=center HEIGHT=18><b> 
<%if request("err")<>"" then %>
错误提示:<font color="#FF0000"><%=request("err")%></font></b>
<a href='javascript:history.back()'>&lt;&lt; 返回</a>
<% else %>
<span class=highlight2><font color="#FF0000">为保证系统数据安全,使用完后请点击退出!</font></span>
<% end if %></TD>
</TR>
<TR> 
<TD> 
<table width=570 height='100%' border=0 align=center cellpadding="0" cellspacing="0">
<tr height='100%' align=center><td width='100%'>
  <TABLE width="100%" height="168" BORDER=1 align="center" CELLPADDING=4 CELLSPACING=0 bordercolorlight=#c0c0c0 bordercolordark=#FFFFFF>
    <TR>
      <TD width="26%" height="23" align="right"><div align="left">软件版本:</div></TD>
      <TD width="74%" height="23"></TD>
    </TR>
    <TR>
      <TD height="23"><div align="left">版权所有:</div></TD>
      <TD height="23"></TD>
    </TR>
    <TR>
      <TD height="23"><div align="left">程序制作:</div></TD>
      <TD height="23"></TD>
    </TR>
    <TR>
      <TD height="23"><div align="left">主页地址:</div></TD>
      <TD height="23"><a href=""></a></TD>
    </TR>
    <TR>
      <TD height="23"><div align="left">产品介绍:</div></TD>
      <TD height="23"><a href=""></a></TD>
    </TR>
    <TR>
      <TD height="23"><div align="left">论坛地址:</div></TD>
      <TD height="23"><a href="" target="_blank"></a></TD>
    </TR>
    <TR>
      <TD height="23"><div align="left">联系方式:</div></TD>
      <TD height="23">
          <a href="mailto:">Email:</a></TD>
    </TR>
  </TABLE>
  <br>
  <table width='100%' height="384" border=1 cellpadding=1 cellspacing=0 bordercolorlight=#c0c0c0 bordercolordark=#FFFFFF>
  <tr><td height="27" colspan=2 align=center bgcolor=#ffffff class=red_3>服务器的有关参数</td>
  </tr>
  <tr><td width="26%" height="23">&nbsp;服务器名:</td>
  <td width="74%" height="23">&nbsp;
    <%response.write Request.ServerVariables("SERVER_NAME")%></td></tr>
  <tr><td height="23">&nbsp;服务器IP:</td>
  <td height="23">&nbsp;
    <%response.write Request.ServerVariables("LOCAL_ADDR")%></td></tr>
  <tr><td height="23">&nbsp;服务器端口:</td>
  <td height="23">&nbsp;
    <%response.write Request.ServerVariables("SERVER_PORT")%></td></tr>
  <tr><td height="23">&nbsp;服务器时间:</td>
  <td height="23">&nbsp;
    <%response.write now%></td></tr>
  <tr><td height="23">&nbsp;IIS版本:</td>
  <td height="23">&nbsp;
    <%response.write Request.ServerVariables("SERVER_SOFTWARE")%></td></tr>
  <tr><td height="23">&nbsp;服务器操作系统:</td>
  <td height="23">&nbsp;
    <%response.write Request.ServerVariables("OS")%></td></tr>
  <tr><td height="23">&nbsp;脚本超时时间:</td>
  <td height="23">&nbsp;
    <%response.write Server.ScriptTimeout%> 秒</td></tr>
  <tr><td height="23">&nbsp;站点物理路径:</td>
  <td height="23">&nbsp;
    <%response.write request.ServerVariables("APPL_PHYSICAL_PATH")%></td></tr>
  <tr><td height="23">&nbsp;服务器CPU数量:</td>
  <td height="23">&nbsp;
    <%response.write Request.ServerVariables("NUMBER_OF_PROCESSORS")%> 个</td></tr>
  <tr><td height="23">&nbsp;服务器解译引擎:</td>
  <td height="23">&nbsp;
    <%response.write ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td></tr>
  <tr><td height="23" colspan=2 align=center bgcolor=#ffffff class=red_3>组件支持有关参数</td>
  </tr>
  <tr><td height="23">&nbsp;数据库(ADO)支持:</td>
  <td height="23">&nbsp;
    <%if object_install("adodb.connection")=false then%><font class=red><b>×</b></font> (不支持)<% else %><b>√</b> (支持)<% end if %></td></tr>
  <tr><td height="23">&nbsp;FSO文本读写:</td>
  <td height="23">&nbsp;
    <%if object_install("scripting.filesystemobject")=false then%><font class=red><b>×</b></font> (不支持)<% else %><b>√</b> (支持)<% end if %></td></tr>
  <tr><td height="23">&nbsp;Stream文件流:</td>
  <td height="23">&nbsp;
    <%if object_install("Adodb.Stream")=false then%><font class=red><b>×</b></font> (不支持)<% else %><b>√</b> (支持)<% end if %></td></tr>
  <tr><td height="23">&nbsp;Jmail组件支持:</td>
  <td height="23">&nbsp;
    <%If object_install("JMail.SMTPMail")=false Then%><font class=red><b>×</b></font> (不支持)<% else %><b>√</b> (支持)<% end if %></td></tr>
  <tr><td height="23">&nbsp;CDONTS组件支持:</td>
  <td height="23">&nbsp;
    <%If object_install("CDONTS.NewMail")=false Then%><font class=red><b>×</b></font> (不支持)<% else %><b>√</b> (支持)<% end if %></td></tr>
  </table>
</td></tr>
</table>
<br>
</TD>
</TR>
</TABLE><!--#include file="include/foot.asp"-->

⌨️ 快捷键说明

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