SELECT `author` , `authorid` , count( * ) AS times
FROM `pre_forum_post`
GROUP BY `author`
ORDER BY times DESC
LIMIT 0 , 5