您好.
这是index.php
中的一段五格代码:- //今日发贴排行
- $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.="<div style="overflow: hidden;height: 20px;width: 100%;"><a href=space.php?uid=".$result[authorid].">".cutstr($result[author],8)."</a><font color=red>[".$result[num]."]</font></div>";
- }
- //----首页五格代码结束
复制代码 这个是今日发帖排行,想把它改成本周发帖排行或自已设定的最近几天之内的发帖排怎么改?
演示:
http://www.62dr.com
也就是竖着下来的这一行~~~
明习大哥过来看看,你要我翻那个50多页,我翻了半天也没翻出个啥来,还是你来说说吧. |