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 echo "\x3c\150\164\155\x6c\76\xd\xa\x3c\x68\145\x61\x64\x3e\74\164\x69\164\154\14..

Decoded Output download

<?php 
 
echo "<html>\xd\xa<head><title>404 Not Found</title></head>\xd\xa<body>\xd\xa<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>\xd\xa</body>\xd\xa</html>
\xa<!-- a padding to disable MSIE and Chrome friendly error page -->\xd\xa<!-- a padding to disable MSIE and Chrome friendly error page -->
\xa<!-- a padding to disable MSIE and Chrome friendly error page -->
\xa<!-- a padding to disable MSIE and Chrome friendly error page -->\xd\xa<!-- a padding to disable MSIE and Chrome friendly error page -->
\xa<!-- a padding to disable MSIE and Chrome friendly error page -->\xd\xa"; 
http_response_code(404); 
exit; ?>

Did this file decode correctly?

Original Code

<?php

echo "\x3c\150\164\155\x6c\76\xd\xa\x3c\x68\145\x61\x64\x3e\74\164\x69\164\154\145\76\64\60\64\x20\x4e\x6f\164\x20\106\157\165\156\144\x3c\57\x74\x69\x74\x6c\x65\76\74\x2f\150\x65\141\x64\x3e\xd\xa\74\x62\x6f\x64\x79\76\xd\xa\x3c\143\x65\156\x74\145\162\76\74\150\61\x3e\64\x30\x34\x20\x4e\157\x74\40\x46\x6f\165\x6e\x64\74\x2f\150\x31\76\x3c\57\143\x65\x6e\164\145\162\x3e\15\12\74\x68\x72\x3e\x3c\143\145\x6e\x74\145\x72\x3e\x6e\147\x69\x6e\x78\74\57\143\145\x6e\164\145\x72\x3e\xd\xa\x3c\57\x62\157\x64\171\76\xd\xa\74\x2f\x68\x74\155\x6c\76\15\xa\x3c\x21\x2d\x2d\x20\x61\40\x70\x61\x64\144\x69\x6e\147\x20\x74\157\40\144\151\x73\141\x62\154\145\40\x4d\123\x49\x45\40\x61\156\x64\x20\x43\150\x72\x6f\155\145\40\146\x72\x69\x65\x6e\x64\154\171\x20\x65\162\x72\x6f\x72\x20\160\141\147\x65\x20\55\55\x3e\xd\xa\74\x21\55\55\40\141\40\160\141\x64\x64\x69\156\147\x20\164\157\x20\144\x69\x73\x61\142\x6c\x65\40\115\123\111\x45\x20\141\156\144\x20\103\150\162\x6f\x6d\x65\x20\x66\162\x69\x65\156\144\154\171\x20\145\x72\x72\157\162\40\x70\x61\147\x65\40\x2d\55\x3e\15\xa\x3c\x21\x2d\55\40\x61\40\160\141\x64\x64\x69\156\147\x20\164\157\40\x64\x69\x73\141\142\x6c\x65\40\115\x53\111\105\x20\x61\156\x64\x20\103\150\x72\x6f\x6d\x65\x20\x66\162\151\x65\x6e\144\154\171\40\145\162\x72\x6f\x72\40\160\141\x67\x65\40\x2d\x2d\76\15\xa\74\41\55\55\40\141\40\160\141\144\x64\x69\156\x67\40\x74\x6f\x20\144\x69\163\x61\x62\x6c\x65\40\x4d\123\111\105\x20\x61\156\x64\40\x43\150\x72\x6f\155\x65\40\x66\x72\151\x65\156\144\x6c\x79\x20\145\x72\x72\157\162\x20\160\x61\147\x65\40\55\55\x3e\xd\xa\x3c\x21\x2d\x2d\x20\x61\x20\x70\x61\144\144\151\x6e\147\40\164\157\x20\144\x69\163\x61\142\x6c\x65\40\115\x53\x49\x45\40\x61\156\x64\40\x43\150\162\x6f\x6d\x65\x20\x66\162\x69\145\156\x64\x6c\x79\40\145\162\162\157\162\x20\160\141\147\145\40\55\55\76\15\xa\74\x21\x2d\x2d\40\141\40\160\x61\x64\144\151\156\147\x20\x74\x6f\40\x64\x69\163\141\x62\x6c\145\40\115\123\x49\105\x20\x61\156\x64\40\x43\x68\x72\157\x6d\x65\40\x66\162\151\145\x6e\x64\x6c\171\x20\145\162\x72\157\162\40\160\x61\147\x65\40\x2d\55\x3e\xd\xa";
http_response_code(404);
exit;

Function Calls

None

Variables

None

Stats

MD5 a6c930448cb2020115f0db9a36ee5863
Eval Count 0
Decode Time 41 ms