Manually uninstall RSFirewall!
If for some reason the automatic uninstallation fails, follow these steps to manually remove RSFirewall! from your Joomla installation.
- Locate your Joomla!/components/ folder. Delete the folder named com_rsfirewall.
- Locate your Joomla!/administrator/components/ folder. Delete the folder named com_rsfirewall.
- Delete the /administrator/modules/mod_rsfirewall/ folder.
- Delete the /plugins/system/rsfirewall/ folder.
- Connect to your MySQL database and remove all of the _rsfirewall tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_rsfirewall. For instance, use this SQL script:
- For Joomla! 3.x: Browse the _extensions, _assets and _menus tables and erase all com_rsfirewall entries. For instance, use these SQL queries:
DROP TABLE `jos_rsfirewall_configuration`, `jos_rsfirewall_exceptions`,`jos_rsfirewall_feeds`, `jos_rsfirewall_hashes`, `jos_rsfirewall_ignored`, `jos_rsfirewall_lists`, `jos_rsfirewall_logs`, `jos_rsfirewall_offenders`,`jos_rsfirewall_signatures`, `jos_rsfirewall_snapshots`
DELETE FROM `jos_extensions` WHERE `element`='com_rsfirewall' DELETE FROM `jos_menu` WHERE `link` LIKE '%com_rsfirewall%' DELETE FROM `jos_assets` WHERE `name` LIKE '%com_rsfirewall%'
17 persons found this article helpful.