fetch1("select classid,checked from {$dbtbpre}ecms_".$class_r[$classid][tbname]."_index where id='$id' limit 1"); if(!$index_r['classid']||$index_r['classid']!=$classid) { printerror('ErrorUrl',''); } //返回表 $infotb=ReturnInfoMainTbname($class_r[$index_r[classid]][tbname],$index_r['checked']); $n_r=$empire->fetch1("select classid,title,restb from ".$infotb." where id='$id' limit 1"); $pubid=ReturnInfoPubid($classid,$id); $start=0; $page=(int)$_GET['page']; $page=RepPIntvar($page); //每页显示 $line=(int)$_GET['line']; if($line>0&&$line<1000) { $search.='&line='.$line; } else { $line=30; } $page_line=12; $offset=$page*$line; $search.="&bclassid=$bclassid&classid=$classid&id=$id"; $add=''; //推荐 $isgood=(int)$_GET['isgood']; if($isgood) { $add.=' and isgood=1'; $search.="&isgood=$isgood"; } //审核 $checked=(int)$_GET['checked']; if($checked) { $add.=" and checked='".($checked==1?0:1)."'"; $search.="&checked=$checked"; } //搜索 $keyboard=RepPostVar2($_GET['keyboard']); if($keyboard) { $show=(int)$_GET['show']; if($show==1) { $where="username like '%".$keyboard."%'"; } elseif($show==3) { $where="saytext like '%".$keyboard."%'"; } else { $where="sayip like '%".$keyboard."%'"; } $add.=' and '.$where; $search.="&keyboard=$keyboard&show=$show"; } $query="select plid,username,saytime,sayip,checked,zcnum,fdnum,userid,isgood,saytext,pubid,eipport from {$dbtbpre}enewspl_".$n_r['restb']." where pubid='$pubid'".$add; $totalquery="select count(*) as total from {$dbtbpre}enewspl_".$n_r['restb']." where pubid='$pubid'".$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=AdminReturnClassLink($classid).' > '.stripSlashes($n_r[title]).' > 管理评论'; ?> 管理评论
位置:
关键字: > 推荐 > > >
> > > > 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'])); ?> >
选择
网名
评论内容
发表时间
IP
>
:
                
 
说明:多选框为蓝色代表未审核评论,加粗网名为登陆会员,发布时间红色为推荐评论