MyBB Community Forums

Full Version: Oh No! Please Help!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
awww man guys.. well i was changing the groups and i was in one of my custom ones then i accidently clicked on the box (which made it uncheck )that said "group can go on admin panel"... and now i cant go on the admin panel =( what do i do
Edit your settings for the group in phpmyadmin.

Then, make a php file with these contents:

<?php
define("IN_MYBB",1);
include("global.php");
require_once("inc/functions.php");
rebuild_settings();
echo "Settings rebuilt";
?>

Upload that to your forum root and execute it.

That should work.
where is phpmyadmin
In cPanel.
i did something dif and got it.. thanks anyways