📄 admin_index_main.asp
字号:
<%
if session("admin")="" then
response.redirect "login.asp"
end if
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>│ DaDaYu │ 易天网络 │后台管理首页</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Admin_Style.css">
<STYLE>
BODY
{scrollbar-face-color:E6E6D9; scrollbar-shadow-color:ffffff;
scrollbar-highlight-color:bfbf9f; scrollbar-3dlight-color:ffffff;
scrollbar-darkshadow-color:E6E6D9; scrollbar-track-color:f2f2f2;
scrollbar-arrow-color:ffffff;}
</STYLE>
</head>
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
<table cellpadding="2" cellspacing="1" border="0" width="100%" class="border" align=center>
<tr align="center">
<td height=25 colspan=2 class="topbg"><strong>:. DaDaYu .: 文章后台管理首页</strong></tr>
<tr>
<td width="100" class="tdbg" height=23><strong>管理快捷方式:</strong></td>
<td class="tdbg"><a href="Admin_ArticleAdd1.asp">添加文章(简洁模式)</a>
| <a href="Admin_ArticleAdd2.asp">添加文章(高级模式)</a> | <a href="Admin_ArticleManage.asp">文章管理</a>
| <a href="Admin_ArticleCheck.asp">文章审核</a></td>
</tr>
</table>
<br>
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="border">
<tr align="center" class="topbg">
<td colspan="8"><strong>新 手 操 作 指 南</strong></td>
</tr>
<tr class="tdbg">
<td colspan="8"><font color="#FF0000" size="3"> </font><br>
<table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr valign="top">
<td width="60" align="right">第一步: </td>
<td>点击左边管理导航菜单中的“<font color="#0000FF">常规设置</font>”----“<font color="#0000FF">网站信息配置</font>”,对你的网站信息和一些网站配置参数进行配置。这里你一定要详细看清楚每一项的含义及参数设置情况呀。</td>
</tr>
<tr valign="top">
<td width="60" align="right">第二步:</td>
<td>如果你在网站选项中设置了“显示频道”,则一定要点击左边管理导航菜单中的“<font color="#0000FF">常规设置</font>”----“<font color="#0000FF">网站频道添加
| 管理</font>”,对你的网站的频道进行添加、修改、删除等操作。注意,系统提供的频道是不能删除的,但你可以修改频道的名称和链接。<br>
<font color="#FF0000"> </font><br>
频道的概念是引自一些大网站的网站结构。比如,整个网站分成新闻、文章、下载、图片、影视、商城等各个频道,各频道下又分栏目。本系统一般适用于新闻及文章频道。</td>
</tr>
<tr valign="top">
<td width="60" align="right">第三步:</td>
<td>点击左边管理导航菜单中的“<font color="#0000FF">栏目管理</font>”中的相关栏目管理选项,添加/修改/删除新栏目,以及对栏目进行排序、合并等操作。</td>
</tr>
<tr valign="top">
<td width="60" align="right">第四步:</td>
<td>添加文章。有两种方式可采用选择:简洁模式和高级模式。<br>
简洁模式:这种方法添加的文章,没有显示的选项采用系统默认值。<br>
高级模式:采用这种方式你可对文章的每一个选项进行设置。 </td>
</tr>
<tr valign="top">
<td width="60" align="right">第五步:</td>
<td>对添加的文章进行管理。</td>
</tr>
<tr valign="top">
<td width="60" align="right">第六步:</td>
<td>其他功能可按需要进行操作。</td>
</tr>
</table> </td>
</tr>
</table>
<br>
<table cellpadding="2" cellspacing="1" border="0" width="100%" class="border" align=center>
<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> </td>
<td align="right" class="tdbg"><a href="Admin_ServerInfo.asp">点此查看更详细的服务器信息>>></a></td>
</tr>
</table>
<br>
<table cellpadding="2" cellspacing="1" border="0" width="100%" class="border" align=center>
<tr align="center">
<td height=25 colspan=2 class="topbg"><strong>HEROSTUDIO</strong>
<tr>
<td width="20%" class="tdbg" height=23>美工设计:</td>
<td width="80%" class="tdbg"> </td>
</tr>
</table>
<div align="center"><br>
Copyright (c) 2004-2005 <a href=http://www.asp163.net>DaDaYu </a> 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 + -