DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /AppServ/www/news/modules/mod_rscatchy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /AppServ/www/news/modules/mod_rscatchy/mod_rscatchy.xml
<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
	<name>RS-Catchy</name>
	<author>RS Web Solutions</author>
	<creationDate>September 2010</creationDate>
	<copyright>Copyright (c) 2010-2015 RS Web Solutions - Development Team</copyright>
	<license>GNU/GPL http://www.gnu.org/copyleft/gpl.html</license>
	<authorEmail>support@rswebsols.com</authorEmail>
	<authorUrl>http://www.rswebsols.com</authorUrl>
	<version>1.1</version>
	<description>RS-Catchy is a jQuery based image slideshow module. This is a Joomla extension specially developed for Joomla version 1.5.x. If you want to display images as an automatic slideshow that can also be explicitly played or paused by the user, then this module is for you. It rotates and displays an image by fading it into view over the previous one, with navigation controls that pop up when the mouse rolls over the gallery.</description>
	<files>
		<filename module="mod_rscatchy">mod_rscatchy.php</filename>
		<filename>index.html</filename>
		<filename>js/jquery-1.2.6.pack.js</filename>
		<filename>js/catchy.js</filename>
		<filename>js/index.html</filename>
		<filename>images/left.gif</filename>
		<filename>images/pause.gif</filename>
		<filename>images/play.gif</filename>
		<filename>images/right.gif</filename>
		<filename>images/index.html</filename>
	</files>
	<params>
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
		
		<param type="spacer" default="" />
		<param type="spacer" default="&lt;b&gt;JQuery Insertion:&lt;/b&gt;&lt;br /&gt;By default this is 'YES'. That means the module will add the required jquery file. But if you think the jQuery is already inserted in your website (by your template or by any other component/module/plugin) then you can set it to 'NO' so it will prevent the double insertion of the same file." />
		<param name="rsws_insertJquery" type="list" default="1" label="Insert JQuery File" description="By default this is 'YES'. That means the module will add the required jquery file. But if you think the jQuery is already inserted in your website (by your template or by any other component/module/plugin) then you can set it to 'NO' so it will prevent the double insertion of the same file.">
			<option value="1">YES</option>
			<option value="0">NO</option>
		</param>		
		<param type="spacer" default="" />
		<param type="spacer" default="&lt;b&gt;Slideshow Configuration:&lt;/b&gt;" />
		<param name="rsws_width" type="text" default="600" label="Image Width" description="Width of the images in pixel (default value: 600)" />
		<param name="rsws_height" type="text" default="300" label="Image Height" description="Height of the images in pixel (default value: 300)" />
		<param name="rsws_border_thickness" type="list" default="5" label="Border Thickness" description="Module Border Thickness">
			<option value="0">0</option>
			<option value="1">1</option>
			<option value="2">2</option>
			<option value="3">3</option>
			<option value="4">4</option>
			<option value="5">5</option>
			<option value="6">6</option>
			<option value="7">7</option>
			<option value="8">8</option>
			<option value="9">9</option>
			<option value="10">10</option>
		</param>
		<param name="rsws_border_style" type="list" default="solid" label="Border Style" description="Module Border Style">
			<option value="solid">solid</option>
			<option value="dotted">dotted</option>
			<option value="dashed">dashed</option>
		</param>
		<param name="rsws_border_color" type="text" default="#CCCCCC" label="Border Color" description="Module Border Color, including # (Example: #CCCCCC)" />
		<param type="spacer" default="&lt;b style='color:#FF0000;' &gt;Note:&lt;/b&gt; The entire module dimention (width and height) is depends on the image dimention and the border thickness. Example: Say you have images with dimention of 600X300, and you specify the border thickness is to 10 pixel. Then the entire module width will be {600+(10x2)} = 620 pixel. And the height will be {300+(10x2)} = 320 pixel. So please adjust your module accordingly." />
		<param name="rsws_desc_text_style" type="textarea" default="text-align: left; padding: 2px;" label="Style of Image Description Text" description="Here you can add the style of Image Description Text." rows="8" cols="40" />
		<param name="rsws_autoplay" type="list" default="1" label="Autoplay" description="Auto Play the slideshow (default value: YES)">
			<option value="0">NO</option>
			<option value="1">YES</option>
		</param>
		<param name="rsws_slide_duration" type="text" default="4" label="Slide Duration in Second" description="How many second one image will display before sliding to the next image. (Default value is 4.)" />
		<param name="rsws_loop_number" type="list" default="5" label="Number of Loop" description="How many times the images will loop? (default value: 5)">
			<option value="1">Only once</option>
			<option value="5">5 times</option>
			<option value="10">10 times</option>
			<option value="15">15 times</option>
			<option value="20">20 times</option>
			<option value="25">25 times</option>
			<option value="9999">Infinite times</option>
		</param>
		<param name="rsws_transition_time" type="text" default="1" label="Transition Time" description="Transition time from one slide to next slide. Enter value in second. (Default value is 1.)" />
		<param type="spacer" default="" />
		<param type="spacer" default="&lt;b&gt;Image Path&lt;/b&gt;" />
		<param name="rsws_imageshow" type="radio" default="1" label="Image Configuration" description="Choose how you wish to configure the image display. The first one is easy to configure. For advanced users the second option will give much more advanced configurable options.">
			<option value="1">BASIC (Display all images from a folder that I will specify below.)</option>
			<option value="0">ADVANCED (Display only those images that I will specify below)</option>
		</param>
		<param type="spacer" default="" />
		<param type="spacer" default="&lt;b&gt;Image Configuration - BASIC&lt;/b&gt;" />
		<param type="spacer" default="Use this section if you previously selected the 'Image Configuration' as BASIC" />
		<param size="60" name="rsws_basic_folder" type="text" default="images/stories/slideshow/" label="Image Folder" description="Specify the path of image folder. (default value: images/stories/slideshow/)" />
		<param size="60" name="rsws_basic_url" type="text" default="http://www.yoursite.com/" label="Link to images" description="If you wish to redirect the visitors to a particular url after clicking the images, then please specify the url here." />
		<param name="rsws_basic_url_target" type="list" default="_self" label="Open link in" description="Open the link in the same window or in a new window.">
			<option value="_blank">In a new window</option>
			<option value="_self">In the same window</option>
		</param>
		<param type="spacer" default="" />
		<param type="spacer" default="&lt;b&gt;Image Configuration - ADVANCED&lt;/b&gt;" />
		<param type="spacer" default="Use this section if you previously selected the 'Image Configuration' as ADVANCED" />
		<param name="rsws_adv_images" type="textarea" default="{images/stories/slideshow/image1.jpg} {images/stories/slideshow/image2.jpg}" label="Image(s) Path &lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;{Image A} {Image B}" description="Specify the relative path of all your images, within {}. Do not add absolute path. Only add relative path. (Example: {images/stories/slideshow/image1.jpg} {images/stories/slideshow/image2.jpg} )" rows="8" cols="40" />
		<param name="rsws_adv_urls" type="textarea" default="{http://www.example1.com/} {http://www.example2.com/}" label="Links to images &lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;{http://testA.com/} {http://testB.com/}" description="Specify the urls that will link your images, within {}. (Example: {http://www.example1.com/} {http://www.example2.com/})" rows="8" cols="40" />
		<param name="rsws_adv_urls_target" type="textarea" default="{_blank} {_self}" label="Open link in &lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;{_blank} {_self}" description="Open the links in the same window or in a new window, within {}. Use from these 2 options: _blank, _self. (Example: {_blank} {_self})" rows="8" cols="40" />
		<param name="rsws_adv_desc" type="textarea" default="{Description 1} {Description 2}" label="Image Description &lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;{Description 1} {Description 2}" description="Description of the Images, within {}. (Example: {Description 1} {Description 2})" rows="8" cols="40" />
	</params>
	
	<params group="advanced">
		<param name="cache" type="list" default="0" label="Caching" description="Module Caching">
			<option value="0">No caching</option>
			<option value="1">Use global</option>
		</param>
		<param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" />
		<param name="admin_modified" type="hidden" default="1" />
	</params>
</install>

Anon7 - 2022
AnonSec Team