Log in

View Full Version : help please!


x ViruS x
01-20-2007, 12:51 AM
Ok, earlier on today i imported the .xml for this modification, https://vborg.vbsupport.ru/showthread.php?t=135555&highlight=auto+reply

And now iam getting a error message saying,
vBulletin Message
No Users Matched Your Query

I cant access Admin Control Panel, or nothing to turn this mod off, can someone please help me!

And so everyone knows, I didnt make a backup because i thought a little mod like this wouldn't do this to me!

TTG
01-20-2007, 12:53 AM
To disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

This will disable all hooks and allow you to log in properly with no hooks running.

Don't forget to delete the additional line after you've gained access to your admincp and removed the rogue plugin.

x ViruS x
01-20-2007, 01:00 AM
Thank you very much sir.