AGAMES 討論區
標題:
非常簡單的今日發帖排行前10位
[打印本頁]
作者:
dlalden
時間:
2008-12-1 19:09:01
標題:
非常簡單的今日發帖排行前10位
打開index.php
查找:
$newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;
複製代碼
後面加:
$tomonth=date(n);
$todate=date(j);
$toyear=date(Y);
$time=mktime(0,0,0,$tomonth,$todate,$toyear);
$query=$db->query("select count(pid) as num,authorid,author from $tablepre"."posts where dateline>=$time group by authorid order by num desc limit 0,10");
while($result=$db->fetch_array($query)){
$poststar.="<a href=space.php?uid=".$result[authorid].">".cutstr($result[author],10)."</a> <font color=red>[".$result[num]."]</font> ";
}
複製代碼
discuz.htm
查找:
<!--{if empty($gid) && $announcements}-->
複製代碼
上面添加:
<div class="box"><h4>今日發貼排行榜:$poststar</h4></div>
複製代碼
歡迎光臨 AGAMES 討論區 (http://61.244.113.49/)
Powered by Discuz! X2