| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/johnhoban/hold_html/modules/ |
Upload File : |
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="4.5.2"> <name>Search Module</name> <author>Mambo Project</author> <creationDate>July 2004</creationDate> <copyright>(C) 2000 - 2005 Miro International Pty Ltd</copyright> <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> <authorEmail>admin@mamboserver.com</authorEmail> <authorUrl>www.mamboserver.com</authorUrl> <version>4.5.2</version> <description>This module will display a search box</description> <files> <filename module="mod_search">mod_search.php</filename> </files> <params> <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" /> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module"> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="width" type="text" default="20" label="Box Width" description="Size of the search text box" /> <param name="text" type="text" default="" label="Text" description="The text that appears in the search text box, if left blank it will load _SEARCH_BOX from your language file" /> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="button" type="radio" default="" label="Search Button" description="Display a Search Button"> <option value="">No</option> <option value="1">Yes</option> </param> <param name="button_pos" type="list" default="right" label="Button Position" description="Position of the button relative to the search box"> <option value="right">Right</option> <option value="left">Left</option> <option value="top">Top</option> <option value="bottom">Bottom</option> </param> <param name="button_text" type="text" default="" label="Button Text" description="The text that appears in the search buttin, if left blank it will load _SEARCH_TITLE from your language file" /> </params> </mosinstall>