InfoMain.php
6.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?php
define('EmpireCMSAdmin','1');
require("../../class/connect.php");
require("../../class/db_sql.php");
require("../../class/functions.php");
$link=db_connect();
$empire=new mysqlquery();
$editor=1;
//驗證用戶
$lur=is_login();
$logininid=$lur['userid'];
$loginin=$lur['username'];
$loginrnd=$lur['rnd'];
$loginlevel=$lur['groupid'];
$loginadminstyleid=$lur['adminstyleid'];
//ehash
$ecms_hashur=hReturnEcmsHashStrAll();
//今日信息
$pur=$empire->fetch1("select lasttimeinfo,lastnuminfo,lastnuminfotb,todaytimeinfo,todaytimepl,todaynuminfo,yesterdaynuminfo from {$dbtbpre}enewspublic_update limit 1");
//更新昨日信息
$todaydate=date('Y-m-d');
if(date('Y-m-d',$pur['todaytimeinfo'])<>$todaydate||date('Y-m-d',$pur['todaytimepl'])<>$todaydate)
{
DoUpdateYesterdayAddDataNum();
$pur=$empire->fetch1("select lasttimeinfo,lastnuminfo,lastnuminfotb,todaytimeinfo,todaytimepl,todaynuminfo,yesterdaynuminfo from {$dbtbpre}enewspublic_update limit 1");
}
$sql=$empire->query("select tid,tbname,tname,isdefault from {$dbtbpre}enewstable order by tid");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>信息</title>
<link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
<tr>
<td>位置:<a href="InfoMain.php<?=$ecms_hashur['whehref']?>">信息統計</a></td>
</tr>
</table>
<br>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="10%" height="25" class="header"><div align="center"><a href="../info/InfoMain.php<?=$ecms_hashur['whehref']?>">信息統計</a></div></td>
<td width="10%" bgcolor="#C9F1FF"><div align="center"><a href="../pl/PlMain.php<?=$ecms_hashur['whehref']?>">評論統計</a></div></td>
<td width="10%" bgcolor="#C9F1FF"><div align="center"><a href="../other/OtherMain.php<?=$ecms_hashur['whehref']?>">其他統計</a></div></td>
<td width="58%"> </td>
<td width="6%"> </td>
<td width="6%"> </td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<tr class="header">
<td height="25" colspan="6">信息發佈統計 (今日信息數:<?=$pur['todaynuminfo']?>,昨天信息數:<?=$pur['yesterdaynuminfo']?>) </td>
</tr>
<tr class="header">
<td width="14%" height="25"><div align="center">表名</div></td>
<td width="8%"><div align="center">已審核</div></td>
<td width="8%"><div align="center">未審核</div></td>
<td width="8%"><div align="center">未審核投稿</div></td>
<td width="8%"><div align="center">總數</div></td>
<td width="54%">從
<?=date('Y-m-d H:i:s',$pur['lasttimeinfo'])?>
截止至現在的新增數量</td>
</tr>
<?php
$i=0;
$alltbinfos=0;
while($tr=$empire->fetch($sql))
{
$i++;
$bgcolor='#FFFFFF';
if($i%2==0)
{
$bgcolor='';
}
$thistb=$tr['tid'];
$infotbname='ecms_'.$tr['tbname'];
$tbinfos=eGetTableRowNum($dbtbpre.$infotbname);//已審核
$checkinfotbname='ecms_'.$tr['tbname'].'_check';
$checktbinfos=eGetTableRowNum($dbtbpre.$checkinfotbname);//未審核
$qchecktbinfos=$empire->gettotal("select count(*) as total from ".$dbtbpre.$checkinfotbname." where ismember=1");//投稿數
$alltbinfos=$tbinfos+$checktbinfos;//總數
$tname=$tr['tname'];
if($tr['isdefault'])
{
$tname='<b>'.$tname.'</b>';
}
$exp='|'.$thistb.',';
$addnumr=explode($exp,$pur['lastnuminfotb']);
$addnumrt=explode('|',$addnumr[1]);
$addnum=(int)$addnumrt[0];
$totaltbinfos+=$tbinfos;
$totalchecktbinfos+=$checktbinfos;
$totalqchecktbinfos+=$qchecktbinfos;
$totalalltbinfos+=$alltbinfos;
?>
<tr bgcolor="<?=$bgcolor?>">
<td height="25">
<div align="center"><a href="../ListAllInfo.php?tbname=<?=$tr['tbname']?><?=$ecms_hashur['ehref']?>" title="*<?=$infotbname?>" target="_blank">
<?=$tname?>
</a></div></td>
<td align="right"><div align="right"><a href="../ListAllInfo.php?tbname=<?=$tr['tbname']?><?=$ecms_hashur['ehref']?>" target="_blank"><?=$tbinfos?></a></div></td>
<td align="right"><div align="right"><a href="../ListAllInfo.php?tbname=<?=$tr['tbname']?>&ecmscheck=1<?=$ecms_hashur['ehref']?>" target="_blank"><?=$checktbinfos?></a></div></td>
<td align="right"><a href="../ListAllInfo.php?tbname=<?=$tr['tbname']?>&ecmscheck=1&sear=1&showspecial=7<?=$ecms_hashur['ehref']?>" target="_blank"><?=$qchecktbinfos?></a></td>
<td align="right"><?=$alltbinfos?></td>
<td><table width="320" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40%" align="right"><?=$addnum?></td>
<td width="60%"><div align="center"></div></td>
</tr>
</table></td>
</tr>
<?php
}
?>
<tr class="header">
<td height="25"><div align="right">總計:</div></td>
<td align="right"><div align="right"><?=$totaltbinfos?></div></td>
<td align="right"><div align="right"><?=$totalchecktbinfos?></div></td>
<td align="right"><?=$totalqchecktbinfos?></td>
<td align="right"><?=$totalalltbinfos?></td>
<td><table width="320" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40%" align="right"><font color="#FFFFFF"><b><?=$pur['lastnuminfo']?></b></font></td>
<td width="60%"><div align="center">
<input type="button" name="Submit" value="重置截止統計" onclick="if(confirm('確認要重置信息數統計?')){self.location.href='../ecmscom.php?enews=ResetAddDataNum&type=info&from=info/InfoMain.php<?=urlencode($ecms_hashur['whehref'])?><?=$ecms_hashur['href']?>';}">
</div></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td height="23"><font color="#666666">說明:點擊「已審核」、「未審核」或「未審核投稿」數可進入相應的管理。</font></td>
</tr>
</table>
<p> </p>
</body>
</html>
<?php
db_close();
$empire=null;
?>