Log in

View Full Version : Delete Product


Ricsca
08-23-2007, 07:47 PM
I installed a product and my site does not work more.

How I can cancel the product if I cannot enter in vbulletin administration?

Help.

Thanks

kwickcut
08-23-2007, 08:57 PM
did you loose you password? if so you can upload the tools.php to the admincp and run the script yoursite.com/admincp/tools.php and in there you can pull up your name and reset the password

kwick

Paul M
08-23-2007, 09:01 PM
Add this to your config.php ;

// Disable Hooks
define('DISABLE_HOOKS',true);

You can then log in and delete it.