403Webshell
Server IP : 54.36.91.62  /  Your IP : 216.73.216.15
Web Server : Apache
System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : uxhactp ( 169076)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/uxhactp/www/wp-content/themes/bridge/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/uxhactp/www/wp-content/themes/bridge/templates/blog_large_image_with_dividers-loop.php
<?php 
global $qode_options_proya;
$blog_hide_comments = "";
if (isset($qode_options_proya['blog_hide_comments'])) {
	$blog_hide_comments = $qode_options_proya['blog_hide_comments'];
}

$blog_hide_author = "";
if (isset($qode_options_proya['blog_hide_author'])) {
    $blog_hide_author = $qode_options_proya['blog_hide_author'];
}

$qode_like = "on";
if (isset($qode_options_proya['qode_like'])) {
	$qode_like = $qode_options_proya['qode_like'];
}
?>
<?php
$_post_format = get_post_format();
?>
<?php
	switch ($_post_format) {
		case "video":
?>
		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
			<div class="post_content_holder">
				<div class="post_image">
					<?php $_video_type = get_post_meta(get_the_ID(), "video_format_choose", true);?>
					<?php if($_video_type == "youtube") { ?>
						<iframe name="fitvid-<?php the_ID(); ?>" src="//www.youtube.com/embed/<?php echo get_post_meta(get_the_ID(), "video_format_link", true);  ?>?wmode=transparent" wmode="Opaque" width="805" height="403" allowfullscreen></iframe>
					<?php } elseif ($_video_type == "vimeo"){ ?>
						<iframe name="fitvid-<?php the_ID(); ?>" src="//player.vimeo.com/video/<?php echo get_post_meta(get_the_ID(), "video_format_link", true);  ?>?title=0&amp;byline=0&amp;portrait=0" width="805" height="403" allowfullscreen></iframe>
					<?php } elseif ($_video_type == "self"){ ?> 
						<div class="video"> 
						<div class="mobile-video-image" style="background-image: url(<?php echo get_post_meta(get_the_ID(), "video_format_image", true);  ?>);"></div> 
						<div class="video-wrap"  > 
							<video class="video" poster="<?php echo get_post_meta(get_the_ID(), "video_format_image", true);  ?>" preload="auto"> 
								<?php if(get_post_meta(get_the_ID(), "video_format_webm", true) != "") { ?> <source type="video/webm" src="<?php echo get_post_meta(get_the_ID(), "video_format_webm", true);  ?>"> <?php } ?> 
								<?php if(get_post_meta(get_the_ID(), "video_format_mp4", true) != "") { ?> <source type="video/mp4" src="<?php echo get_post_meta(get_the_ID(), "video_format_mp4", true);  ?>"> <?php } ?> 
								<?php if(get_post_meta(get_the_ID(), "video_format_ogv", true) != "") { ?> <source type="video/ogg" src="<?php echo get_post_meta(get_the_ID(), "video_format_ogv", true);  ?>"> <?php } ?> 
								<object width="320" height="240" type="application/x-shockwave-flash" data="<?php echo get_template_directory_uri(); ?>/js/flashmediaelement.swf"> 
									<param name="movie" value="<?php echo get_template_directory_uri(); ?>/js/flashmediaelement.swf" /> 
									<param name="flashvars" value="controls=true&file=<?php echo get_post_meta(get_the_ID(), "video_format_mp4", true);  ?>" /> 
									<img itemprop="image" src="<?php echo get_post_meta(get_the_ID(), "video_format_image", true);  ?>" width="1920" height="800" title="No video playback capabilities" alt="Video thumb" /> 
								</object> 
							</video>   
						</div></div> 
					<?php } ?>
				</div>
				<div class="post_text">
					<div class="post_text_inner">
						<div class="post_text_holder">
							<div class="blog_column1">
								<div itemprop="dateCreated" class="date entry_date updated">
									<span class="date_day"><?php the_time('d'); ?></span>
									<span class="date_month"><?php the_time('M'); ?></span>
									<meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(qode_get_page_id()); ?>"/>
								</div>
							</div>
							<div class="blog_column2">
								<h2 itemprop="name" class="entry_title"><a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
								<?php qode_excerpt(); ?>
								<div class="post_info">
									<div class="post_info_left">
										<span class="blog_time"><?php the_time('H:i'); ?> / </span>
										<?php the_category(' / '); ?>
										<?php if($blog_hide_author == "no") { ?>
											<span class="post_author">
												<a itemprop="author" class="post_author_link" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> / <?php the_author_meta('display_name'); ?></a>
											</span>
										<?php } ?>
									</div>
									<div class="post_info_right">
										<?php if( $qode_like == "on" ) { ?>
											<div class="blog_like">
												<?php if( function_exists('qode_like') ) qode_like(); ?>
											</div>
										<?php } ?>
										<?php if(isset($qode_options_proya['enable_social_share'])  && $qode_options_proya['enable_social_share'] == "yes") { ?>
											<?php echo do_shortcode('[social_share]'); ?>	
										<?php } ?>
										<?php if($blog_hide_comments != "yes"){ ?>
											<a itemprop="url" class="post_comments" href="<?php comments_link(); ?>" target="_self">
											<?php comments_number('0 ' . __('Comments','qode'), '1 '.__('Comment','qode'), '% '.__('Comments','qode') ); ?>
											</a>
										<?php } ?>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</article>
<?php
		break;
		case "audio":
?>
		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
			<div class="post_content_holder">
				<div class="post_image">
					<audio class="blog_audio" src="<?php echo get_post_meta(get_the_ID(), "audio_link", true) ?>" controls="controls">
						<?php _e("Your browser don't support audio player","qode"); ?>
					</audio>
				</div>
				<div class="post_text">
					<div class="post_text_inner">
						<div class="post_text_holder">
							<div class="blog_column1">
								<div itemprop="dateCreated" class="date entry_date updated">
									<span class="date_day"><?php the_time('d'); ?></span>
									<span class="date_month"><?php the_time('M'); ?></span>
									<meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(qode_get_page_id()); ?>"/>
								</div>
							</div>
							<div class="blog_column2">
								<h2 itemprop="name" class="entry_title"><a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
								<?php qode_excerpt(); ?>
								<div class="post_info">
									<div class="post_info_left">
										<span class="blog_time"><?php the_time('H:i'); ?> / </span>
										<?php the_category(' / '); ?>
										<?php if($blog_hide_author == "no") { ?>
											<span class="post_author">
												<a itemprop="author" class="post_author_link" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> / <?php the_author_meta('display_name'); ?></a>
											</span>
										<?php } ?>
									</div>
									<div class="post_info_right">
										<?php if( $qode_like == "on" ) { ?>
											<div class="blog_like">
												<?php if( function_exists('qode_like') ) qode_like(); ?>
											</div>
										<?php } ?>
										<?php if(isset($qode_options_proya['enable_social_share'])  && $qode_options_proya['enable_social_share'] == "yes") { ?>
											<?php echo do_shortcode('[social_share]'); ?>	
										<?php } ?>
										<?php if($blog_hide_comments != "yes"){ ?>
											<a itemprop="url" class="post_comments" href="<?php comments_link(); ?>" target="_self">
											<?php comments_number('0 ' . __('Comments','qode'), '1 '.__('Comment','qode'), '% '.__('Comments','qode') ); ?>
											</a>
										<?php } ?>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</article>

<?php
		break;
		case "gallery":
?>
		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

			<div class="post_content_holder">
				<div class="post_image">
					<div class="flexslider">
						<ul class="slides">
							<?php
								$post_content = get_the_content();
								preg_match('/\[gallery.*ids=.(.*).\]/', $post_content, $ids);
								$array_id = explode(",", $ids[1]);
								
								foreach($array_id as $img_id){ ?>
									<li><a itemprop="url" href="<?php the_permalink(); ?>"><?php echo wp_get_attachment_image( $img_id, 'full' ); ?></a></li>
								<?php } ?>
						</ul>
					</div>
				</div>
				<div class="post_text">
					<div class="post_text_inner">
						<div class="post_text_holder">
							<div class="blog_column1">
								<div itemprop="dateCreated" class="date entry_date updated">
									<span class="date_day"><?php the_time('d'); ?></span>
									<span class="date_month"><?php the_time('M'); ?></span>
									<meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(qode_get_page_id()); ?>"/>
								</div>
							</div>
							<div class="blog_column2">
								<h2 itemprop="name" class="entry_title"><a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
								<?php qode_excerpt(); ?>
								<div class="post_info">
									<div class="post_info_left">
										<span class="blog_time"><?php the_time('H:i'); ?> / </span>
										<?php the_category(' / '); ?>
										<?php if($blog_hide_author == "no") { ?>
											<span class="post_author">
												<a itemprop="author" class="post_author_link" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> / <?php the_author_meta('display_name'); ?></a>
											</span>
										<?php } ?>
									</div>
									<div class="post_info_right">
										<?php if( $qode_like == "on" ) { ?>
											<div class="blog_like">
												<?php if( function_exists('qode_like') ) qode_like(); ?>
											</div>
										<?php } ?>
										<?php if(isset($qode_options_proya['enable_social_share'])  && $qode_options_proya['enable_social_share'] == "yes") { ?>
											<?php echo do_shortcode('[social_share]'); ?>	
										<?php } ?>
										<?php if($blog_hide_comments != "yes"){ ?>
											<a itemprop="url" class="post_comments" href="<?php comments_link(); ?>" target="_self">
											<?php comments_number('0 ' . __('Comments','qode'), '1 '.__('Comment','qode'), '% '.__('Comments','qode') ); ?>
											</a>
										<?php } ?>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</article>
<?php
		break;
		case "link":
?>
		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
			<div class="post_content_holder">
				<div class="post_text">
					<div class="post_text_inner">
						<div class="post_text_holder">
							<div class="blog_column1">
								<span class="link_mark icon_link_alt"></span>
							</div>
							<div class="blog_column2">
								<div class="post_title entry_title">
									<p><a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></p>
								</div>
								<div class="post_info">
									<div class="post_info_left">
										<span itemprop="dateCreated" class="blog_time entry_date updated"><?php the_time('d F Y'); ?> / <meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(qode_get_page_id()); ?>"/></span>
										<?php the_category(' / '); ?>
										<?php if($blog_hide_author == "no") { ?>
											<span class="post_author">
												<a itemprop="author" class="post_author_link" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> / <?php the_author_meta('display_name'); ?></a>
											</span>
										<?php } ?>
									</div>
									<div class="post_info_right">
										<?php if( $qode_like == "on" ) { ?>
											<div class="blog_like">
												<?php if( function_exists('qode_like') ) qode_like(); ?>
											</div>
										<?php } ?>
										<?php if(isset($qode_options_proya['enable_social_share'])  && $qode_options_proya['enable_social_share'] == "yes") { ?>
											<?php echo do_shortcode('[social_share]'); ?>	
										<?php } ?>
										<?php if($blog_hide_comments != "yes"){ ?>
											<a itemprop="url" class="post_comments" href="<?php comments_link(); ?>" target="_self">
											<?php comments_number('0 ' . __('Comments','qode'), '1 '.__('Comment','qode'), '% '.__('Comments','qode') ); ?>
											</a>
										<?php } ?>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</article>
<?php
		break;
		case "quote":
?>
			<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
				<div class="post_content_holder">
					<div class="post_text">
						<div class="post_text_inner">
							<div class="post_text_holder">
								<div class="blog_column1">
									<span class="qoute_mark icon_quotations"></span>
								</div>
								<div class="blog_column2">
									<div class="post_title entry_title">
										<p><a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php echo get_post_meta(get_the_ID(), "quote_format", true); ?></a></p>
										<span class="quote_author"><?php the_title(); ?></span>
									</div>
									<div class="post_info">
										<div class="post_info_left">
											<span itemprop="dateCreated" class="blog_time entry_date updated"><?php the_time('d F Y'); ?> / <meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(qode_get_page_id()); ?>"/></span>
											<?php the_category(' / '); ?>
											<?php if($blog_hide_author == "no") { ?>
												<span class="post_author">
													<a itemprop="author" class="post_author_link" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> / <?php the_author_meta('display_name'); ?></a>
												</span>
											<?php } ?>
										</div>
										<div class="post_info_right">
											<?php if( $qode_like == "on" ) { ?>
												<div class="blog_like">
													<?php if( function_exists('qode_like') ) qode_like(); ?>
												</div>
											<?php } ?>
											<?php if(isset($qode_options_proya['enable_social_share'])  && $qode_options_proya['enable_social_share'] == "yes") { ?>
												<?php echo do_shortcode('[social_share]'); ?>	
											<?php } ?>
											<?php if($blog_hide_comments != "yes"){ ?>
												<a itemprop="url" class="post_comments" href="<?php comments_link(); ?>" target="_self">
												<?php comments_number('0 ' . __('Comments','qode'), '1 '.__('Comment','qode'), '% '.__('Comments','qode') ); ?>
												</a>
											<?php } ?>
										</div>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</article>
<?php
		break;
		default:
?>
		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
			<div class="post_content_holder">
				<?php if ( has_post_thumbnail() ) { ?>
					<div class="post_image">
						<a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
							<?php the_post_thumbnail('full'); ?>
						</a>
					</div>
				<?php } ?>
				<div class="post_text">
					<div class="post_text_inner">
						<div class="post_text_holder">
							<div class="blog_column1">
								<div itemprop="dateCreated" class="date entry_date updated">
									<span class="date_day"><?php the_time('d'); ?></span>
									<span class="date_month"><?php the_time('M'); ?></span>
									<meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(qode_get_page_id()); ?>"/>
								</div>
							</div>
							<div class="blog_column2">
								<h2 itemprop="name" class="entry_title"><a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
								<?php qode_excerpt(); ?>
								<div class="post_info">
									<div class="post_info_left">
										<span class="blog_time"><?php the_time('H:i'); ?> / </span>
										<?php the_category(' / '); ?>
										<?php if($blog_hide_author == "no") { ?>
											<span class="post_author">
												<a itemprop="author" class="post_author_link" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> / <?php the_author_meta('display_name'); ?></a>
											</span>
										<?php } ?>
									</div>
									<div class="post_info_right">
										<?php if( $qode_like == "on" ) { ?>
											<div class="blog_like">
												<?php if( function_exists('qode_like') ) qode_like(); ?>
											</div>
										<?php } ?>
										<?php if(isset($qode_options_proya['enable_social_share'])  && $qode_options_proya['enable_social_share'] == "yes") { ?>
											<?php echo do_shortcode('[social_share]'); ?>	
										<?php } ?>
										<?php if($blog_hide_comments != "yes"){ ?>
											<a itemprop="url" class="post_comments" href="<?php comments_link(); ?>" target="_self">
											<?php comments_number('0 ' . __('Comments','qode'), '1 '.__('Comment','qode'), '% '.__('Comments','qode') ); ?>
											</a>
										<?php } ?>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</article>
<?php
}
?>		


Youez - 2016 - github.com/yon3zu
LinuXploit