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.""; ?> 管理评论
位置:
               
信息ID: 专题ID: 关键字: > 推荐   >
> > > fetch($sql)) { if(!empty($r[checked])) { $checked=" title='未审核' style='background:#99C4E3'"; $checkednc='
NC'; } else { $checked=""; $checkednc=''; } if($r['userid']) { $r['username']="$r[username]"; } if(empty($r['username'])) { $r['username']='匿名'; } $r['saytime']=date('Y-m-d H:i:s',$r['saytime']); if($r[isgood]) { $r[saytime]=''.$r[saytime].''; } //替换表情 $saytext=RepPltextFace(stripSlashes($r['saytext'])); //专题 $title=''; if($r['pubid']<0) { $ztr['ztid']=$r['classid']; $titleurl=sys_ReturnBqZtname($ztr); $title="".$class_zr[$r['classid']]['ztname'].""; $pagefunr=eReturnRewritePlUrl($r['classid'],0,'dozt',0,0,1); $plurl=$pagefunr['pageurl']; } else//信息 { if($class_r[$r[classid]][tbname]) { $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']); $infor=$empire->fetch1("select isurl,titleurl,classid,id,title from ".$infotb." where id='$r[id]' limit 1"); $titleurl=sys_ReturnBqTitleLink($infor); $title="".stripSlashes($infor[title]).""; } $pagefunr=eReturnRewritePlUrl($r['classid'],$r['id'],'doinfo',0,0,1); $plurl=$pagefunr['pageurl']; } ?> >
选择
网名
评论内容(双击内容,进入信息评论页)
所属信息
>
网名
IP :
时间
               
 
说明:多选框为蓝色代表未审核评论,加粗网名为登陆会员,发布时间红色为推荐评论