0"; } } //留言ID if($endlyid) { $where.=' and lyid BETWEEN '.$startlyid.' and '.$endlyid; } //发布时间 if($startlytime&&$endlytime) { $where.=" and lytime>='$startlytime' and lytime<='$endlytime'"; } //是否审核 if($checked) { $checkval=$checked==1?0:1; $where.=" and checked='$checkval'"; } //是否回复 if($havere) { if($havere==1) { $where.=" and retext<>''"; } else { $where.=" and retext=''"; } } //姓名 if($name) { $where.=" and name like '%$name%'"; } //发布IP if($ip) { $where.=" and ip like '%$ip%'"; } //邮箱 if($email) { $where.=" and email like '%$email%'"; } //电话 if($mycall) { $where.=" and `mycall` like '%$mycall%'"; } //留言内容 if($lytext) { $where.=" and lytext like '%$lytext%'"; } if(!$where) { printerror("EmptyDelMoreGbook","history.go(-1)"); } $where=substr($where,5); $sql=$empire->query("delete from {$dbtbpre}enewsgbook where ".$where); insert_dolog("");//操作日志 printerror("DelGbookSuccess","DelMoreGbook.php".hReturnEcmsHashStrHref2(1)); } $enews=$_POST['enews']; if($enews) { hCheckEcmsRHash(); } if($enews=='DelMoreGbook') { @set_time_limit(0); DelMoreGbook($_POST,$logininid,$loginin); } $gbclass=ReturnGbookClass(0,0); db_close(); $empire=null; ?> 批量删除留言
位置:>管理留言 > 批量删除留言
批量删除留言
所属留言分类:
留言IP包含:
姓名包含:
邮箱包含:
电话包含:
留言内容包含:
留言ID 介于: --
留言时间 介于: -- (格式:2011-01-27)
是否会员发布: 不限 游客发布 会员发布
是否有回复: 不限 已回复留言 未回复留言
是否审核: 不限 已审核留言 未审核留言