0&&$line<1000) { $search.='&line='.$line; } else { $line=30; } $page_line=12; $offset=$page*$line; $search.=$ecms_hashur['ehref']; $add=''; $and=''; //评论表 $restb=(int)$_GET['restb']; if($restb) { if(!strstr($public_r['pldatatbs'],','.$restb.',')) { printerror('ErrorUrl',''); } $search.='&restb='.$restb; } else { $restb=$public_r['pldeftb']; } //单个 $id=(int)$_GET['id']; if($id) { $add.=" where id='$id'"; $search.="&id=$id"; } //专题ID $ztid=(int)$_GET['ztid']; if($ztid) { $sztr=$empire->fetch1("select ztid,restb from {$dbtbpre}enewszt where ztid='$ztid'"); if($sztr['ztid']) { $and=empty($add)?' where ':' and '; $add.=$and."pubid='-$ztid'"; $restb=$sztr['restb']; } $search.="&ztid=$ztid"; } //单个 $classid=(int)$_GET['classid']; if($classid) { $and=empty($add)?' where ':' and '; if($class_r[$classid][islast]) { $add.=$and."classid='$classid'"; } else { $add.=$and.'('.ReturnClass($class_r[$classid][sonclass]).')'; } $search.="&classid=$classid"; } //审核 $checked=(int)$_GET['checked']; if($checked) { $and=empty($add)?' where ':' and '; $add.=$and."checked='".($checked==1?0:1)."'"; $search.="&checked=$checked"; } //推荐 $isgood=(int)$_GET['isgood']; if($isgood) { $and=empty($add)?' where ':' and '; $add.=$and."isgood=1"; $search.="&isgood=$isgood"; } //搜索 $keyboard=RepPostVar2($_GET['keyboard']); if($keyboard) { $and=empty($add)?' where ':' and '; $show=(int)$_GET['show']; if($show==1)//发表者 { $add.=$and."(username like '%".$keyboard."%')"; } elseif($show==2)//ip { $add.=$and."(sayip like '%".$keyboard."%')"; } elseif($show==3)//内容 { $add.=$and."(saytext like '%".$keyboard."%')"; } $search.="&keyboard=$keyboard&show=$show"; } $totalquery="select count(*) as total from {$dbtbpre}enewspl_".$restb.$add; $query="select plid,username,saytime,sayip,id,classid,checked,zcnum,fdnum,userid,isgood,saytext,pubid,eipport from {$dbtbpre}enewspl_".$restb.$add; //取得总条数 $totalnum=(int)$_GET['totalnum']; if($totalnum>0) { $num=$totalnum; } else { $num=$empire->gettotal($totalquery); } $query.=" order by plid desc limit $offset,$line"; $sql=$empire->query($query); $search.='&totalnum='.$num; $returnpage=page2($num,$line,$page_line,$start,$page,$search); //位置 $url="管理评论 - 分表".$restb.""; ?>
位置: =$url?> |