Total Queries: 5
SELECT `ipaddress` FROM `ban` WHERE `ipaddress` LIKE '38.%' AND `expires` > 1268378540 ORDER BY `timestamp` DESC SELECT `useragent` FROM `ban` WHERE `useragent` != '' ORDER BY `timestamp` DESC SELECT `notice` FROM `ban` WHERE (`country`='' OR `areacode`='' OR `zipcode`='') AND `expires` > 1268378540 SELECT DISTINCT `playlist` FROM `playlist` ORDER BY `playlist` ASC SELECT `artist`, `title`, `youtube`, `urlcode` FROM `playlist` WHERE `playlist`='Main' ORDER BY `artist`, `title` ASC
|