query("select tbname,tname from {$dbtbpre}enewstable order by tid"); while($tbr=$empire->fetch($tbsql)) { $b=1; $select=""; if($tbr[tbname]==$tbname) { $htb=1; $select=" selected"; } $tbstr.=""; } if($b==0) { printerror('ErrorUrl',''); } if($htb==0) { printerror('ErrorUrl',''); } //用户 $sql=$empire->query("select userid,username from {$dbtbpre}enewsuser order by userid"); ?> 用户发布统计
位置:用户发布统计
选择统计数据表:
fetch($sql)) { $tquery="select count(*) as total from {$dbtbpre}ecms_".$tbname." where userid='$r[userid]' and ismember=0"; $checktquery="select count(*) as total from {$dbtbpre}ecms_".$tbname."_check where userid='$r[userid]' and ismember=0"; //今天发布数 $todaynum=$empire->gettotal($tquery." and truetime>=".to_time($today." 00:00:00")." and truetime<=".to_time($today." 23:59:59")); $todaychecknum=$empire->gettotal($checktquery." and truetime>=".to_time($today." 00:00:00")." and truetime<=".to_time($today." 23:59:59")); //昨天发布数 $yesterdaynum=$empire->gettotal($tquery." and truetime>=".to_time($yesterday." 00:00:00")." and truetime<=".to_time($yesterday." 23:59:59")); $yesterdaychecknum=$empire->gettotal($checktquery." and truetime>=".to_time($yesterday." 00:00:00")." and truetime<=".to_time($yesterday." 23:59:59")); //本月发布数 $monthnum=$empire->gettotal($tquery." and truetime>=".to_time($month."-01 00:00:00")." and truetime<=".to_time($month."-".$maxday." 23:59:59")); $monthchecknum=$empire->gettotal($checktquery." and truetime>=".to_time($month."-01 00:00:00")." and truetime<=".to_time($month."-".$maxday." 23:59:59")); //所有 $totalnum=$empire->gettotal($tquery); $checktotalnum=$empire->gettotal($checktquery); //总点击量 $tonclickquery="select sum(onclick) as total from {$dbtbpre}ecms_".$tbname." where userid='$r[userid]' and ismember=0"; $totalonclick=$empire->gettotal($tonclickquery); //总评论数 $tplquery="select sum(plnum) as total from {$dbtbpre}ecms_".$tbname." where userid='$r[userid]' and ismember=0"; $totalplnum=$empire->gettotal($tplquery); //总下载数 $tdownquery="select sum(totaldown) as total from {$dbtbpre}ecms_".$tbname." where userid='$r[userid]' and ismember=0"; $totaldown=$empire->gettotal($tdownquery); //审稿 $checkhinfonum=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_".$tbname." where eckuid='$r[userid]' and ismember=0"); $checkqinfonum=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_".$tbname." where eckuid='$r[userid]' and ismember=1"); ?>
用户
今天发布数
昨天发布数
本月发布数
总发布数
未审核数
审发数
审投数
点击数
评论数
下载数
[详细]