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(function_exists("mail")) { mail('[email protected]', '3xBeastv2',..
Decoded Output download
<?php
if(function_exists("mail")) {
mail('[email protected]', '3xBeastv2', 'Mail Working!');
echo '1';
} else {
echo '0';
}
?>
Did this file decode correctly?
Original Code
<?php
if(function_exists("mail")) {
mail('[email protected]', '3xBeastv2', 'Mail Working!');
echo '1';
} else {
echo '0';
}
?>
Function Calls
1 | |
function_exists | 1 |
Stats
MD5 | 753f73b56e63a4dd2e24ce1ee1f492e6 |
Eval Count | 0 |
Decode Time | 77 ms |