PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_jhackguard
<?xml version="1.0" encoding="utf-8"?> <extension type="component" version="3.0" method="upgrade"> <name>com_jhackguard</name> <creationDate>2013-08-28</creationDate> <copyright>Copyright (C) 2013. All rights reserved.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <author>Valeri Markov</author> <authorEmail>val@jhackguard.com</authorEmail> <authorUrl>http://www.jhackguard.com/</authorUrl> <version>2.0.2</version> <description>jHackGuard is a Joomla security plugin, protecting your website from malicious code, SQL injections and XSS attacks.</description> <install> <!-- Runs on install --> <sql> <file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file> </sql> </install> <uninstall> <!-- Runs on uninstall --> <sql> <file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file> </sql> </uninstall> <update> <schemas> <schemapath type="mysql">sql/updates</schemapath> </schemas> </update> <administration> <menu img="components/com_jhackguard/assets/images/s_com_jhackguard.png" >COM_JHACKGUARD</menu> <submenu> <menu link="option=com_jhackguard&view=ipfilters" view="ipfilters" img="components/com_jhackguard/assets/images/s_ipfilters.png" alt="Jhackguard/Ipfilters">COM_JHACKGUARD_TITLE_IPFILTERS</menu> <menu link="option=com_jhackguard&view=inputfilters" view="inputfilters" img="components/com_jhackguard/assets/images/s_inputfilters.png" alt="Jhackguard/Inputfilters">COM_JHACKGUARD_TITLE_INPUTFILTERS</menu> <menu link="option=com_jhackguard&view=outputfilters" view="outputfilters" img="components/com_jhackguard/assets/images/s_outputfilters.png" alt="Jhackguard/Outputfilters">COM_JHACKGUARD_TITLE_OUTPUTFILTERS</menu> <menu link="option=com_jhackguard&view=filtermaintenance" view="filtermaintenance" img="components/com_jhackguard/assets/images/s_logs.png" alt="Jhackguard/Filtermaintenance">COM_JHACKGUARD_TITLE_FILTERMAINTENANCE</menu> <menu link="option=com_jhackguard&view=logs" view="logs" img="components/com_jhackguard/assets/images/s_logs.png" alt="Jhackguard/Logs">COM_JHACKGUARD_TITLE_LOGS</menu> </submenu> <files folder="administrator"> <filename>access.xml</filename> <filename>blocked.html</filename> <filename>filter_match_error.html</filename> <filename>jsonrpc.php</filename> <filename>config.xml</filename> <filename>controller.php</filename> <filename>index.html</filename> <filename>jhackguard.php</filename> <filename>LICENSE.txt</filename> <folder>controllers</folder> <folder>data</folder> <folder>assets</folder> <folder>helpers</folder> <folder>models</folder> <folder>sql</folder> <folder>tables</folder> <folder>views</folder> </files> <languages folder="administrator"> <language tag="en-GB">language/en-GB.com_jhackguard.ini</language> <language tag="en-GB">language/en-GB.com_jhackguard.sys.ini</language> </languages> </administration> <updateservers> <server type="extension" name="jHackGuard Component Updates">http://www.jhackguard.com/updates/com_jhackguard.xml</server> </updateservers> </extension>
[+]
..
[-] access.xml
[edit]
[+]
assets
[-] blocked.html
[edit]
[-] config.xml
[edit]
[-] controller.php
[edit]
[+]
controllers
[+]
data
[-] filter_match_error.html
[edit]
[+]
helpers
[-] index.html
[edit]
[-] jhackguard.php
[edit]
[-] jhackguard.xml
[edit]
[-] jsonrpc.php
[edit]
[-] LICENSE.txt
[edit]
[+]
models
[+]
sql
[+]
tables
[+]
views
[-] .htaccess.disabled
[edit]