Skip to content

Commit

Permalink
Changed website info and update server
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhin-denis committed Nov 5, 2015
1 parent 0e79919 commit 7b8ad64
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ AskMyAdmin prevent login to back-end of site till entering correct key=value pai
Main idea of this plug-in - to prevent login to administrator's panel by using standard URL. It will hide your admin part of site.

## Supported languages
![en](http://my-j.ru/media/mod_languages/images/en.gif) English (en-GB) by Denis Mokhin
![en](http://mokh.in/media/mod_languages/images/en.gif) English (en-GB) by Denis Mokhin

![ru](http://my-j.ru/media/mod_languages/images/ru.gif) Russian (ru-RU) by Denis E Mokhin
![ru](http://mokh.in/media/mod_languages/images/ru.gif) Russian (ru-RU) by Denis E Mokhin

![it](http://my-j.ru/media/mod_languages/images/it.gif) Italian (it-IT) by Marco Surian
![it](http://mokh.in/media/mod_languages/images/it.gif) Italian (it-IT) by Marco Surian

You can improve current translation or add new languages. Please visit [transifex.com](https://www.transifex.com/mokhin/askmyadmin/)

## Usage
1. Download latest version of plug-in.
Expand All @@ -20,4 +22,7 @@ Main idea of this plug-in - to prevent login to administrator's panel by using s
4. Activate plug-in

## Example
You have http://mysite.com site. Standard login to admin panel is http://mysite.com/administrator. When you install and activate AskMy plug-in for correct login you should use this link: http://mysite.com/administrator/?keyname=keyvalue
You have http://mysite.com site. Standard login to admin panel is http://mysite.com/administrator. When you install and activate AskMy plug-in for correct login you should use this link: http://mysite.com/administrator/?keyname=keyvalue

## Vote
If you found this module useful, please visit my page on [JED](http://extensions.joomla.org/extensions/extension/access-a-security/site-security/askmyadmin) and post a reply. Thank you!
12 changes: 6 additions & 6 deletions askmyadmin.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system">
<name>plg_system_askmyadmin</name>
<author>Denis E Mokhin</author>
<authorUrl>http://my-j.ru</authorUrl>
<author>Denis Mokhin</author>
<authorUrl>http://mokh.in</authorUrl>
<creationDate>09.12.2014</creationDate>
<copyright>Copyright (C) 2013-2014 my-j.ru - All rights reserved.</copyright>
<copyright>Copyright (C) 2013-2015 Denis Mokhin - All rights reserved.</copyright>
<license>GNU GPL, see http://www.gnu.org/licenses/gpl-2.0.html</license>
<authorEmail>denis@my-j.ru</authorEmail>
<version>1.1</version>
<authorEmail>denis@mokh.in</authorEmail>
<version>1.2</version>
<description>PLG_SYSTEM_ASKMYADMIN_DESC</description>
<client>administrator</client>
<files>
Expand All @@ -33,6 +33,6 @@
</fields>
</config>
<updateservers>
<server type="extension" name="AskMyAdmin Updates">http://downloads.my-j.ru/askmyadmin.xml</server>
<server type="extension" name="AskMyAdmin Updates">http://update.mokh.in/askmyadmin.xml</server>
</updateservers>
</extension>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><title></title>
<!DOCTYPE html><html></html>
1 change: 1 addition & 0 deletions language/en-GB/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html></html>
1 change: 1 addition & 0 deletions language/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html></html>
1 change: 1 addition & 0 deletions language/it-IT/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html></html>
1 change: 1 addition & 0 deletions language/ru-RU/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html></html>

0 comments on commit 7b8ad64

Please sign in to comment.