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

Signing you up...

Thank you for signing up!

PHP Decode

<? ?><div style="clear: both"></div> </div> <div id="foot"> <a href="<?php bloginfo..

Decoded Output download

<?  ?><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

<?  ?><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 ecb3ff81619554ee2b345390d9074e7a
Eval Count 0
Decode Time 45 ms