shell bypass 403
<?xml version="1.0" encoding="utf-8"?> <extension type="module" version="3.6" client="site" method="upgrade"> <name>J51_ThumbsGallery</name> <author>Joomla51.com</author> <creationDate>Feb 2012</creationDate> <copyright>Copyright (C) 2012 Joomla51.com. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>[email protected]</authorEmail> <authorUrl>www.Joomla51.com</authorUrl> <version>1.1</version> <description>Joomla51 Thumbs Gallery Module</description> <files> <filename module="mod_j51thumbsgallery">mod_j51thumbsgallery.php</filename> <filename>helper.php</filename> <filename>resize.image.class.php</filename> <filename>index.html</filename> <folder>tmpl</folder> <folder>js</folder> <folder>elements</folder> <folder>css</folder> </files> <config> <fields name="params" addfieldpath="/modules/mod_j51thumbsgallery/elements"> <fieldset name="basic"> <field name="path" type="foldertree" default="" directory="images" filter="" label="Image directory" description="Select an image directory" /> <field name="thumbwidth" type="text" default="98" label="Thumbnail Width (in px)" description="Width of Thumbnail without px" /> <field name="thumbheight" type="text" default="98" label="Thumbnail Height (in px)" description="Height of Thumbnail without px" /> <field name="margin" type="text" default="4" label="Thumbnail Margin (in px)" description="Thumbnail Margin" /> <field name="bordersize" type="text" default="3" label="Border Size" description="Border Size" /> <field name="bordercolor" type="color" default="#e0e0e0" label="Border color" description="Select your border color" /> <field name="outlinecolor" type="color" default="#f0f0f0" label="Outline color" description="Select your outline color" /> <field name="fade_opacity" type="text" default="0.3" label="Fade Opacity" description="Fade Opacity" /> </fieldset> <fieldset name="advanced"> <field 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" /> <field name="cache" type="list" default="1" 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>