Quote:
Originally Posted by ArchAngelz
One more question, can this be modified to show Top Posters this month rather than week? Seems like it has something to do with this line but I'm not a programmer
$starttime = mktime(0, 0, 0, date('n'), date('j'), date('Y')) - ((date('N')-1)*3600*24);
|
Change this from
$starttime = mktime(0, 0, 0, date('n'), date('j'), date('Y')) - ((date('N')-1)*3600*24);
To
$starttime = mktime(0, 0, 0, date('m'), 1, date('Y'));
See it live here.
www.xboxhounds.com