MySQL Error!
------------------------
The Error returned was:
Out of memory (Needed 1677308 bytes)
Error Number:
5
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 pref_online AS online LEFT JOIN pref_users AS user ON(user.user_id = online.uid) WHERE online.lastdate > 1743663542 ORDER BY name ASC