SELECT STRAIGHT_JOIN i.*, p.post_username, p.post_time, u.username, u.user_id, t.topic_id, t.topic_title, t.forum_id, h.url AS u, h.thumb AS t, h.filesize, h.width, h.height, h.source
FROM phpbb_posts p, phpbb_topics t, phpbb_users u, phpbb_pics i, phpbb_thumbs h
WHERE p.poster_id = AND (t.forum_id NOT IN (12)) AND t.topic_id != 224 AND p.topic_id = t.topic_id AND p.poster_id = u.user_id AND p.post_id = i.post_id AND i.id = h.id
ORDER BY i.post_id, i.post_order ASC
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/caver/www.nwhikers.net/phpbb/slideshow.php:198) in /usr/www/users/caver/www.nwhikers.net/phpbb/includes/page_header.php on line 492
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/caver/www.nwhikers.net/phpbb/slideshow.php:198) in /usr/www/users/caver/www.nwhikers.net/phpbb/includes/page_header.php on line 494
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/caver/www.nwhikers.net/phpbb/slideshow.php:198) in /usr/www/users/caver/www.nwhikers.net/phpbb/includes/page_header.php on line 495