Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

Manually uninstall RSFiles!

Manually uninstall RSFiles!
If for some reason the automatic uninstallation fails, follow these steps to manually remove RSFiles! from your Joomla!:
  1. Locate your Joomla!/administrator/components/ folder. Delete the folder named com_rsfiles.
  2. Connect to your MySQL database and remove all of the _rsfiles tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_rsfiles. For instance, use this SQL script: DROP TABLE `jos_rsfiles_config`, `jos_rsfiles_files`, `jos_rsfiles_files`, `jos_rsfiles_groups`, `jos_rsfiles_group_details`, `jos_rsfiles_licenses`,`jos_rsfiles_mirrors`, `jos_rsfiles_screenshots`, `jos_rsfiles_statistics`, `jos_rsfiles_templates`, `jos_rsfiles_themes`
  3. Browse the _components table. Delete all records that have the value com_rsfiles in the option column. For instance, use this SQL script: DELETE FROM `jos_components` WHERE `option`='com_rsfiles'
  4. Joomla! 1.6 / 1.7 / 2.5: Browse the _extensions, _assets and _menus tables and erase all com_rsfiles entries. For instance, use this SQL queries:
    DELETE FROM `jos_extensions` WHERE `element`='com_rsfiles'
    DELETE FROM `jos_menus` WHERE `link` LIKE '%com_rsfiles%'
    DELETE FROM `jos_assets` WHERE `name` LIKE '%com_rsfiles%'
Feedback