Log in

View Full Version : Is there a mod for this like on IPB?


Nick1337
07-26-2007, 03:54 PM
I would like to know if there is a mod that will remove all mods and customizations so everything is default except members, posts, and post count etc.. it would really help since we got hacked and theres errors throughout the board now.. so anyone can help me thanks!

I can;t even log in to the admin control panel because i get this error:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/init.php on line 300

Kirk Y
07-26-2007, 06:19 PM
Adding the following on a new line in your 'includes/config.php' file will disable all plugins:
define('DISABLE_HOOKS', true);

You can upload fresh copies of all your vB core files to undo any edits you may have performed to any of your PHP files.

There is also a feature in the vB AdminCP under "Maintenance" that is called "Check for Suspect Files"; this will show you any files whose contents don't match what default vB files should contain and also any non-native files in your forum directory.