0"; } } //发布者 if($username) { $where.=" and username like '%$username%'"; } //发布IP if($sayip) { $where.=" and sayip like '%$sayip%'"; } //发布内容 if($saytext) { $twhere=''; $or=''; $tr=explode('|',$saytext); $count=count($tr); for($i=0;$i<$count;$i++) { $twhere.=$or."saytext like '%".$tr[$i]."%'"; $or=' or '; } $where.=' and ('.$twhere.')'; } //评论ID if($endplid) { $where.=' and plid BETWEEN '.$startplid.' and '.$endplid; } //发布时间 if($startsaytime&&$endsaytime) { $startsaytime=to_time($startsaytime.' 00:00:00'); $endsaytime=to_time($endsaytime.' 23:59:59'); $where.=" and saytime>='$startsaytime' and saytime<='$endsaytime'"; } //是否审核 if($checked) { $checkval=$checked==1?0:1; $where.=" and checked='$checkval'"; } if(!$where) { printerror("EmptyDelMorePl","history.go(-1)"); } $where=substr($where,5); $sql=$empire->query("select plid,id,classid,pubid from {$dbtbpre}enewspl_".$restb." where ".$where); $dh=''; $b=0; while($r=$empire->fetch($sql)) { $b=1; $startid=$r['plid']; if($class_r[$r[classid]][tbname]&&$r['pubid']>0) { $index_r=$empire->fetch1("select checked from {$dbtbpre}ecms_".$class_r[$r[classid]][tbname]."_index where id='$r[id]' limit 1"); //返回表 $infotb=ReturnInfoMainTbname($class_r[$r[classid]][tbname],$index_r['checked']); $empire->query("update ".$infotb." set plnum=plnum-1 where id='$r[id]'"); } } $sql=$empire->query("delete from {$dbtbpre}enewspl_".$restb." where ".$where); insert_dolog("restb=$restb");//操作日志 printerror("DelPlSuccess","DelMorePl.php".hReturnEcmsHashStrHref2(1)); } $enews=$_POST['enews']; if($enews) { hCheckEcmsRHash(); include("../../data/dbcache/class.php"); @set_time_limit(0); } if($enews=='DelMorePl') { DelMorePl($_POST,$logininid,$loginin); } //分表 $plsetr=$empire->fetch1("select pldatatbs from {$dbtbpre}enewspl_set limit 1"); $pltbr=explode(',',$plsetr['pldatatbs']); $restbs=''; $tbcount=count($pltbr)-1; for($i=1;$i<$tbcount;$i++) { $restbs.=''; } //栏目 $fcfile="../../data/fc/ListEnews.php"; $class=""; if(!file_exists($fcfile)) {$class=ShowClass_AddClass("",$classid,0,"|-",0,0);} db_close(); $empire=null; ?> 批量删除评论
位置:>管理评论 > 批量删除评论
多条件批量删除评论
选择分表
发布者包含字符:
是否会员发布: 不限 游客发布 会员发布
评论IP包含:
评论内容包含字符:

(多个字符用“|”隔开)
所属信息: 所属栏目: (如选择父栏目,将应用于所有子栏目)
信息ID  : (多个ID用“,”半角逗号隔开)
评论ID 介于: --
评论时间 介于: -- (格式:2011-01-27)
是否审核: 不限 已审核评论 未审核评论