? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/administrator/components/com_jpopup/
File Upload :
Current File : /home/admin/public_html/old/administrator/components/com_jpopup/manifest.xml

<?xml version="1.0" encoding="utf-8"?>
<install type="component" version="1.5.15" method="upgrade">
	<name>JPopup</name>
	<author>JoomlaPlug.com</author>
	<creationDate>January 2010</creationDate>
	<copyright>(C) 2010 JoomlaPlug.com .All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>admin@joomlaplug.com</authorEmail>
	<authorUrl>www.joomlaplug.com</authorUrl>
	<version>1.2.0</version>
	<description>
	
		<![CDATA[
		<h3>JPopup! - Non-block Popups for Joomla!</h3>
		<p>The JPopup! plugin will allow you to display a non-blocked popup image on your site pages</p>
        <p>Installation and Usage:
        <pre>
        1. Go in your Site Mambots page and publish the JPopup! plugin
        2. Open the JPopup! Plugin to setup it's configuration options
        3. use this code to display a JPopup! popup inside your page

           {jpopup}html code here{/jpopup}
           
        4. If you wish to manually customize your popup from the main settings, you will need to use a code like this

           {jpopup option1=value1|option2=value2|...}{/jpopup}
           
        5. Available options are:

         Available Options  = Example Value             #Explication

		jpopup_wfont       = Arial,Verdana,Sans-Serif  #Window font family
		jpopup_wfontsize   = 11px                      #Window font size
		jpopup_width       = 240                       #Window width
		jpopup_height      = 200                       #Window height
		jpopup_centered    = 1                         #Should decide if window should be centered
		jpopup_bgcolor     = #FEF688                   #Window background color
		jpopup_padding     = 8                         #Text padding
		jpopup_top         = 20                        #Window position from top
		jpopup_left        = 100                       #Window position from left
		jpopup_borderstyle = solid                     #Window Border style
		jpopup_bwidth      = 1                         #Window Border size
		jpopup_bcolor      = #FFFFFF                   #Window Border color
		jpopup_wdelay      = 1                         #Window load delay in seconds 
		jpopup_wshadow     = #666666                   #Window shadow color
		jpopup_wclose      = Close                     #Window Close button text
		jpopup_weffect_start = Appear                  #Effect to use on popup Start
		jpopup_weffect_start_duration = 3              #Start effect duration in seconds
		jpopup_weffect_close = Fade                    #Effect to use on popup Close		 
		jpopup_weffect_close_duration = 3              #Close effect duration in seconds
		jpopup_onclick=no                              #Specify when popup will appear: onload page(no) or onclick on link(yes)
		jpopup_onclick_text=                           #The link text, if jpopup_onclick=yes
		jpopup_onclick_text_style=                     #Link style

         example code:
         
            {jpopup jpopup_bgcolor=#FFFFFF|jpopup_bcolor=#000000}my html here{/jpopup}


        </pre>
        </p>
        <p>JPopup! is a Free Plugin distributed under a GNU/GPl license! All rights reserved to JoomlaPlug.com</p>
        <p>For questions and support please visit <a href='http://www.joomlaplug.com/Forum/' target='_blank'>JoomlPlug.com Forums</a></p>
    ]]>
	
	</description>

	<installfile>install/install.php</installfile>
	<uninstallfile>install/uninstall.php</uninstallfile>
	
	<administration>

		<menu>JPopup</menu>
		<files folder="admin">
			<filename>jpopup.php</filename>
			<filename>index.html</filename>
			<filename>controller.php</filename>
			<filename>js.js</filename>
			<filename>style.css</filename>
			<folder>models</folder>
			<folder>views</folder>
			<folder>install</folder>
		</files>		
	</administration>
	
	<plugins>
		<plugin plugin="jpopup" group="content">
			<files folder="plg_jpopup">
				<filename>jpopup.php</filename>
				<filename>jpopup.xml</filename>
				<folder>jpopup</folder> 
			</files>
			
			<languages folder="plg_jpopup">
				<language tag="en-GB">en-GB.plg_content_jpopup.ini</language>
			</languages>
			
			<params>
				<param name="jpopup_width" type="text" default="240" label="Popup Window Width:" description="Default Pop Up Window Width (in pixels)." />
				
				<param name="jpopup_height" type="text" default="200" label="Popup Window Height:" description="Default Pop Up Window Height (in pixels)." />
				
				<param name="jpopup_centered" type="radio" default="1" label="Center popup window?" description="Center the PopUp Windows within the Browser Screen?">
						<option value="1">Yes</option>
						<option value="0">No</option>
				</param>
				
				<param name="jpopup_bgcolor" type="text" default="#FFFFFF" label="Popup Background Color:" description="Background color for PopUp window. It can either be named (like 'white') or rgb (like '#FFFFFF')." />
				
				<param name="jpopup_padding" type="text" default="8" label="Padding or Margin for Window:" description="Padding or Margin between the contents of the window and the window itself." />
				
				<param name="jpopup_top" type="text" default="20" label="Top Position of PopUp:" description="Top position of the PopUp when it opens. NOTE: Ignored if Center Popup Window = 'Yes'." />
				
				<param name="jpopup_left" type="text" default="100" label="Left Position of PopUp:" description="Left position of the PopUp when it opens. NOTE: Ignored if Center Popup Window = 'Yes'." />
				
				<param name="jpopup_borderstyle" type="list" default="solid" label="Border Style of Window:" description="Border Style of the Popup Window.">
										<option value="solid">Solid</option>
										<option value="double" >double</option>
										<option value="groove" >groove</option>
										<option value="ridge" >ridge</option>
										<option value="inset" >inset</option>
										<option value="outset" >outset</option>
										<option value="dashed" >dashed</option>
										<option value="dotted" >dotted</option>
										<option value="none" >none</option>
			   </param>
				
				<param name="jpopup_bwidth" type="text" default="1" label="Width of the Window Border:" description="Width of the Border in pixels. NOTE: Must be at leadt 3 pixels for a Double border." />
				
				<param name="jpopup_bcolor" type="text" default="#FEF688" label="Border Color for Window:" description="Border color for PopUp window. It can either be named (like 'black') or rgb (like '#000000')." />

				<param name="jpopup_wfont" type="list" default="Arial, Verdana, Sans-Serif" label="Font Family for Window:" description="Font family or face of font for PopUp Window. Select None if defined elsewhere.">
										<option value="Arial, Verdana, Sans-Serif">Arial, Verdana, Sans-Serif</option>
										<option value="Times,serif" >Times,serif</option>
										<option value="Courier,monospace" >Courier,monospace</option>
										<option value="" >None - Defined Elsewhere</option>
			   </param>
			   
			   <param name="jpopup_wfontsize" type="text" default="11px" label="Font Size for Window:" description="Size of font for PopUp Window. Use px for pixels or pt for point. Leave blank if defined elsewhere." /> 

			   <param name="jpopup_wshadow" type="text" default="#666666" label="Drop Shadow Color PopUp Window:" description="Color for the Drop Shadow around PopUp. Make blank for none. Works only on EI5+ browsers, others just won\'t so it." />

			   <param name="jpopup_wclose" type="text" default="Close!" label="Close button text:" description="Choose the text for the popup close button, can be also a html code." />

			   <param name="jpopup_wclose_css" type="textarea" cols='30' rows='5' default="" label="Close button CSS:" description="You can add here some CSS for the Close link." />
			   
			   <param name="jpopup_wdelay" type="text" default="1" label="Delay to open PopUp Window:" description="Delay in seconds to wait until PopUp Window is opened. Set to 0 for none." />

			   <param name="jpopup_weffect_start" type="list" default="Appear" label="Popup on Start Effect:" description="Select the desired popup effect to use on popup Start.">
										<option value="Appear">Appear</option>
										<option value="BlindDown">BlindDown</option>
										<option value="SlideDown">SlideDown</option>
										<option value="Grow">Grow</option>
										
											
			   </param>
			   <param name="jpopup_weffect_start_duration" type="text" default="3" label="PopUp Window effect delay on Start:" description="Popup effect duration time in seconds for when Starting the popup" />
			   
			   
			   <param name="jpopup_weffect_close" type="list" default="Fade" label="Popup on Close Effect:" description="Select the desired popup effect to use on popup Close.">
										<option value="BlindUp">BlindUp</option>
										<option value="DropOut">DropOut</option>
										<option value="Fade">Fade</option>
										<option value="Fold">Fold</option>
										<option value="Puff">Puff</option>
										<option value="SwitchOff">SwitchOff</option>
										<option value="SlideUp">SlideUp</option>
										<option value="Squish">Squish</option>
										<option value="Shrink">Shrink</option>
										
			   </param>
			   <param name="jpopup_weffect_close_duration" type="text" default="3" label="PopUp Window effect duration on Close:" description="Popup effect duration time in seconds for when Closing the popup" />
			   
			   <param name="jpopup_onclick" type="list" default="no" label="Event" description="Select the event when popup will appear.">
										<option value="yes">On click</option>
										<option value="no">On load</option>
			   </param>
			   <param name="jpopup_onclick_text" type="text" default="" label="Link text for Click Event:" description="Will have effect if Event is On click" />
			   
			   <param name="jpopup_onclick_text_style" type="textarea" cols='30' rows='5' default="" label="Link text CSS:" description="You can add here some CSS for the link text." />
				  
			</params>
		</plugin>
	</plugins>

</install>

T1KUS90T
  root-grov@210.1.60.28:~$