| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/administrator/components/com_jlogonalert/ |
Upload File : |
<?xml version="1.0" encoding="utf-8" ?> <install type="component" version="1.5.0"> <name>jLogonAlert</name> <author>Carlo Di Giuseppe</author> <creationDate>August 2009</creationDate> <copyright>(C) 2009 - Carlo Di Giuseppe</copyright> <authorEmail>mi0772@gmail.com</authorEmail> <authorUrl>www.applejuice.it</authorUrl> <version>1.5.0</version> <license>GNU/GPL License</license> <description>LogonAlert advice your configured users when someone try to unauthorized access on your site</description> <installfile>install.jlogonalert.php</installfile> <uninstallfile>uninstall.jlogonalert.php</uninstallfile> <install> <sql> <file driver="mysql" charset="utf8">install.mysql.sql</file> </sql> </install> <uninstall> <sql> <file driver="mysql" charset="utf8">uninstall.mysql.sql</file> </sql> </uninstall> <administration> <menu>jLogonAlert</menu> <files folder="admin"> <folder>models</folder> <folder>tables</folder> <folder>views</folder> <filename>install.jlogonalert.php</filename> <filename>uninstall.jlogonalert.php</filename> <filename>install.mysql.sql</filename> <filename>uninstall.mysql.sql</filename> <filename>jlogonalert.php</filename> </files> </administration> </install>