United States / Alabama / Images

Images by Max

View all Images
Browse by Author 


SELECT a.*, UNIX_TIMESTAMP(a.createdon) AS createdon, COUNT(*) AS commentcount, ic.imgid AS hascomments FROM xzclf_imgs a INNER JOIN xzclf_cities ct ON a.cityid = ct.cityid LEFT OUTER JOIN xzclf_imgcomments ic ON a.imgid = ic.imgid WHERE a.enabled = '1' AND a.verified = '1' AND a.expireson >= NOW() AND MD5(CONCAT('IMG', '>@<', a.postername, '>@<', a.posteremail)) = 'bb198c822e891e51889b40eccd07696a' AND a.cityid = 2 GROUP BY a.imgid ORDER BY a.timestamp DESC LIMIT 0, 25Got error 28 from storage engine