thanks for your reply cyberranger.
I have made the changes you tell me, but i still receive a database error, finally i have changed a little bit your code to this
PHP Code:
$result = $db->query_read("SELECT title, vb_usergroup.usergroupid, username, userid
FROM " . TABLE_PREFIX . "usergroup, " . TABLE_PREFIX . "user
WHERE ecdownloadpermissions & 1024 AND " . TABLE_PREFIX . "usergroup.usergroupid = " . TABLE_PREFIX . "user.usergroupid
");
(my table prefix is vb_ , and i have added before the select for usergroup.usergroupid )
and now is working fine,
thanks a lot...