shell bypass 403
<?php // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); // jimport('joomla.form.formfield'); class JFormFieldrighttextpx extends JFormField { protected $type = 'righttextpx'; // getLabel() left out protected function getInput() { return '<div class="input-prepend input-append">'. '<span class="add-on">Right</span>'. '<input class="input-medium" type="text" name="' . $this->name . '" id="' . $this->id . '"' . ' value="' . htmlspecialchars($this->value, ENT_COMPAT, 'UTF-8') . '"/>'. '<span class="add-on">px</span>'. '</div>'; } }