bbzzcl.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=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="cnscu_sb.asp"--><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <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 cnscu_gr where id="&id
- rs.open rspl,conn,1,2
- if rs.eof then
- response.write("没有该版主!<a href='http://wap.cnscu.cn'>掌上校园</a>收集整理cnscu.cn!")
- else
- if rs("gllt1")<>0 then bbzz="总"
- if rs("gllt1")=0 then bbzz="副"
- set rse=Server.CreateObject("ADODB.Recordset")
- rspple="select * from sclt where id="&rs("gllt")
- rse.open rspple,conn,1,2
- if rse.eof then
- bkmc="无此版块"
- else
- bkmc=rse("name")
- end if
- %>
- 管理版面:<%=ubb(bkmc)%>[<%=bbzz%>]<br/>
- 会员编号:<%=usb(rs("id"))%><br/>
- 手机昵称:<%=usb(rs("nini"))%><br/>
- 手机号吗:<%=usb(rs("sjhm"))%><br/>
- 手机型号:<%=usb(rs("oopp"))%><br/>
- 登陆密码:<%=usb(rs("mm"))%><br/>
- 注册时间:<%=usb(rs("zcsj"))%><br/>
- 最后登陆:<%=usb(rs("dlsj"))%><br/>
- 注册IP:<%=usb(rs("myip"))%><br/>
- 社区钻币:<%=usb(rs("myjb"))%><br/>
- 社区积分:<%=usb(rs("myjf"))%><br/>
- ----------<br/>
- 密码问题:<%=usb(rs("mmwt"))%><br/>
- 问题答案:<%=usb(rs("wtda"))%><br/>
- ----------<br/>
- <a href="ccbz.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=id%>&cz=1">撤除总版</a>◆<a href="ccbz.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=id%>&cz=3">撤除副版</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%>
- <%end if%>
- <br/>————————<br/>
- <a href="bbzz.asp?fs=<%=fs%>&sb=<%=sb%>">返回版主管理</a><br/>
- <a href="sq.asp?fs=<%=fs%>&sb=<%=sb%>">返回社区管理</a><br/>
- <a href="admin_index.asp?fs=<%=fs%>&sb=<%=sb%>">返回管理首页</a><br/>
- <a href="../index.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站首页</a><br/>
- 报时:<%=time%>
- </p>
- </card>
- </wml>