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

📄 admin_index_main.asp

📁 个人博客
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="Admin_chkpass.asp"-->
<%

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"
%>
<html>
<head>
<title>ShareBlog后台管理首页</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Admin_STYLE.CSS">
</head>
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0" class="bgcolor">
<br>
<table cellpadding="2" cellspacing="1" border="0" width="98%" class="border" align=center>
<tr align="center">
    <td width="300" height=25 class="topbg"><div align="left"><strong>ShareBlog后台管理首页</strong></div>
</tr>
</table>
<br>
<table width="98%" border="0" align=center cellpadding="2" cellspacing="1" bgcolor="#FFFFFF" class="border">
  <tr align="center">
    <td height=25 class="topbg"><strong>ShareBlog 帮 助</strong>
  <tr>
    <td height=23 class="tdbg">1、<a href="newscode.asp" target="_blank"><strong>首页调用文件的测试及帮助说明请点击这里</strong>。</a></td>
  </tr>
  <tr>
    <td height=23 class="tdbg">2、<a href="admin_skin_help.asp" target="_blank"><strong>系统模版及用户模版的标记说明请点击这里</strong>。</a></td>
  </tr>
  <tr>
    <td height=23 class="tdbg"><p>3、用户权限<br> 
         ①已注册待审核用户:不能发表日志,但可以在关闭匿名评论的情况下发表留言和评论。<br>      
         ②普通注册用户:可以发表日志、评论、回复,但不能查看别人的隐藏及密码日志。<br>
       ③VIP用户:有普通注册用户的所有权限,另拥有可选的查看隐藏日志及密码日志的权限,请谨慎使用。<br>
       ④前台管理员:有VIP用户的所有权限,另可以修改,删除所有用户的日志、评论、留言。<br>
       ⑤各用户组的上传权限,请在网站信息配置里设定。</p>
    </td>
  </tr>
  <tr>
    <td class="tdbg">4、将用户锁定以后,此用户的blog页面也将被屏蔽。</td>
  </tr>
  <tr>
    <td height=23 class="tdbg">5、将IP屏蔽以后,此IP用户将不能登陆,且不能发表评论及留言。</td>
  </tr>
  <tr>
    <td height=23 class="tdbg">6、将博客设置为推荐,必须在后台修改用户资料才能实现。</td>
  </tr>
  <tr>
    <td height=23 class="tdbg">7、若上传文件不正常,请检查是否文件尺寸过大及服务器是否支持fso。</td>
  </tr>
  <tr>
    <td height=23 class="tdbg">8、rss连接,即rss2.asp文件需要修改其中的数据库连接才能正常工作。</td>
  </tr>
  <tr>
    <td height=23 class="tdbg">9、有任何问题,请咨询ShareBlog官方网站<a href="http://www.sharemin.cn" target="_blank">http://www.sharemin.cn</a>。</td>
  </tr>
</table>
<br>
<table width="98%" border="0" align=center cellpadding="2" cellspacing="1" bgcolor="#FFFFFF" class="border">
  <tr align="center"> 
    <td height=25 colspan=2 class="topbg"><strong>服 务 器 信 息</strong><tr> 
  <tr> 
    <td width="50%"  class="tdbg" height=23>服务器类型:<%=Request.ServerVariables("OS")%>(IP:<%=Request.ServerVariables("LOCAL_ADDR")%>)</td>
    <td width="50%" class="tdbg">脚本解释引擎:<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td>
  </tr>
  <tr> 
    <td width="50%" class="tdbg" height=23>站点物理路径:<%=request.ServerVariables("APPL_PHYSICAL_PATH")%></td>
    <td width="50%" class="tdbg">数据库地址:</td>
  </tr>
  <tr> 
    <td width="50%" class="tdbg" height=23>FSO文本读写:
      <%If Not IsObjInstalled(theInstalledObjects(9)) Then%>
      <font color="red"><b>×</b></font>
      <%else%>
      <b>√</b>
      <%end if%></td>
    <td width="50%" class="tdbg">数据库使用:
      <%If Not IsObjInstalled(theInstalledObjects(10)) Then%>
      <font color="red"><b>×</b></font>
      <%else%>
      <b>√</b>
      <%end if%></td>
  </tr>
  <tr> 
    <td width="50%" class="tdbg" height=23>Jmail组件支持:
      <%If Not IsObjInstalled(theInstalledObjects(13)) Then%>
      <font color="red"><b>×</b></font>
      <%else%>
      <b>√</b>
      <%end if%></td>
    <td width="50%" class="tdbg">CDONTS组件支持:
      <%If Not IsObjInstalled(theInstalledObjects(14)) Then%>
      <font color="red"><b>×</b></font>
      <%else%>
      <b>√</b>
      <%end if%></td>
  </tr>
  <tr>
    <td class="tdbg" height=23>&nbsp;</td>
    <td align="right" class="tdbg">&nbsp;</td>
  </tr>
</table>
<br>
<table width="98%" border="0" align=center cellpadding="2" cellspacing="1" bgcolor="#FFFFFF" class="border">
  <tr align="center"> 
    <td height=25 colspan=2 class="topbg"><strong>ShareBlog开发</th></strong> 
  <tr> 
    <td width="20%" class="tdbg" height=23>核心程序设计:</td>
    <td width="80%" class="tdbg"> <table width="100%" border="0" cellspacing="0" cellpadding="2">
        <tr> 
          <td width="60"><strong>叶开</strong></td>
          <td>(&nbsp;Email:<a href="mailto:webboy888@163.com">dxbo@163.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QQ:15005952)</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td width="20%" class="tdbg" height=23>&nbsp;</td>
    <td width="80%" class="tdbg">注:模版部分仅供测试使用,版权不属ShareBlog所有。</td>
  </tr>
  <tr>
    <td class="tdbg" height=23>参与界面设计:</td>
    <td class="tdbg"><a href="http://blog.beok.net/kikids.html" target="_blank">凯文迪奇</a> E:mail:blogcup@gmail.com </td>
  </tr>
</table>
<div align="center"><br>
  Copyright (c) 2007 sharemin.net All Rights Reserved.<BR>
  <BR>
</div>
</body>
</html>
<%
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
%>

⌨️ 快捷键说明

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