| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 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 : C:/inetpub/wwwroot/icd/plugins/system/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/plugin-install.dtd"> <install version="1.5" type="plugin" group="system" method="upgrade"> <name>Akeeba Backup Lazy Scheduling</name> <author>Nicholas K. Dionysopoulos</author> <authorEmail>nicholas@dionysopoulos.me</authorEmail> <authorUrl>http://www.akeebabackup.com</authorUrl> <copyright>Copyright (c)2010 Nicholas K. Dionysopoulos</copyright> <license>GNU General Public License version 3, or later</license> <creationDate>2010-09-19</creationDate> <version>3.1</version> <description> Automate your Akeeba Backup installation without using CRON, taking advantage of your site's visitor activity. Important: Read the documentation before proceeding. </description> <files> <filename plugin="aklazy">aklazy.php</filename> <folder>aklazy</folder> </files> <languages> <language tag="en-GB">en-GB.plg_system_aklazy.ini</language> <language tag="de-DE">da-DK.plg_system_aklazy.ini</language> <language tag="de-DE">de-DE.plg_system_aklazy.ini</language> <language tag="el-GR">el-GR.plg_system_aklazy.ini</language> <language tag="es-ES">es-ES.plg_system_aklazy.ini</language> <language tag="fr-FR">fr-FR.plg_system_aklazy.ini</language> <language tag="nb-NO">nb-NO.plg_system_aklazy.ini</language> </languages> <params> <param name="daysfreq" type="text" default="1" size="5" label="AKLAZY_DAYSFREQ_LABEL" description="AKLAZY_DAYSFREQ_DESC" /> <param name="backuptime" type="text" default="00:00" size="5" label="AKLAZY_BACKUPTIME_LABEL" description="AKLAZY_BACKUPTIME_DESC" /> <param name="profile" type="sql" default="1" label="AKLAZY_PROFILE_LABEL" description="AKLAZY_PROFILE_DESCRIPTION" query="SELECT `id`, CONCAT(`id`,' - ',`description`) as `desc` FROM `#__ak_profiles`" key_field="id" value_field="desc" /> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="test" type="radio" default="0" label="AKLAZY_TEST_LABEL" description="AKLAZY_TEST_DESCRIPTION"> <option value="0">No</option> <option value="1">Yes</option> </param> </params> </install>