/bbs/plqc.asp代码页
<%@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="cnscucsb.asp"-->
<wml>
<head><%
'====================================================================
' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
' 程序制作:横云			  掌上校园收倾心整理收集于互联网,感谢你的支持!
' 升级时间: 2008-2-5  		主页地址:HTTP://wap.cnscu.cn
' E-Mail: cnscu@126.com   	客服QQ:554904632 QQ群:30493504 QQ群2:46659883
'====================================================================
%> <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>
<%if ltmybz1<>"0" or mycjbz="1" then%>
<%id=usb(request("id"))
if id="" then id="99999999999999"
fid=usb(request("fid"))
cz=usb(request("cz"))
if cz="1" then nnnn="批量删除帖子"
if cz="2" then nnnn="批量删除帖子成功"
if cz="3" then nnnn="加黑会员"
if cz="4" then nnnn="加黑会员成功"
if cz="5" then nnnn="批量删除回复"
if cz="6" then nnnn="批量删除回复成功"
if cz="7" then nnnn="批量封锁帖子"
if cz="8" then nnnn="批量封锁帖子成功"
if cz="9" then nnnn="批量解封帖子"
if cz="10" then nnnn="批量解封帖子成功"
if cz="11" then nnnn="清除作者发帖"
if cz="12" then nnnn="清除成功"
if cz="13" then nnnn="批量封锁作者发帖"
if cz="14" then nnnn="批量封锁发帖"
if cz="15" then nnnn="批量解锁作者发帖成功"
if cz="16" then nnnn="批量解锁成功"
if cz="17" then nnnn="解黑作者"
if cz="18" then nnnn="解黑成功"
if cz="19" then nnnn="设为总版"
if cz="20" then nnnn="设置总版成功"
if cz="21" then nnnn="设为巡查员"
if cz="22" then nnnn="巡查员设置成功"
if cz="19" then nnnn="撤除总版"
if cz="20" then nnnn="撤除总版成功"
if cz="21" then nnnn="撤除巡查员"
if cz="22" then nnnn="撤除员设置成功"
%>
<card id="main" title="<%=nnnn%>" >
<p>

<%if cz="1" then%>
批量删除ID<%=ID%>的帖子?<br/>
<a href='plqc.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz=2'>确认</a>|<a href='gr_zl.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz='>取消</a><br/>

批量删除将会导致有回复的内容出错!<br/>
建议使用批量封锁后手动删除<br/>
<%elseif cz="2" then%>
批量删除ID<%=ID%>的帖子成功<br/>
<%
sql="delete from [lttz] Where cstr(fid)='"&id&"'"
  conn.Execute(sql)
sql="update cnscu_gr set [ftsl]=0 Where cstr(id)='"&id&"'"
  conn.Execute(sql)%>
<%elseif cz="3" then%>
加黑ID<%=ID%>会员!您确定吗?<br/>

<br/><a href='plqc.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz=4'>确认</a>|<a href='gr_zl.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz='>取消</a><br/>
<%elseif cz="4" then%>
<%  sql="update cnscu_gr set grzt=2 Where cstr(id)='"&id&"'"
  conn.Execute(sql)%>
加黑ID<%=ID%>成功<br/>
<%elseif cz="5" then%>
批量删除ID<%=ID%>的回复<br/>
批量删除后不可恢复!您确定吗?
<br/><a href='plqc.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz=6'>确认</a>|<a href='gr_zl.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz='>取消</a><br/>
<%elseif cz="6" then%>
<%
sql="delete from [lthf] Where cstr(fid)='"&id&"'"
  conn.Execute(sql)
%>
批量删除ID<%=ID%>的回复成功<br/>
<%elseif cz="7" then%>
批量封锁ID<%=ID%>的帖子?<br/>
<a href='plqc.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz=8'>确认</a>|<a href='gr_zl.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz='>取消</a><br/>
<%elseif cz="8" then%>
批量封锁ID<%=ID%>的帖子成功<br/>
<%
sql="update [lttz] set st=1 where cstr(fid)='"&id&"'"
  conn.Execute(sql)
%>
<%elseif cz="9" then%>
批量解封ID<%=ID%>的帖子?<br/>
<a href='plqc.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz=10'>确认</a>|<a href='gr_zl.asp?id=<%=id%>&amp;cnscu=<%=cnscu%>&amp;cz='>取消</a><br/>
<%elseif cz="10" then%>
<%
sql="update [lttz] set st=0 where cstr(fid)='"&id&"'"
  conn.Execute(sql)
%>
批量解封ID<%=ID%>的帖子成功<br/>
<%else%>
未知错误!
<%end if%>
<%end if%>
<br/>------------<br/>
<!--#include file="w.asp"-->
</p>
</card>
</wml>
字母检索
回到顶部