How To Disable Plugin System Using SQL Query

Admin CP >> vBulletin Options >> Plugin/Hook System >> Enable Plugin/Hook System >> No

If you cant access admincp

open includes/config.php and on the next line below
PHP:
<?php
add:
PHP:
define('DISABLE_HOOKS', true);

Remember to remove once you have fixed your problem
 
Back
Top