Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php if(site_url()=='http://www.chapinoo.com'){ ?> <?php if(!wp_is_mobile()){ ?> <?ph..

Decoded Output download

<?php if(site_url()=='http://www.chapinoo.com'){ ?> 
	<?php if(!wp_is_mobile()){ ?> 
	<?php get_header(); ?> 
	<div class="vasat clear"> 
		<section id="main" class="col-md-9 col-sm-12 col-xs-12"> 
			<?php wc_get_template_part('slide'); ?> 
			<?php if(!is_plugin_inactive('wp-countdown-slider/wp-countdown-slider.php')){ ?> 
			<?php echo do_shortcode('[vijesl]'); ?> 
			<?php } ?> 
			<?php wc_get_template_part('daste'); ?> 
			<?php wc_get_template_part('zsl'); ?> 
		</section> 
		<section id="sidebar" class="col-md-3 col-sm-12 col-xs-12"> 
			<?php get_sidebar(); ?> 
		</section> 
	</div> 
	<?php get_footer(); ?> 
	<?php }else{ ?> 
	<?php get_template_part('mobile/header-mobile'); ?> 
	<?php wc_get_template_part('slide'); ?> 
	<div class="vasat clear"> 
		<section id="main" class="col-md-12 col-sm-12 col-xs-12"> 
			<?php if(!is_plugin_inactive('wp-countdown-slider/wp-countdown-slider.php')){ ?> 
			<?php echo do_shortcode('[vijesl]'); ?> 
			<?php } ?> 
			<?php wc_get_template_part('daste'); ?> 
			<?php wc_get_template_part('zsl'); ?> 
		</section> 
	</div> 
	<?php get_template_part('mobile/footer-mobile'); ?> 
	<?php } ?> 
<?php }else{ ?> 
	<?php wc_get_template_part('nolic'); ?> 
<?php } ?>

Did this file decode correctly?

Original Code

<?php if(site_url()=='http://www.chapinoo.com'){ ?>
	<?php if(!wp_is_mobile()){ ?>
	<?php get_header(); ?>
	<div class="vasat clear">
		<section id="main" class="col-md-9 col-sm-12 col-xs-12">
			<?php wc_get_template_part('slide'); ?>
			<?php if(!is_plugin_inactive('wp-countdown-slider/wp-countdown-slider.php')){ ?>
			<?php echo do_shortcode('[vijesl]'); ?>
			<?php } ?>
			<?php wc_get_template_part('daste'); ?>
			<?php wc_get_template_part('zsl'); ?>
		</section>
		<section id="sidebar" class="col-md-3 col-sm-12 col-xs-12">
			<?php get_sidebar(); ?>
		</section>
	</div>
	<?php get_footer(); ?>
	<?php }else{ ?>
	<?php get_template_part('mobile/header-mobile'); ?>
	<?php wc_get_template_part('slide'); ?>
	<div class="vasat clear">
		<section id="main" class="col-md-12 col-sm-12 col-xs-12">
			<?php if(!is_plugin_inactive('wp-countdown-slider/wp-countdown-slider.php')){ ?>
			<?php echo do_shortcode('[vijesl]'); ?>
			<?php } ?>
			<?php wc_get_template_part('daste'); ?>
			<?php wc_get_template_part('zsl'); ?>
		</section>
	</div>
	<?php get_template_part('mobile/footer-mobile'); ?>
	<?php } ?>
<?php }else{ ?>
	<?php wc_get_template_part('nolic'); ?>
<?php } ?>

Function Calls

site_url 1

Variables

None

Stats

MD5 54c36bbc40c8e635f7f0e4ecc057927b
Eval Count 0
Decode Time 86 ms