Uninstall product via database?

aron1193

New Member
i tried to put in Who-is-chatting

and now i get
This script is not supported on free hosting.


However may be supported on the Premium Hosting.
on evry page

how can i disable it
 
Edit your config.php like this:

After the first line

Code:
<?php

insert this

Code:
define('DISABLE_HOOKS', true);

This will disable all your mods, and should enable you to get into the product manager so you can uninstall the problem child mod. Don't forget to either remove that line or comment it out when you're done to re-enable the rest of your mods.
 
evrything came up but im still gettin


This script is not supported on free hosting.


However may be supported on the Premium Hosting.
 
Disable all your mods and see if you still get the same thing. If not, start re-enabling them one at a time until you find the offender.

Oh, you did remove all the files from that who-is-chatting mod you just disabled, right?
 
Back
Top