网站评论后台需要添加"审核"功能和"全部删除"功能

网站评论后台需要添加"审核"功能和"全部删除"功能,哪位大侠帮我看一下怎么改!谢谢
if Request.QueryString("Action")="Del" then
ReViewID=request("ReViewID")
set rs=server.createobject("adodb.recordset")
Sql="delete from ReView where ReViewID="&ReViewID
rs.open Sql,conn,3,3
set rs=nothing
conn.close
Response.Redirect (request.servervariables("HTTP_REFERER"))
end if

MaxPerPage=8 '分页显示的纪录个数
dim sql
dim rs
dim gstBookID
dim totalPut
dim CurrentPage
dim TotalPages
dim i,j
sql="select * from Review ORDER BY ReTime DESC"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
rs.pagesize=MaxPerPage
If trim(Request("Page"))<>"" and IsNumeric(Request("Page")) then
CurrentPage= CLng(request("Page"))
If CurrentPage< 1 then
CurrentPage= 1
ElseIf CurrentPage> rs.PageCount then
CurrentPage = rs.PageCount
End If
Else
CurrentPage= 1
End If
if rs.eof then
response.write "<p align='center'>还没有评论信息...</p>"
else
totalPut=rs.recordcount '记录总数
if CurrentPage=1 then
showpages
showContent
else
if (currentPage-1)*MaxPerPage<totalPut then
rs.move(currentPage-1)*MaxPerPage
dim bookmark
bookmark=rs.bookmark '移动到开始显示的记录位置
showpages
showContent
else
currentPage=1
showContent
end if
end if
rs.close
end if
set rs=nothing
set conn=nothing
sub showContent
%>
<TABLE width="100%" align="center" cellspacing="2" >
<%
dim i
i=0
do while not (rs.eof or err)
%>
<tr>
<td height="19"> <div align="right"></div>
<div align="left">
<table width="500" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td height="24" colspan="2" bgcolor="#EAEAEA">评论:<a href="ViewInfo.asp?id=<%=rs("InfoID")%>" target="_blank"><%=rs("Title")%></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#FFFFFF">网友:<%=rs("Reply")%>  Email:<a href="mailto:<%=rs("UserEmail")%>"><%=rs("UserEmail")%></a> <hr size="1">
评论:<%=rs("Content")%></td>
</tr>
<tr>
<td height="18" colspan="2" bgcolor="#EAEAEA"> <div align="right"><a href="Admin_Review.asp?Action=Del&ReViewID=<%=rs("ReViewID")%>">删除</a> </div></td>
</tr>
</table>
</div></td>
</tr>
<%
i=i+1
if i>=MaxPerPage then exit do
rs.movenext
loop
%>
</TABLE>
<%end sub%>
<%sub showpages()%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="28">
<div align="center">
<%
dim n,k
if (totalPut mod MaxPerPage)=0 then
n= totalPut \ MaxPerPage
else
n= totalPut \ MaxPerPage + 1
end if
%>
共有<%=rs.recordcount%>个记录
 每页<%=MaxPerPage%>个记录
能再详细点不,我不太懂数据库!

第1个回答  2008-11-14
网站评论后台需要添加"审核"功能和"全部删除"功能

不看你的代码了,头痛
给你提供思路吧:
在数据库中加个数字字段 默认为0。为0时不能过,为1时通过审核
你用update就可以了
全部删除就更简单了:
delete id in all 即可
第2个回答  推荐于2016-08-06
<a href="aaa.asp?pass=yes">删除</a>
if request("pass")=yes then
conn.execute("update 新闻字段 set pass=1 where id="&request("id")&"")
else
conn.execute("update 新闻字段 set pass=0 where id="&request("id")&"")
end if
这是审核的,
全部删除你可以在新闻前加一个选取框,然后这样,
conn.execute("del 新闻字段 in(各个ID) where id="&request("id")&""),难得写了。自己写本回答被提问者采纳

网站评论后台需要添加"审核"功能和"全部删除"功能
delete id in all 即可

官网后台如何删除内容
首先,我们建议你在WordPress后台开启评论审核功能。这意味着所有用户在网站上留下的所有评论都需要经过管理员的审核和批准才能发布到前台,避免网站前台大量的垃圾评论影响你Wordpress外贸网站的声誉。二是让Akismet更高效地屏蔽垃圾评论。单独审阅每条评论需要花费大量时间。如果你确定所有待定评论都是垃圾,你可...

如何快速删除 WordPress 外贸网站后台的垃圾评论
首先,我们建议你在WordPress后台开启评论审核功能。这意味着所有用户留在网站上的所有评论需要经过管理员的审核批准才可以发布到前台,防止网站前台出现大量垃圾评论而影响到你的Wordpress外贸网站的信誉。其次是启用Akismet,来更有效率的屏蔽垃圾评论。单个去审核每个评论需要花费大量的时间,如果你确定待审评论...

苹果AppStore审核不通过,有哪些原因与方法
5.如果你的app进入的时候就需要获取联系人信息, 建议把这个获取联系人信息的步骤添加到获取紧急联系人那一步, 这么做的原因是大部分借贷类app都没有界面需要使用联系人信息这个功能, 这个基本是给催收和风控用的, 苹果审核的时候会因为你没用到这些数据, 却去获取用户的联系人信息而拒绝你的app6.如果你的app需要...

2022年五大最佳会员网站建设者
MembersChat:在你的博客或论坛上,你可以添加一个聊天框,这样成员就可以给你和其他成员发消息或开始小组讨论。此功能非常适合社区参与。成员管理:在仪表板中,您将看到成员列表。从这里,您可以看到他们的详细信息,并为每个人分配不同的权限。请阅读我们的Wix专家评论以了解更多信息。内置会员功能_您...

相似回答