No Items Available Unfortunately there appears to be no news items on the page you have requested, worthy to be logged here mode=() SELECT f.forum_id, f.forum_password, f.forum_name,
t.topic_last_post_time, t.topic_id, t.topic_title, t.topic_time, t.topic_replies, t.topic_views,
p.post_id, p.post_time, p.post_subject, p.post_text, p.bbcode_bitfield, p.bbcode_uid,
u.username, u.user_id, u.user_email
FROM phpbb_posts p
LEFT JOIN phpbb_topics t ON (p.topic_id = t.topic_id)
LEFT JOIN phpbb_forums f ON (p.forum_id = f.forum_id)
LEFT JOIN phpbb_users u ON (p.poster_id = u.user_id)
WHERE t.topic_moved_id = 0
AND t.topic_approved = 1
AND f.forum_id = 126 AND p.topic_id = t.topic_id AND t.topic_id = 476
ORDER BY p.post_time DESC
|