📄 memberdata.asp
字号:
<%@ LANGUAGE = VBScript %>
<!--#include file="conn.asp"-->
<!--#include file="checklogin.asp"-->
<%
Set rs = nothing
Conn.Close
Set Conn = nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link REL="StyleSheet" HREF="../tjscripts.css" TYPE="text/css" MEDIA="screen">
<title><%= SiteTitle %>后台管理系统</title>
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
<table border="1" cellspacing="1" width="100%" bordercolor="#0033CC">
<tr>
<td width="100%" height="31" bgcolor="#FFCC00"><b>会员管理</b></td>
</tr>
<tr>
<td width="100%">
<div align="center">
<table border="1" cellspacing="1" width="100%" bordercolor="#A50F18">
<tr>
<td width="25%" height="30" align="center"><a href="memberquery.asp">查询会员</a></td>
<td width="25%" height="30" align="center"><a href="memberupgrade.asp">升级会员</a></td>
<td width="25%" height="30" align="center"><a href="memberdatamodify.asp">修改会员</a></td>
<td width="25%" height="30" align="center"><a href="memberdatadelete.asp">删除会员</a></td>
</tr>
<tr>
<td width="25%" height="30" align="center"><a href="memberrefquery.asp">查询会员下线</a></td>
<td width="25%" height="30" align="center"><a href="memberpriority.asp">授权会员</a></td>
<td width="25%" height="30" align="center"><a href="viplist.asp">VIP会员列表</a></td>
<td width="25%" height="30" align="center"><a href="starlist.asp">星级会员列表</a></td>
</tr>
<tr>
<td width="25%" height="30" align="center"><a href="p2scheatlist.asp">注册作弊嫌疑列表</a></td>
<td width="25%" height="30" align="center"></td>
<td width="25%" height="30" align="center"></td>
<td width="25%" height="30" align="center"></td>
</tr>
<tr>
<td width="25%" height="30" align="center"><a href="memberdatalist.asp">会员列表</a></td>
<td width="25%" height="30" align="center"><a href="unsubscribeml.asp">删除会员列表</a></td>
<td width="25%" height="30" align="center">
<form method="POST" action="unactiveml.asp">
<select size="1" name="DateLimit">
<option selected value="0 Days">全部 (0 天)</option>
<option value="7 Days">7 天</option>
<option value="14 Days">14 天</option>
</select>
<p><input type="submit" value="未激活会员列表" name="Button"></p>
</form>
</td>
<td width="25%" height="30" align="center">
<form method="POST" action="unloginml.asp">
<select size="1" name="DateLimit2">
<option selected value="14 Days">14 天</option>
<option value="30 Days">30 天</option>
<option value="45 Days">45 天</option>
</select>
<p><input type="submit" value="不活动会员列表" name="Button"></p>
</form>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td width="100%" align="center"><a href="javascript:history.back();"><b>返回</b></a></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -