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 /* please do not edit anything here */ include("footer_content.php"); echo '<d..

Decoded Output download

<?php  
/* please do not edit anything here */ 
include("footer_content.php"); 
 
echo '<div id="footcopy" style="background-image:url('.get_bloginfo('template_directory').'/images/footer_copy.gif);height:28px;display:block;color:#888888;text-align:center;padding-top:15px;"> 
 
<div class="onethousand_wrap"> 
 
<a href="">Zionn</a> designed by <a title="ZENVERSE Premium Themes" href="">ZENVERSE</a>  |  In conjunction with <a href="">Reseller Hosting</a> from the #1 <a href="">Web Hosting Provider</a> - HostNexus. 
 
</div> 
  
</div>'; 
 
$zenverse_global_google_analytics = get_option('zenverse_global_google_analytics'); 
if ($zenverse_global_google_analytics != '')  
 
wp_footer(); 
 
echo '</body></html>'; 
 
?>

Did this file decode correctly?

Original Code

<?php 
/* please do not edit anything here */
include("footer_content.php");

echo '<div id="footcopy" style="background-image:url('.get_bloginfo('template_directory').'/images/footer_copy.gif);height:28px;display:block;color:#888888;text-align:center;padding-top:15px;">

<div class="onethousand_wrap">

<a href="">Zionn</a> designed by <a title="ZENVERSE Premium Themes" href="">ZENVERSE</a>  |  In conjunction with <a href="">Reseller Hosting</a> from the #1 <a href="">Web Hosting Provider</a> - HostNexus.

</div>
 
</div>';

$zenverse_global_google_analytics = get_option('zenverse_global_google_analytics');
if ($zenverse_global_google_analytics != '') 

wp_footer();

echo '</body></html>';

?>

Function Calls

None

Variables

None

Stats

MD5 06a1ff96a5909adc624de2011ca59eba
Eval Count 0
Decode Time 78 ms