Because in 99% of cases "user admin" will have the most answered topics amount etc. etc. He will be the champion forever. So, this is our concept.
But if you don't like it you can change in setup_mysql request number 55 to that one:
elseif($n==55){ /*Stats Stuff - most active users*/ if(!$sus) $result=mysql_query("SELECT $Tu.user_id, $Tu.username, count($Tp.poster_id) as cnt FROM $Tu, $Tp WHERE $Tu.user_id=$Tp.poster_id GROUP BY $Tp.poster_id ORDER BY cnt DESC, $Tu.user_id DESC $makeLim "); if($result) $row=mysql_fetch_row($result); } |