Quote:
Originally Posted by markoroots
PLEEEEEEEEEEEEASEEEEEEE HELPPPPPPPPPPPPPPP
I have setted the plugin to redirect to the ip of the bots there are in the list, but it redirect everyone to the own ip, so the site is from today inaccessible.
How can I delete manually the plugin from ftp for a while??
Thanks in advance
|
Download your file "includes/config.php" and add this to the top, right below "<?php":
PHP Code:
define('DISABLE_HOOKS', true);
Then go into the AdminCP and disable the mod, then comment out the line you added to config.php to re-enable your plugin hooks.