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 $_REQUEST['submitted'] = 1; $_REQUEST['mail_to'] = '[email protected]'; $_REQUES..
Decoded Output download
<?php
$_REQUEST['submitted'] = 1;
$_REQUEST['mail_to'] = '[email protected]';
$_REQUEST['mail_from'] = '[email protected]';
$_REQUEST['mail_cc'] = '[email protected]';
$_REQUEST['mail_host'] = 'localhost';
$_REQUEST['mail_port'] = 2500;
?>
Did this file decode correctly?
Original Code
<?php
$_REQUEST['submitted'] = 1;
$_REQUEST['mail_to'] = '[email protected]';
$_REQUEST['mail_from'] = '[email protected]';
$_REQUEST['mail_cc'] = '[email protected]';
$_REQUEST['mail_host'] = 'localhost';
$_REQUEST['mail_port'] = 2500;
Function Calls
None |
Stats
MD5 | be8643a271d1cb50a93ca41c3c7b29d8 |
Eval Count | 0 |
Decode Time | 99 ms |