SELECT t.topic_id, t.topic_title, p.post_id, p.post_time, u.username FROM phpbb_posts p, phpbb_topics t, phpbb_users u WHERE t.topic_id = p.topic_id AND t.topic_status <> 2 AND p.forum_id IN (9,12) AND p.post_id = t.topic_last_post_id AND p.poster_id = u.user_id ORDER BY p.post_id DESC LIMIT 5
User 'pourpresforum' has exceeded the 'max_questions' resource (current value: 3856)