Thanks for the help it's appreciated will try them out this evening when I get back.
Thanks!
Shane
--------------- Added [DATE]1358498085[/DATE] at [TIME]1358498085[/TIME] ---------------
Quote:
Originally Posted by borbole
You can reset it by running the tools.php file which can be found inside the do_not_upload folder in the vb package.
The admin folder, unless changed, is called admincp. You can see it here for your forum:
http://bizforums.co.uk/admincp/
For security reasons it would be better if you renamed it to something else and also protected it with .htaccess password.
Another way to make your user an admin again would be to run a query at the SQL Box in your phpmyadmin.
Code:
UPDATE user SET usergroupid = 6 where userid=x;
Replace x with your id and if your db tables use a prefix, append it to the user table name in the query above.
Hope it helps.
|
You legend - it worked; basically went to user table in MySQL phpmyadmin and changed the usergroup assigned to it - thanks again