MySQL Error!
------------------------
The Error returned was:
User 'antoxa' has exceeded the 'max_questions' resource (current value: 9)
Error Number:
1226
SELECT user.name AS user_name, user.user_group, user.foto, user.country, user.city, online.uid, online.useragent, online.session, online.ip, online.proxy, online.lastdate, online.location FROM dle_online AS online LEFT JOIN dle_users AS user ON(user.user_id = online.uid) WHERE online.lastdate > 1329934498 ORDER BY name ASC