Local classifieds for jobs, housing, for sale, personals, services, local community, and events.

Latest Ads
SELECT a.*, UNIX_TIMESTAMP(a.createdon) AS timestamp, SIGN(feat.featuredtill-NOW()) AS isfeat,
COUNT(*) AS piccount, p.adid AS haspics, scat.subcatname, scat.catid, cat.catname
FROM clf_ads a
INNER JOIN clf_cities ct ON a.cityid = ct.cityid
INNER JOIN clf_subcats scat ON a.subcatid = scat.subcatid
INNER JOIN clf_cats cat ON scat.catid = cat.catid
LEFT OUTER JOIN clf_adpics p ON a.adid = p.adid AND p.isevent = '0'
LEFT OUTER JOIN clf_featured feat ON a.adid = feat.adid AND feat.adtype = 'A'
WHERE a.enabled = '1' AND a.verified = '1' AND a.expireson >= NOW()
AND ct.countryid = 27
GROUP BY a.adid
ORDER BY a.createdon DESC
LIMIT 10Can't create/write to file '/tmp/#sql_16e3_0.MYI' (Errcode: 122) |