One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
sam
/
public_html
/
web
/
modules
/
View File Name :
mod_imageofday.xml
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="1.0"> <name>Image of the Day</name> <author>David Draper</author> <creationDate>September 2005</creationDate> <copyright>(C) 2005 David Draper</copyright> <license>GNU/GPL</license> <authorEmail></authorEmail> <authorUrl></authorUrl> <version>1.0</version> <description>This module displays EITHER an image of the DAY or an image of the WEEK. It turns the day of the week OR the numerical value for the week of the year into a corresponding image file name. Images for the week must be named e.g. week1.jpg week2.jpg or week47.gif etc for each week of the year that you wish to show an image for. Images of the day must be named monday.jpg wednesday.gif etc. Place them in the folder that you specify in the parameters. Weeks start on Mondays. Debug mode will show you the image path that is being called for your settings. </description> <files> <filename module="mod_imageofday">mod_imageofday.php</filename> </files> <params> <param name="mode" type="radio" default="0" label="Mode of Operation" description="Choose mode of display - image of the day or image of the week."> <option value="0">Display Image of the Day</option> <option value="1">Display Image of the Week</option> </param> <param name="type" type="text" default="jpg" label="Image Type" description="Type of image PNG/GIF/JPG etc. (default is JPG)" /> <param name="folder" type="text" default="" label="Image Folder" description="Path to the image folder relative to the site url, eg: images/stories note: no trailing / " /> <param name="default_img" type="imagelist" directory="/images/stories" hide_default="1" default="" label="Default Image" description="You may select a default image to display when no corresponding image of the week or day exists - must be in images/stories/" /> <param name="link" type="text" default="" label="Link" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" /> <param name="width" type="text" default="" label="Width (px)" description="Image width (forces all images to be displayed with this width). If you only specify width, the height will be calculated for each image retaining proportion." /> <param name="height" type="text" default="" label="Height (px)" description="Image height (forces all images to be displayed with the height)" /> <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="alt_text" type="text" default="" label="Alt text" description="Alt text for all images" /> <param name="debug_mode" type="radio" default="0" label="Debug Mode (show path)" description="If selected - will display image path instead of image to help debug" > <option value="1">Yes</option> <option value="0">No</option> </param> <param name="@spacer" type="spacer" default="" label="" description="" /> </params> </mosinstall>