Your Maxibanner here?
Questions? - Please call: +49 (0)7763 917 33 94 

Newest Ads -
SELECT a.*, ct.cityname, UNIX_TIMESTAMP(a.createdon) AS timestamp, feat.adid AS isfeat, COUNT(*) AS piccount, p.picfile AS picfile, scat.subcatname, scat.catid, cat.catname FROM xzclf_ads a INNER JOIN xzclf_cities_28 ct ON a.cityid = ct.cityid INNER JOIN xzclf_subcats_28 scat ON a.subcatid = scat.subcatid INNER JOIN xzclf_cats_28 cat ON scat.catid = cat.catid LEFT OUTER JOIN xzclf_featured feat ON a.adid = feat.adid AND feat.adtype = 'A' AND feat.featuredtill >= NOW() LEFT OUTER JOIN xzclf_adpics p ON a.adid = p.adid AND p.isevent = '0' WHERE a.enabled = '1' AND a.verified = '1' AND a.expireson >= NOW() AND cat.enabled='1' AND cat.webmaster='1' AND ct.countryid = 5 GROUP BY a.adid ORDER BY a.createdon DESC LIMIT 10Table 'usr_web7_1.xzclf_cities_28' doesn't exist