您好,我听了您的建议,把 homeshow 1.1.0 的 img 相关语法加入 xshow.php 运行后,却出现以下讯息
SQL: SELECT attach.aid, attach.attachment, t.tid, t.fid, t.subject FROM [Table]attachments attach LEFT JOIN [Table]threads t ON t.tid=attach.tid WHERE attach.readperm='0' AND t.displayorder>='0' AND attach.filetype like 'image/%g%' GROUP BY attach.tid ORDER BY attach. DESC LIMIT 0,
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DESC LIMIT 0,' at line 1
能否请您告知怎么让 xshow 支援 img 外连图? |