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