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; ?>
位置:>管理留言 > 批量删除留言 |