Quote:
Originally Posted by jeepinator
Was that an answer to both questions?
|
The only DB changes it adds are the settings in the admincp. You can easily remove them by enabling debug mode like Erwin said.
Open your includes/config.php file and find this:
Code:
$cookieprefix = 'bb';
Below it add:
Login to your admincp and it will now give you the option to remove the hangman settings.
Once you've removed the settings turn debug mode off (remove $debug='1'; from your config.php file).