📄 left.asp
字号:
<!--#include file="boardconn.asp"-->
<!--#include file="style/sql.asp" -->
<!--#include file="function.asp"-->
<%
server_v1=Cstr(Request.ServerVariables("HTTP_REFERER"))
server_v2=Cstr(Request.ServerVariables("SERVER_NAME"))
if mid(server_v1,8,len(server_v2))<>server_v2 then
response.write "<br><br><center><table border=1 cellpadding=20 bordercolor=black bgcolor=#EEEEEE width=450>"
response.write "<tr><td style=font:9pt Verdana>"
response.write "<center><font face=Georgia,Tahoma size=2><u>友好提示:服务器禁止非法操作...</u></font></center>"
response.write "</td></tr></table></center>"
response.end
end if
%>
<%
fqys=request.servervariables("query_string")
dim nothis(18)
nothis(0)="net user"
nothis(1)="xp_cmdshell"
nothis(2)="/add"
nothis(3)="exec%20master.dbo.xp_cmdshell"
nothis(4)="net localgroup administrators"
nothis(5)="select"
nothis(6)="count"
nothis(7)="asc"
nothis(8)="char"
nothis(9)="mid"
nothis(10)="'"
nothis(11)=":"
nothis(12)=""""
nothis(13)="insert"
nothis(14)="delete"
nothis(15)="drop"
nothis(16)="truncate"
nothis(17)="from"
nothis(18)="%"
errc=false
for i= 0 to ubound(nothis)
if instr(FQYs,nothis(i))<>0 then
errc=true
end if
next
if errc then
response.write "<br><br><center><table border=1 cellpadding=20 bordercolor=black bgcolor=#EEEEEE width=450>"
response.write "<tr><td style=font:9pt Verdana>"
response.write "<center><font face=Georgia,Tahoma size=2><u>友好提示:服务器禁止非法操作...</u></font></center>"
response.write "</td></tr></table></center>"
response.end
end if
%>
<%CheckAdmin2%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<link href="style/style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor=#4D9CC8 text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<br>
<table width="188" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#D4D4D4" align="center" width="163"><a href="http://www1.aymi.com.cn" target="_blank"><img src="http://www.aymi.cn/LOGO/bar_logo_120_60.gif" title="Aymi贴吧" border="0"></a><br>站长配置(<a href="http://www1.aymi.com.cn" target="_blank"><u>帮助?</u></a>)</td><td width="25"></td>
</tr>
<tr>
<td colspan="2">
<table width="188">
<tr>
<td height="8"></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="system/system.asp" target="frmright"><strong>站点</strong>初始设置</a></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <strong>模块</strong></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="board/all_board.asp" target="frmright"><strong>贴吧</strong></a>/<a href="class/all_class.asp" target="frmright">类别</a></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="topic/all_topic.asp" target="frmright"><strong>主题</strong></a>/<a href="reply/all_reply.asp" target="frmright">回复</a></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="user/all_user.asp" target="frmright"><strong>用户</strong></a>/<a href="vip_user/all_user.asp" target="frmright">吧主</a>/<a href="master_user/all_user.asp" target="frmright">管理员</a>/<a href="ip/ip.asp" target="frmright">封</a></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="master/all_master.asp" target="frmright">后台<strong>管理员</strong></a>/<a href="master/add_master.asp" target="frmright">添加</a></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="backup/backup.asp" target="frmright"><strong>数据库</strong>备份</a>/<a href="zip/zip.asp" target="frmright">压缩</a>/<a href="recovery/recovery.asp" target="frmright">恢复</a></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="ad/add_ad.asp" target="frmright"><strong>广告</strong></a>/<a href="ad/all_ad.asp" target="frmright">管理</a></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="asp.asp" target="frmright"><strong>系统</strong>检测</a></td>
</tr>
<tr>
<td height="20" width="100%"> <img border="0" src="Images/List.gif"> <a href="logout.asp" target="_parent">退出后台</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -