Thank you for purchasing jSecure. If you have any questions please use our support forum at jSecure Forum

PLEASE NOTE! If you have jSecure 1.0 or an older version of jSecure 2.1.X installed, you will need to remove it before installing this new version! (for details on how to do this please see below).

How to install jSecure 2.1.x (no previous installation):

  1. Log into the Joomla backend area.
  2. Go to Extensions -> Install/Uninstall.
  3. Install the jSecure.

How to uninstall jSecure 1.0 (2 ways):

First way: Follow these steps to uninstall 1.0 jSecure from the Joomla administration area:

  1. Log into the Joomla backend area.
  2. Go to Extensions -> Install/Uninstall.
  3. Click on ‘Plugins’ tab.
  4. Search with ‘jSecure’ and click on checkbox to uninstall.
  5. Click on ‘uninstall’ button on top right side area to uninstall.

Second way: Follow these steps to uninstall 1.0 jSecure by manually:

  1. Login to mysql through phpmyadmin or whatever you use to access database.
  2. Search for "jsecure" with following SQL:
    1. Query: SELECT * FROM jos_plugins where element = 'jSecure'
    2. Delete the row
  3. Remove following jSecure files:
    1. /plugins/system/jsecure.php
    2. /plugins/system/jsecure.xml

How to upgrade from an older version of 2.1.x (2 ways):

Currently we don’t have any automated upgrade process. You will need to uninstall old version and install new version. Please note you will need to uninstall the component AND the plugin.

First way: Follow these steps to uninstall 2.0 version from the Joomla administration area:

  1. Log into backend area.
  2. Go to Extensions -> Install/Uninstall.
  3. Click on ‘Components’ tab.
  4. Search for ‘jSecure’ and click on checkbox to uninstall.
  5. Click on ‘Uninstall’ button on top right side area to uninstall.
  6. Go to Extensions -> Install/Uninstall.
  7. Click on ‘Plugins’ tab
  8. Search for ‘jSecure’ and click on checkbox to uninstall.
  9. Click on ‘Uninstall’ button on top right side area to uninstall.
  10. Now go to Extensions -> Install/Uninstall.
  11. Install the new version.

Second way: Following are steps to remove the jSecure 2.0 manually:

  1. Remove the components from /components/com_jsecure and administrator/components/com_jsecure
  2. Remove the plug-in from /plugins/system/jsecure.php and /plugins/system/jsecure.xml
  3. Remove the jsecure folder from plug-ins. /plugins/system/jsecure
  4. Delete the component and plug-in entry from database.
    1. Execute the following query using PHPMyadmin.
      1. DELETE FROM databasePrefix_components where option = ‘com_jsecure’
      2. DELETE FROM databasePrefix_plugins where element = ‘jsecure’

How to uninstall jSecure 2.1.8 Joomla 1.5 (2 ways):

First way: Follow these steps to uninstall 2.1.8 version from the Joomla administration area Joomla 1.5:

  1. Log into backend area.
  2. Go to Extensions -> Install/Uninstall.
  3. Click on ‘Components’ tab.
  4. Search for ‘jSecure’ and click on checkbox to uninstall.
  5. Click on ‘Uninstall’ button on top right side area to uninstall.
  6. Go to Extensions -> Install/Uninstall.
  7. Click on ‘Plugins’ tab
  8. Search for ‘jSecure’ and click on checkbox to uninstall.
  9. Click on ‘Uninstall’ button on top right side area to uninstall.

Second way: Following are steps to remove the jSecure 2.1.8 manually Joomla 1.5:

Delete the component and plug-in entry from database.

  1. jos_jsecurelog (Delete Complete Table)
  2. jos_components (Delete 5 fields)
    1. jSecure Authentication
    2. Basic Configuration
    3. Advanced Configuration
    4. View Log
    5. Help
  3. jos_plugins (Delete 1 field)
    System - jsecure

Delete the below mentioned folders & files.

  1. \administrator\components\com_jsecure
  2. \administrator\language\en-GB
    en-GB.com_jsecure.ini
    en-GB.plg_system_jsecure.ini
  3. \components\com_jsecure
  4. \plugins\system\jsecure
    \plugins\system\jsecure.php
    \plugins\system\jsecure.xml

How to uninstall jSecure 2.1.9 Joomla 1.6 (2 ways):

First way: Follow these steps to uninstall 2.1.9 version from the Joomla administration area Joomla 1.6:

  1. Log into backend area.
  2. Go to Extensions -> Extension Manager.
  3. Click on ‘Manage’ tab.
  4. Select 'component' from - Select Type - drop down box
  5. Search for ‘jSecure’ and click on checkbox to uninstall.
  6. Click on ‘Uninstall’ button on top right side area to uninstall.
  7. Go to Extensions -> Install/Uninstall.
  8. Select 'Plugin' from - Select Type - drop down box
  9. Search for ‘jSecure’ and click on checkbox to uninstall.
  10. Click on ‘Uninstall’ button on top right side area to uninstall.

Second way: Following are steps to remove the jSecure 2.1.9 manually Joomla 1.6:

Delete the component and plug-in entry from database.

  1. jos_jsecurelog
  2. jos_assets
    com_jsecure - jsecure
  3. jos_extensions
    System - jsecure - plugin
    jsecure - component
  4. jos_menu
    COM_JSECURE_AUTHENTICATION
    BASIC_CONFIGURATION
    ADVANCED_CONFIGURATION
    VIEW_LOG
    HELP

Delete the below mentioned folders & files.

  1. \administrator\components\com_jsecure
  2. \administrator\language\en-GB
    en-GB.com_jsecure.ini,
    en-GB.com_jsecure.sys.ini,
    en-GB.plg_system_jsecure.ini
  3. \components\com_jsecure
  4. \plugins\system\jsecure

How to uninstall jSecure 2.1.9 Joomla 1.7 (2 ways):

First way: Follow these steps to uninstall 2.1.9 version from the Joomla administration area Joomla 1.7:

  1. Log into backend area.
  2. Go to Extensions -> Extension Manager.
  3. Click on ‘Manage’ tab.
  4. Select 'component' from - Select Type - drop down box
  5. Search for ‘jSecure’ and click on checkbox to uninstall.
  6. Click on ‘Uninstall’ button on top right side area to uninstall.
  7. Go to Extensions -> Install/Uninstall.
  8. Select 'Plugin' from - Select Type - drop down box
  9. Search for ‘jSecure’ and click on checkbox to uninstall.
  10. Click on ‘Uninstall’ button on top right side area to uninstall.

Second way: Following are steps to remove the jSecure 2.1.9 manually Joomla 1.7:

Delete the component and plug-in entry from database.

  1. jos_jsecurelog
  2. jos_assets
    com_jsecure - jsecure
  3. jos_extensions
    System - jsecure - plugin
    jsecure - component
  4. jos_menu
    COM_JSECURE_AUTHENTICATION
    BASIC_CONFIGURATION
    ADVANCED_CONFIGURATION
    VIEW_LOG
    HELP

Delete the below mentioned folders & files.

  1. \administrator\components\com_jsecure
  2. \administrator\language\en-GB
    en-GB.com_jsecure.ini,
    en-GB.com_jsecure.sys.ini,
    en-GB.plg_system_jsecure.ini
  3. \components\com_jsecure
  4. \plugins\system\jsecure

How to uninstall jSecure 2.1.10, jSecure 3.0 Joomla 1.6.x, 1.7.x, 2.5.x and 3.0.x (2 ways):

First way: Follow these steps to uninstall 2.1.10 version from the Joomla administration area:

  1. Log into backend area.
  2. Go to Extensions -> Extension Manager.
  3. Click on ‘Manage’ tab.
  4. Select 'component' from - Select Type - drop down box
  5. Search for ‘jSecure’ and click on checkbox to uninstall.
  6. Click on ‘Uninstall’ button on top right side area to uninstall.
  7. Go to Extensions -> Install/Uninstall.
  8. Select 'Plugin' from - Select Type - drop down box
  9. Search for ‘jSecure’ and click on checkbox to uninstall.
  10. Click on ‘Uninstall’ button on top right side area to uninstall.

Second way: Following are steps to remove the jSecure 2.1.10 manually:

Delete the component and plug-in entry from database.

  1. jos_jsecurelog
  2. jos_assets
    com_jsecure - jsecure
  3. jos_extensions
    System - jsecure - plugin
    jsecure - component
  4. jos_menu
    COM_JSECURE_AUTHENTICATION
    BASIC_CONFIGURATION
    ADVANCED_CONFIGURATION
    VIEW_LOG
    HELP

Delete the below mentioned folders & files.

  1. \administrator\components\com_jsecure
  2. \administrator\language\en-GB
    en-GB.com_jsecure.ini,
    en-GB.com_jsecure.sys.ini,
    en-GB.plg_system_jsecure.ini
  3. \components\com_jsecure
  4. \plugins\system\jsecure