HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/i/e/s/iestorre/informatica/modules/mod_randomquotes/mod_randomquotes.xml
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.0">
    <name>Random Quotes</name>
    <author>OpenSource Technologies</author>
    <creationDate>March 2014</creationDate>
    <copyright>Copyright (C) 2009 - 2016 OpenSource Technologies. All rights reserved.</copyright> 
    <license>GNU General Public License version 2 or later</license> 
    <authorEmail>sales@opensourcetechnologies.com</authorEmail> 
    <authorUrl>http://www.opensourcetechnologies.com</authorUrl>
    <version>2.5.1</version>
    <description>This modules displays the Random Quotes from a Text File.</description>
    <files>
        <filename module="mod_randomquotes">mod_randomquotes.php</filename>
        <filename>index.html</filename>
        <filename>helper.php</filename>
        <filename>tmpl/index.html</filename>
        <filename>tmpl/_item.php</filename>
        <filename>tmpl/default.php</filename>
        <filename>quotes/index.html</filename>
        <filename>quotes/randomquotes.txt</filename>
    </files>
    
    <config>
        <fields name="params">            
            <fieldset name="basic">                
                    <field
                    name="moduleclass_sfx"
                    type="text"
                    label="Module Class Suffix"
                    description="PARAMMODULECLASSSUFFIX" />
                    
            </fieldset>
            <fieldset name="advanced">
                    <field 
                    name="cache" 
                    type="list" 
                    default="0" 
                    label="Caching" 
                    description="Select whether to cache the content of this module">
                    <option value="1">Use global</option>
                    <option value="0">No caching</option>
                </field>
                    <field name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" />
            </fieldset>
    
        </fields>
    </config>
</extension>