Statistics: Posted Author: Adrian Rea — Thu May 18, 2006 1:25 am
Statistics: Posted Author: CopsOffDuty — Wed May 17, 2006 4:03 pm
Couldn't query attachments
SQL Statement: SELECT a.post_id, p.forum_id as post_forum_id, t.topic_title, d.* FROM phpbb_attachments a, phpbb_attachments_desc d, phpbb_posts p, phpbb_topics t WHERE (a.post_id = p.post_id) AND (p.topic_id = t.topic_id) AND (a.attach_id = d.attach_id) ORDER BY download_count DESC LIMIT 10
Statistics: Posted Author: CopsOffDuty — Wed May 17, 2006 3:51 pm