📄 glleft8573.asp
字号:
<%response.expires=0%>
<%
if session("0382")="" then
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>快狗管理</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div align="center">
<table border="1" cellpadding="0" cellspacing="0" width="99%" height="284">
<tr>
<td width="100%" background="../qqpic/line1.jpg" height="23">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="managerglly.asp?id=0&page=1" target="right">留言本管理</a></td>
</tr>
<tr>
<td width="100%" background="../qqpic/line1.jpg" height="23">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="dispuser.asp" target="right">注册用户管理</a></td>
</tr>
<tr>
<td width="100%" background="../qqpic/line1.jpg" height="23">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="finduser.asp" target="right">查找注册用户</a></td>
</tr>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="managergl.asp?id=0" target="right">在线站长管理</a></td>
</tr>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="getusersums.asp" target="right">在线站点人数</a></td>
</tr>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="addsite.asp" target="right">增加在线站点</a></td>
</tr>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--在线站点</td>
</tr>
<tr>
<td width="100%" height="135" valign="top">
<p align="left">
<%
'on error resume next
application.lock
onlinesite=application("onlinesite")
sitesums=ubound(onlinesite)
if sitesums<0 then
response.write("<center><font color=#ff0000>现在还没有在线站点!</font>")
else
for i=0 to sitesums
if onlinesite(i)<>"" then
msg=split(onlinesite(i),"$")
%>
<img border="0" src="../qqpic/online.gif" width="15" height="15">
<%
if msg(2)<>"" then
response.write("<a href=glright.asp?id="&msg(0)&" target=right>"&msg(2)&"</a><br>")
else
response.write("<a href=glright.asp?id="&msg(0)&" target=right><font color=#0000ff>名称为空</font></a><br>")
end if
end if
next
end if
application.unlock
%>
</td>
</tr>
<tr>
<td width="100%" height="25" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="initquery.asp?id=1" target="right">初始化“快狗”</a></td>
</tr>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="initquery.asp?id=2" target="right">初始化用户队列</a></td>
</tr>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="initquery.asp?id=3" target="right">初始化站长队列</a></td>
</tr>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="deleolduser.asp" target="right">清除过期用户</a></td>
</tr>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg">
<p align="left"><img border="0" src="../qqpic/reg.gif" width="16" height="16">--<a href="addonlineinfo.asp" target="right">修改广告语</a></td>
</tr>
<center>
<tr>
<td width="100%" height="23" background="../qqpic/line1.jpg"><img border="0" src="../qqpic/exit.gif" width="16" height="16">--<a href="#" onclick="top.close()">退出“快狗”</a></td>
</tr>
</table>
</center>
</div>
</body>
</html>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -