Never mind i managed to get rid of it.
I did like this (haxxed from another thread)
Quote:
Originally Posted by harmor19
Log into your FTP
Go to public_html --> forum --> includes
Download "config.php"
Below
Add
PHP Code:
define('DISABLE_HOOKS', true);
Save and Re-upload
Now If you're using Firefox go to Tools --> Options --> Privacy
Click the button that says "Settings". Make sure "Cookies" are ticked and click "OK". Press "OK" again. Close your browser and try going to your site and see if it worked.
For Internet Explorer
Go to Tools --> Internet Options
Click on "Delete Cookies".
Now go into your ACP --> Plugins & Products --> Plugin Manager
Look for "Web Proxy Redirector" (most likely it'll be this one that is causing the problem).
Edit the Plugin named "Web Proxy Redirector" and change "Plugin is Active" to "No".
Edit your 'config.php' file again
Change this
PHP Code:
define('DISABLE_HOOKS', true);
To this
PHP Code:
//define('DISABLE_HOOKS', true);
Save and Re-upload.
|
But I removed it
Don't know what went wron ... Can't miss much with installing a product ...