SQL Error: select u.attachment as titlepic,ui.subject as title,u.tid as id from carbbs.cdb_attachments u LEFT JOIN carbbs.cdb_threads ui ON u.tid=ui.tid where u.isimage=1 order by ui.tid DESC limit 1
SQL Error: select subject as title,tid as id,dateline as newstime from carbbs.cdb_threads where typeid=16 order by tid desc limit 8