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 ?><div style="clear: both"></div> </div> <div id="foot"> <a href="<?php bloginfo(..

Decoded Output download

<?php ?><div style="clear: both"></div> 
</div> 
<div id="foot"> 
<a href="<?php bloginfo('url'); ?>">Home</a><?php $pages = wp_list_pages('depth=1&title_li=&echo=0'); 
$pages2 = preg_split('/(<li[^>]*>)/', $pages); 
foreach ($pages2 as $var) { 
    echo str_replace('</li>', '', $var); 
} ?> <br/> 
Distributed by <a href="http://mondaydressing.com">Baju Grosiran</a><br/> 
<?php wp_footer(); ?> 
<?php $header_ads_act = get_theme_option('footer_ads_act1'); 
if (($header_ads_act == '') || ($header_ads_act == 'No')) { ?> 
Copyright &#169; <?php echo date("Y") ?> <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a><?php 
} else { ?><?php echo get_theme_option('footer_ads1'); ?><?php 
} ?> 
</div> 
</div> 
</body> 
</html><? 
 ?>

Did this file decode correctly?

Original Code

<?php ?><div style="clear: both"></div>
</div>
<div id="foot">
<a href="<?php bloginfo('url'); ?>">Home</a><?php $pages = wp_list_pages('depth=1&title_li=&echo=0');
$pages2 = preg_split('/(<li[^>]*>)/', $pages);
foreach ($pages2 as $var) {
    echo str_replace('</li>', '', $var);
} ?> <br/>
Distributed by <a href="http://mondaydressing.com">Baju Grosiran</a><br/>
<?php wp_footer(); ?>
<?php $header_ads_act = get_theme_option('footer_ads_act1');
if (($header_ads_act == '') || ($header_ads_act == 'No')) { ?>
Copyright &#169; <?php echo date("Y") ?> <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a><?php
} else { ?><?php echo get_theme_option('footer_ads1'); ?><?php
} ?>
</div>
</div>
</body>
</html><?

Function Calls

bloginfo 1

Variables

None

Stats

MD5 7296b91f5640c787bb38efc70a45b3ed
Eval Count 0
Decode Time 102 ms