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',''); } //日期 $year=date("Y"); $yyear=$year-1; $date=RepPostVar($_GET['date']); if(empty($date)) { $date=date("Y-m"); } $selectdate=''; $yselectdate=''; for($i=1;$i<=12;$i++) { $m=$i; if($i<10) { $m='0'.$i; } //今年 $sdate=$year.'-'.$m; $select=''; if($sdate==$date) { $select=' selected'; } $selectdate.=""; //去年 $ysdate=$yyear.'-'.$m; $yselect=''; if($ysdate==$date) { $yselect=' selected'; } $yselectdate.=""; } ?> <?=$username?> 的发布统计
位置: 的发布统计
gettotal("select count(*) as total from {$dbtbpre}ecms_".$tbname." where userid='$userid' and ismember=0 and truetime>=".to_time($thisday." 00:00:00")." and truetime<=".to_time($thisday." 23:59:59")); //未审核数 $totalchecknum=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_".$tbname."_check where userid='$userid' and ismember=0 and truetime>=".to_time($thisday." 00:00:00")." and truetime<=".to_time($thisday." 23:59:59")); //点击数 $totalonclick=$empire->gettotal("select sum(onclick) as total from {$dbtbpre}ecms_".$tbname." where userid='$userid' and ismember=0 and truetime>=".to_time($thisday." 00:00:00")." and truetime<=".to_time($thisday." 23:59:59")); //评论数 $totalplnum=$empire->gettotal("select sum(plnum) as total from {$dbtbpre}ecms_".$tbname." where userid='$userid' and ismember=0 and truetime>=".to_time($thisday." 00:00:00")." and truetime<=".to_time($thisday." 23:59:59")); //下载数 $totaldown=$empire->gettotal("select sum(totaldown) as total from {$dbtbpre}ecms_".$tbname." where userid='$userid' and ismember=0 and truetime>=".to_time($thisday." 00:00:00")." and truetime<=".to_time($thisday." 23:59:59")); //审稿 $checkhinfonum=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_".$tbname." where truetime>=".to_time($thisday." 00:00:00")." and truetime<=".to_time($thisday." 23:59:59")." and eckuid='$userid' and ismember=0"); $checkqinfonum=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_".$tbname." where truetime>=".to_time($thisday." 00:00:00")." and truetime<=".to_time($thisday." 23:59:59")." and eckuid='$userid' and ismember=1"); ?>
日期
发布数
未审核数
审发数
审投数
点击数
评论数
下载数