SELECT forum_name, phpbb_posts.forum_id, topic_title, post_id, username, post_text, post_subject
FROM phpbb.phpbb_posts, phpbb.phpbb_topics, phpbb.phpbb_users, phpbb.phpbb_forums
WHERE phpbb_posts.topic_id = phpbb_topics.topic_id &&
topic_last_post_id = post_id &&
poster_id = user_id && phpbb_posts.forum_id = phpbb_forums.forum_id
ORDER BY post_time desc LIMIT 0 , 5Users browsing this forum: No registered users and 1 guest