MySQL error: 1146
Table 'petersux.game_posts' doesn't exist
Query: SELECT u.uid, u.username, COUNT(*) AS poststoday FROM game_posts p LEFT JOIN game_users u ON (p.uid=u.uid) WHERE p.dateline > 1337698175 GROUP BY p.uid ORDER BY poststoday DESC LIMIT 1