JLSecure My Site is simple plugin which add key & value requirement to the administrator url.
This will prevent unauthorised visitors to access the admin panel without correct permission.
Joomla 1.6+1.7+2.5+3.0 Compatible.
For example, if you configure the plugin to use key=foo & value=bar, the url for your administrator panel must be: http://myjoomladomain.com/administrator?foo=bar
Q: HELP!!! I've enabled the plugin and now I can't login to my admin panel. What can I do??
A: First, if you enabled the plugin without any change of default values try to login with the next link: http://www.yourdomain.com/administrator?secure_key=secure_value
If this doesn't works, you need to login into your mysql admin (phpmyadmin for example) and run the next query to disable the plugin:
UPDATE #__extensions SET enabled = 0 WHERE name LIKE '%jlsecure%' AND type='plugin' AND folder='system';
Replace the #__ with your table prefix. After that the plugin would be disabled.
GET IT FOR FREE

©2010 JomLand - All Rights Reserved
www.JomLand.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.