PHP Myadmin is in your hosting control panel. Most commonly found in Database Management pages.
Once you enter the PHPMyAdmin, go to select your forum's database and then SQL tab.Then enter the following query and Press GO;
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X'
Replace X with your UserID.
^ I do not understand why are you doing it on XAMPP ; you should be having your web host
control panel from 000WebHost . your forum's database exists there . you need to work there ...
Are you running your forum on localhost or on live server ?
(2011-10-30, 05:44 PM)ranjani Wrote: [ -> ]^ I do not understand why are you doing it on XAMPP ; you should be having your web host
control panel from 000WebHost . your forum's database exists there . you need to work there ...
Ooohh okay! Thanks!! I was just watching a YouTube video about installing it on XAMPP
It worked! Thanks so much guys!!