📄 main.asp
字号:
<!--#include file="users.asp" -->
<%
if session("user")="" then
Response.Redirect "index.asp"
response.end
else
Set admin = Server.CreateObject("ADODB.Recordset")
asql="SELECT * FROM admin where admin='"&session("user")&"'"
admin.OPEN asql, Conn,1,1
if admin.eof and admin.bof then
Response.Redirect "index.asp"
response.end
else
if session("pas")<>admin("pws") then
Response.Redirect "index.asp"
response.end
else
if session("qx")<"2" then
Response.Redirect "index2.asp"
response.end
end if
end if
end if
admin.close
set admin=nothing
end if%>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<BODY bgcolor="#0066FF">
<P> </P>
<table border="0" cellspacing="1" width="80%" align=center bgcolor="#CCCCCC">
<tr>
<td width="100%" height="77">
<div align="center"><font size="5"><a href="../makeindex.asp">中国公益电子书下载系统</a>
后台管理</font></div>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF"><font size="5"><a href="../makeindex.asp">中国公益电子书下载系统</a></font>
是参考多个软件下载系统,提取其精华整合的一套下载,本系统实用,简单,运行速度快。<br>
首页ASP生成HTML,免去多次读取数据库,减轻服务器负担,使你的访问者可以快速进入。<br>
搜索关键字加颜色提示。<br>
软件简介支持UBB<br>
支持对下载数据库压缩,备份,恢复。<br>
支持多用户在线更新。<br>
支持软件评论,相关软件连接。<br>
演示:<a href="http://www.gy16.com">http://www.gy16.com</a><br>
子渊 手机:13556590001 ---2004/11/16<br>
QQ:79571397 E:MAIL:<a href="mailto:ziyzo2008@yahoo.com.cn">ziyzo2008@yahoo.com.cn</a></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF">一个左眼失明的残疾人,把他的热情,精力放在学习网络上,虽然他只有初中文化,什么也没有,但是他热情,自信,他办了个网站叫<font size="5"><a href="../makeindex.asp">中国公益电子书</a></font>
得到很多朋友的支持,希望与您共勉,共同进步,欢迎你与我交朋友!E:MAIL:<a href="mailto:ziyzo2008@yahoo.com.cn">ziyzo2008@yahoo.com.cn</a>
手机:13556590001 </td>
</tr>
</table>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -