*kicks him*
Well I can give you a push along in the right direction I hope.
Now start by opening admin/sessions.php, now somewhere around line 50 or so you should see where $bbuserinfo gets declaired.
PHP Code:
if ($bbuserinfo=$DB_site->query_first("SELECT user.*,userfield.* FROM user LEFT JOIN userfield ON userfield.userid=user.userid WHERE user.username='".addslashes(htmlspecialchars($loginusername))."'")) {
around this is logging and password information.
so from that you should be able to make your own query like $bbuserinfo.
- Neo