Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
eval(gzinflate(base64_decode(' fVHtSsQwEPx/cO+wFCE98JT7q7UVTp/ABwgx2V6D lw+SLXqI726SHuWq..
Decoded Output download
?>add_action( 'after_setup_theme', 'woocommerce_support' );
function woocommerce_support() {
add_theme_support( 'woocommerce' );
}
function wpse_edit_footer() {
add_filter( 'admin_footer_text', 'wpse_edit_text', 11 );
}
function wpse_edit_text($content) {
return 'Coders by Skype: <a href="skype:dinhcode?chat">DinhCode</a> - Email: <a href="mailto:[email protected]">[email protected]</a>';
}
add_action( 'admin_init', 'wpse_edit_footer' );<?
Did this file decode correctly?
Original Code
eval(gzinflate(base64_decode('
fVHtSsQwEPx/cO+wFCE98JT7q7UVTp/ABwgx2V6D
lw+SLXqI726SHuWqYv7t7Mzs7KZrhVJcSNLO1sBE
Txh4RBo9pwENsmtg785JZwwGiTyO3rtADDb361U/
2iKEPxj1Bj7XK0gvDyhec2thOVl9Xbr5iByVJt47
l/IsrXp9zFjKqoy2Zwon/KCSddaekd3uH//Mqa+k
s4SW5ikhrR8ssL1TGCK8nuDl7eTxDhoBQ8D+oYql
VtoOMnE6OQiq2qdUZklzK1rYwrMR+nihySW5WfR4
yMBNukLV/sayB5tiL/+n7Kyt/rHsdIV8yqb7Bg==
')));
Function Calls
| gzinflate | 1 |
| base64_decode | 1 |
Stats
| MD5 | f7a1049b18bdacf459274ace0b242311 |
| Eval Count | 1 |
| Decode Time | 83 ms |