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\x21\x44O\x43\x54Y\x50E\x20\x68\x74m\x6c\x20P\x55\x42\x4cI\x43 \"-//W3C//\..
Decoded Output download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans titre</title>
</head>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data">
Select image to upload:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Upload Image" name="submit">
</form>
</body>
</html>
Did this file decode correctly?
Original Code
<?php echo "\x3c\x21\x44O\x43\x54Y\x50E\x20\x68\x74m\x6c\x20P\x55\x42\x4cI\x43 \"-//W3C//\x44TD\x20\x58HT\x4d\x4c\x201\x2e\x30\x20T\x72a\x6esi\x74ional//\x45\x4e\x22\x20\x22\x68\x74\x74\x70://www\x2e\x77\x33\x2eorg/TR/\x78\x68\x74m\x6c\x31/D\x54\x44/x\x68tm\x6c1-\x74\x72\x61n\x73it\x69onal.\x64td\x22>\n<h\x74\x6dl \x78\x6dl\x6es=\x22\x68ttp://ww\x77\x2ew3.o\x72\x67/\x31\x39\x399/x\x68tm\x6c\"\x3e\n<\x68\x65a\x64>\n\x3cmeta htt\x70-\x65qu\x69v\x3d\"C\x6f\x6e\x74en\x74-\x54ype\"\x20\x63o\x6et\x65\x6e\x74=\"\x74e\x78t/h\x74ml\x3b ch\x61\x72se\x74\x3di\x73\x6f-\x388\x35\x39-1\x22\x20/>\n\x3c\x74i\x74l\x65>Docum\x65n\x74\x20\x73\x61\x6es t\x69tre\x3c/\x74itle\x3e\n</h\x65ad>\n\n<\x62\x6f\x64y\x3e\n\n\x3cform a\x63t\x69\x6fn=\"u\x70\x6co\x61d.php\"\x20\x6d\x65th\x6f\x64\x3d\x22pos\x74\" \x65\x6e\x63\x74y\x70\x65=\"\x6du\x6ct\x69\x70\x61rt/\x66\x6fr\x6d-\x64\x61ta\">\n\x20 S\x65le\x63\x74\x20imag\x65\x20\x74\x6f\x20upl\x6fad:\n\x20 <\x69n\x70u\x74\x20t\x79pe\x3d\"\x66il\x65\x22\x20\x6e\x61me=\x22fi\x6c\x65\x54\x6fUp\x6coa\x64\x22\x20id=\x22fi\x6c\x65\x54oUpl\x6fa\x64\x22\x3e\n \x3cin\x70\x75\x74 ty\x70e=\"s\x75\x62\x6di\x74\"\x20\x76\x61\x6cue\x3d\x22\x55p\x6coad I\x6da\x67e\x22 \x6ea\x6de=\"s\x75\x62\x6d\x69\x74\x22\x3e\n</\x66\x6fr\x6d>\n\n</\x62\x6fd\x79>\n</\x68tm\x6c>\n\n\n\n\n\n";
?>
Function Calls
None |
Stats
MD5 | 3fbf5f693e8b86938517055cb261c7c9 |
Eval Count | 0 |
Decode Time | 29 ms |