Occasionally, when things go crazy in the vBulletin admincp backend, you may need to disable the plugin system using the config.php file. Just place the following code below <?php inside includes/config.php:
define(‘DISABLE_HOOKS’, true);
All plugins will now cease to execute until after you disable the line in your config file.