Re: can´t acces the admin panel!?
Have a look in your mysql database with phpmyadmin at the bb_usersmeta table for your user (whatever ID that is, which you can get from the bb_users table). If you find the row that has the meta_key column of bb_capabilities, you’ll probably find the meta_value is:
a:1:{s:6:"member";b:1;}
If you change that to:
a:1:{s:9:"keymaster";b:1;}
You’ll find you’re an admin and can see the admin panel.