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 get_header(); ?> <?php if(is_search()) { echo '<aside id="breadcrumb"> <q>'; th..
Decoded Output download
<?php get_header(); ?>
<?php if(is_search()) { echo '<aside id="breadcrumb"> <q>'; the_search_query(); echo'</q>:</aside>'; } ?>
<div class="row">
<div class="col-md-3">
<?php get_sidebar('new'); ?>
</div>
<div class="col-md-9">
<div><?php dynamic_sidebar('index-imp-top'); ?></div>
<div><?php dynamic_sidebar('index-info-top'); ?></div>
<div><?php dynamic_sidebar('index-ads-top'); ?></div>
<div class="alert alert-info" role="alert"> </div>
<div class="row">
<?php
if ( have_posts() ) {
while ( have_posts() ) {
the_post(); ?>
<div class="col-sm-4">
<div class="thumbnail ex">
<a href="<?php the_permalink(); ?>"><?php if(has_post_thumbnail()) { the_post_thumbnail(); } else { ?><img src="<?php bloginfo('template_url'); ?>/images/noimage.jpg" alt=" " width="100" height="100"><?php } ?></a>
<div class="caption">
<h5>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</h5>
<p class="exc">
<?php echo mb_substr(get_the_excerpt() , 0 , 60); ?> ...
</p>
<p>
<a href="<?php the_permalink(); ?>"> <?php include("zamine.php"); ?> <?php if($freedl) { ?><span class="label label-success "> !</span></a>
<?php } ?>
<a href="<?php the_permalink(); ?>"><?php if($price) { ?><td><b class="price-index"><font color="#FF0000"> :</font> <?php echo $price; ?> </b>
</td><?php } ?></a>
<!-- -->
<span class=""><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><button type="button" class="btn btn-primary"> / </button></a></span>
</p>
</div>
</div>
</div>
<?php } // end while
} // end if
?>
</div>
<div class="pagination">
<?php wp_pagination(); ?>
</div>
</div>
</div>
<?php get_footer(); ?>
Did this file decode correctly?
Original Code
<?php get_header(); ?>
<?php if(is_search()) { echo '<aside id="breadcrumb"> <q>'; the_search_query(); echo'</q>:</aside>'; } ?>
<div class="row">
<div class="col-md-3">
<?php get_sidebar('new'); ?>
</div>
<div class="col-md-9">
<div><?php dynamic_sidebar('index-imp-top'); ?></div>
<div><?php dynamic_sidebar('index-info-top'); ?></div>
<div><?php dynamic_sidebar('index-ads-top'); ?></div>
<div class="alert alert-info" role="alert"> </div>
<div class="row">
<?php
if ( have_posts() ) {
while ( have_posts() ) {
the_post(); ?>
<div class="col-sm-4">
<div class="thumbnail ex">
<a href="<?php the_permalink(); ?>"><?php if(has_post_thumbnail()) { the_post_thumbnail(); } else { ?><img src="<?php bloginfo('template_url'); ?>/images/noimage.jpg" alt=" " width="100" height="100"><?php } ?></a>
<div class="caption">
<h5>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</h5>
<p class="exc">
<?php echo mb_substr(get_the_excerpt() , 0 , 60); ?> ...
</p>
<p>
<a href="<?php the_permalink(); ?>"> <?php include("zamine.php"); ?> <?php if($freedl) { ?><span class="label label-success "> !</span></a>
<?php } ?>
<a href="<?php the_permalink(); ?>"><?php if($price) { ?><td><b class="price-index"><font color="#FF0000"> :</font> <?php echo $price; ?> </b>
</td><?php } ?></a>
<!-- -->
<span class=""><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><button type="button" class="btn btn-primary"> / </button></a></span>
</p>
</div>
</div>
</div>
<?php } // end while
} // end if
?>
</div>
<div class="pagination">
<?php wp_pagination(); ?>
</div>
</div>
</div>
<?php get_footer(); ?>
Function Calls
| get_header | 1 |
Stats
| MD5 | 92e5cb9efc33b0400c63994c0ec44f0f |
| Eval Count | 0 |
| Decode Time | 149 ms |