403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.190
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/rhodeworks/wp-content/plugins/nextgen-gallery/src/Legacy/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/rhodeworks/wp-content/plugins/nextgen-gallery/src/Legacy/view/gallery.php
<?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 $gallery->anchor; ?>">

		<?php if ( $gallery->show_slideshow ) { ?>
	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="<?php echo \Imagely\NGG\Util\Router::esc_url( $gallery->slideshow_link ); ?>">
			<?php echo $gallery->slideshow_link_text; ?>
		</a>
	</div>
<?php } ?>

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

	<div id="ngg-image-<?php echo $image->pid; ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style; ?> >
		<div class="ngg-gallery-thumbnail" >
			<a href="<?php echo \Imagely\NGG\Util\Router::esc_url( $image->imageURL ); ?>"
				title="<?php echo esc_attr( $image->description ); ?>"
				<?php 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 echo \Imagely\NGG\Util\Router::esc_url( $image->thumbnailURL ); ?>" <?php 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 echo $pagination; ?>

</div>

	<?php endif; ?>

Youez - 2016 - github.com/yon3zu
LinuXploit