PlMain.php 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. $editor=1;
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. //CheckLevel($logininid,$loginin,$classid,"pl");
  20. $plr=$empire->fetch1("select pldatatbs,pldeftb from {$dbtbpre}enewspl_set limit 1");
  21. $tr=explode(',',$plr['pldatatbs']);
  22. //今日评论
  23. $pur=$empire->fetch1("select lasttimepl,lastnumpl,lastnumpltb,todaytimeinfo,todaytimepl,todaynumpl,yesterdaynumpl from {$dbtbpre}enewspublic_up limit 1");
  24. //更新昨日信息
  25. $todaydate=date('Y-m-d');
  26. if(date('Y-m-d',$pur['todaytimeinfo'])<>$todaydate||date('Y-m-d',$pur['todaytimepl'])<>$todaydate)
  27. {
  28. DoUpdateYesterdayAddDataNum();
  29. $pur=$empire->fetch1("select lasttimepl,lastnumpl,lastnumpltb,todaytimeinfo,todaytimepl,todaynumpl,yesterdaynumpl from {$dbtbpre}enewspublic_up limit 1");
  30. }
  31. ?>
  32. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  33. <html>
  34. <head>
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  36. <title>评论</title>
  37. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  38. </head>
  39. <body>
  40. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  41. <tr>
  42. <td>位置:<a href="PlMain.php<?=$ecms_hashur['whehref']?>">评论统计</a></td>
  43. </tr>
  44. </table>
  45. <br>
  46. <table width="100%" border="0" cellspacing="1" cellpadding="0">
  47. <tr>
  48. <td width="10%" height="25" bgcolor="#C9F1FF"><div align="center"><a href="../info/InfoMain.php<?=$ecms_hashur['whehref']?>">信息统计</a></div></td>
  49. <td width="10%" class="header"><div align="center"><a href="../pl/PlMain.php<?=$ecms_hashur['whehref']?>">评论统计</a></div></td>
  50. <td width="10%" bgcolor="#C9F1FF"><div align="center"><a href="../other/OtherMain.php<?=$ecms_hashur['whehref']?>">其他统计</a></div></td>
  51. <td width="58%">&nbsp;</td>
  52. <td width="6%">&nbsp;</td>
  53. <td width="6%">&nbsp;</td>
  54. </tr>
  55. </table>
  56. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  57. <tr class="header">
  58. <td height="25" colspan="5">评论发布统计 (今日评论数:<?=$pur['todaynumpl']?>,昨天评论数:<?=$pur['yesterdaynumpl']?>) </td>
  59. </tr>
  60. <tr class="header">
  61. <td width="12%" height="25"><div align="center">分表</div></td>
  62. <td width="8%"><div align="center">已审核</div></td>
  63. <td width="8%"><div align="center">待审核</div></td>
  64. <td width="8%"><div align="center">总数</div></td>
  65. <td width="64%">从
  66. <?=date('Y-m-d H:i:s',$pur['lasttimepl'])?>
  67. 截止至现在的新增数量</td>
  68. </tr>
  69. <?php
  70. $j=0;
  71. $alltbpls=0;
  72. $count=count($tr)-1;
  73. for($i=1;$i<$count;$i++)
  74. {
  75. $j++;
  76. $bgcolor='#FFFFFF';
  77. if($j%2==0)
  78. {
  79. $bgcolor='';
  80. }
  81. $thistb=$tr[$i];
  82. $restbname="评论表".$thistb;
  83. $pltbname='enewspl_'.$thistb;
  84. $alltbpls=eGetTableRowNum($dbtbpre.$pltbname);
  85. $checktbpls=$empire->gettotal("select count(*) as total from ".$dbtbpre.$pltbname." where checked=1");
  86. $tbpls=$alltbpls-$checktbpls;
  87. if($thistb==$plr['pldeftb'])
  88. {
  89. $restbname='<b>'.$restbname.'</b>';
  90. }
  91. $exp='|'.$thistb.',';
  92. $addnumr=explode($exp,$pur['lastnumpltb']);
  93. $addnumrt=explode('|',$addnumr[1]);
  94. $addnum=(int)$addnumrt[0];
  95. $totalalltbpls+=$alltbpls;
  96. $totalchecktbpls+=$checktbpls;
  97. $totaltbpls+=$tbpls;
  98. ?>
  99. <tr bgcolor="<?=$bgcolor?>">
  100. <td height="25">
  101. <div align="center"><a href="ListAllPl.php?restb=<?=$tr[$i]?><?=$ecms_hashur['ehref']?>" title="*<?=$pltbname?>" target="_blank">
  102. <?=$restbname?>
  103. </a></div></td>
  104. <td align="right"><div align="right"><a href="ListAllPl.php?restb=<?=$tr[$i]?>&checked=1<?=$ecms_hashur['ehref']?>" target="_blank"><?=$tbpls?></a></div></td>
  105. <td align="right"><div align="right"><a href="ListAllPl.php?restb=<?=$tr[$i]?>&checked=2<?=$ecms_hashur['ehref']?>" target="_blank"><?=$checktbpls?></a></div></td>
  106. <td align="right"><a href="ListAllPl.php?restb=<?=$tr[$i]?><?=$ecms_hashur['ehref']?>" target="_blank"><?=$alltbpls?></a></td>
  107. <td><table width="320" border="0" cellspacing="0" cellpadding="0">
  108. <tr>
  109. <td width="40%" align="right"><?=$addnum?></td>
  110. <td width="60%"><div align="center"></div></td>
  111. </tr>
  112. </table></td>
  113. </tr>
  114. <?php
  115. }
  116. ?>
  117. <tr class="header">
  118. <td height="25"><div align="right">总计:</div></td>
  119. <td align="right"><div align="right"><?=$totaltbpls?></div></td>
  120. <td align="right"><div align="right"><?=$totalchecktbpls?></div></td>
  121. <td align="right"><?=$totalalltbpls?></td>
  122. <td><table width="320" border="0" cellspacing="0" cellpadding="0">
  123. <tr>
  124. <td width="40%" align="right"><font color="#FFFFFF"><b><?=$pur['lastnumpl']?></b></font></td>
  125. <td width="60%"><div align="center">
  126. <input type="button" name="Submit" value="重置截止统计" onclick="if(confirm('确认要重置评论数统计?')){self.location.href='../ecmscom.php?enews=ResetAddDataNum&type=pl&from=pl/PlMain.php<?=urlencode($ecms_hashur['whehref'])?><?=$ecms_hashur['href']?>';}">
  127. </div></td>
  128. </tr>
  129. </table></td>
  130. </tr>
  131. </table>
  132. <table width="100%" border="0" cellspacing="1" cellpadding="3">
  133. <tr>
  134. <td height="23"><font color="#666666">说明:点击“已审核”、“未审核”数或“总数”可进入相应的管理。</font></td>
  135. </tr>
  136. </table>
  137. </body>
  138. </html>
  139. <?php
  140. db_close();
  141. $empire=null;
  142. ?>