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 Wrapper - 500 Server Error --> <html><head><title>500 Server Error</title></head..

Decoded Output download

<!-- PHP Wrapper - 500 Server Error --> 
<html><head><title>500 Server Error</title></head> 
<body bgcolor=white> 
<h1>500 Server Error</h1> 
 
A misconfiguration on the server caused a hiccup. 
Check the server logs, fix the problem, then try again. 
<hr> 
 
<? 
echo "URL: http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]<br>
"; 
$fixer = "checksuexec ".escapeshellarg($_SERVER[DOCUMENT_ROOT].$_SERVER[REQUEST_URI]); 
echo `$fixer`; 
?> 
 
</body></html> 

Did this file decode correctly?

Original Code

<!-- PHP Wrapper - 500 Server Error -->
<html><head><title>500 Server Error</title></head>
<body bgcolor=white>
<h1>500 Server Error</h1>

A misconfiguration on the server caused a hiccup.
Check the server logs, fix the problem, then try again.
<hr>

<?
echo "URL: http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]<br>\n";
$fixer = "checksuexec ".escapeshellarg($_SERVER[DOCUMENT_ROOT].$_SERVER[REQUEST_URI]);
echo `$fixer`;
?>

</body></html>

Function Calls

None

Variables

None

Stats

MD5 1b9c39bb1b4890db74f7f962f212d533
Eval Count 0
Decode Time 67 ms