📄 hy_gl.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%response.buffer=true%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#include file="conn.inc"-->
<!--#include file="66hc-sb.asp"-->
<wml>
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
</head>
<card id="main" title="管理会员" >
<p>
<%id=usb(request("id"))
cz=usb(request("cz"))
txt=usb(request("txt"))
if txt<>"" then id=txt
set rs=Server.CreateObject("ADODB.Recordset")
rspl="select * from 66hc_gr where id="&id
rs.open rspl,conn,1,2
if rs.eof then
response.write("没有该会员!<a href='http://66hc.net'>第六感</a>制作!")
else
%>
会员编号:<%=ubb(rs("id"))%><br/>
手机昵称:<%=ubb(rs("nini"))%><br/>
手机号吗:<%=ubb(rs("sjhm"))%><br/>
手机型号:<%=ubb(rs("oopp"))%><br/>
登陆密码:<%=ubb(rs("mm"))%><br/>
注册时间:<%=ubb(rs("zcsj"))%><br/>
最后登陆:<%=ubb(rs("dlsj"))%><br/>
注册IP:<%=ubb(rs("myip"))%><br/>
社区钻币:<%=ubb(rs("myjb"))%><br/>
社区积分:<%=ubb(rs("myjf"))%><br/>
社区识别:<a href='../bbs/index.asp?glsb=<%=ubb(rs("grsb"))%>'><%=ubb(rs("grsb"))%></a><br/>
----------<br/>
密码问题:<%=ubb(rs("mmwt"))%><br/>
问题答案:<%=ubb(rs("wtda"))%><br/>
----------<br/>
ID:<input name='txt<%=minute(now)%><%=second(now)%>' title='筛选条件' value=''/>
<br/>
<anchor>快速管理
<go href="hy_gl.asp?sb=<%=sb%>" method="post" accept-charset="utf-8">
<postfield name="txt" value="$(txt<%=minute(now)%><%=second(now)%>)"/>
</go>
</anchor><br/>
<a href="tzjl.asp?sb=<%=sb%>&id=<%=usb(id)%>">贴子记录</a>◆<a href="bjhy.asp?sb=<%=sb%>&id=<%=usb(id)%>">编辑资料</a><br/>
<%if rs("grzt")="0" then%>
<a href="zttz.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=id%>&cz=9">加黑作者</a>
<%elseif rs("grzt")<>"0" then%>
<a href="zttz.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=id%>&cz=17">解黑作者</a>
<%end if%>◆<a href="hhff.asp?sb=<%=sb%>&fid=<%=id%>&id=<%=id%>&cz=5">禁止发贴</a><br/><%if rs("ltzj")="0" then%><a href="zttz.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=id%>&cz=19">设为总版</a><%elseif rs("ltzj")<>"0" then%><a href="zttz.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=id%>&cz=23">撤除总版</a><%end if%>
◆<%if rs("ltxcy")="0" then%><a href="zttz.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=id%>&cz=21">设为巡查</a>
<%elseif rs("ltxcy")<>"0" then%>
<a href="zttz.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=id%>&cz=21">撤除巡查</a>
<%end if%><br/>
<a href="zbgl.asp?sb=<%=sb%>&fid=<%=rs("id")%>&id=<%=id%>">钻币管理</a>◆<a href="jfgl.asp?sb=<%=sb%>&fid=<%=rs("id")%>&id=<%=id%>">积分管理</a><br/>
<a href="hhff.asp?sb=<%=sb%>&fid=<%=rs("id")%>&id=<%=id%>&cz=5">批量清除该会员的回复</a><br/>
<a href="zttz.asp?sb=<%=sb%>&fid=<%=rs("id")%>&id=<%=id%>&cz=11">批量清除该会员的发贴</a><br/>
<a href="zttz.asp?sb=<%=sb%>&fid=<%=rs("id")%>&id=<%=id%>&cz=13">批量封锁该会员的发贴</a><br/>
<a href="zttz.asp?sb=<%=sb%>&fid=<%=rs("id")%>&id=<%=id%>&cz=15">批量解锁该会员的发贴</a>
<%end if%>
<br/>————————<br/>
<a href="hhyy.asp?fs=<%=fs%>&sb=<%=sb%>">返回会员管理</a><br/>
<a href="d_i.asp?fs=<%=fs%>&sb=<%=sb%>">返回管理首页</a><br/>
<a href="/index.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站首页</a><br/>
报时:<%=time%>
</p>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -