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

Signing you up...

Thank you for signing up!

PHP Decode

<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta name="robots..

Decoded Output download

<?   
<html> 
<head> 
<meta http-equiv="Content-Language" content="en-us"> 
<meta name="robots" content="noindex,nofollow"> 
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 
<title>Level 10</title> 
</head> 
<body> 
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="550"> 
<tr> 
<td width="100%" height="1" valign="top"> 
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2"> 
<tr> 
<td width="27%"> 
<img border="0" src="images/logo.gif" width="300" height="145"></td> 
<td width="73%" valign="top"> 
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3"> 
<tr> 
<td width="100%"><b><i><font size="2" face="Arial">WORLDWIDE HACKING  
IN PROGRESS...</font></i></b></td> 
</tr> 
<tr> 
<td width="100%"><font size="2" face="Tahoma"><i>S</i>treet Korner is your  
own online <i>hack</i>er simulation. W<i>it</i>h over 100 levels that require  
different skills to get to another step of the game, this new  
real-life immitation will <i>h</i>elp you advance your security knowledge.  
This site will help you improve your JavaScript, PHP, HTML and  
graphic thinking in <i>a</i> fun way that will entertain any visitor! Have  
a spare minute? Log on! Each level wil<i>l</i> provide you with a new,  
harder clue to find a way to get to another level. Only <i>f</i>ew people  
have gotten to the end of the maze... Will you crack this  
site?</font></td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
</td> 
</tr> 
<tr> 
<td width="100%" height="267" valign="top"><b><font size="7" face="Arial">Level  
10</font></b><p>&nbsp;</p> 
<p align="center"> 
 
<!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> 
<title>Authorization Required</title> 
<style type="text/css"> 
<!-- 
.error {color:#A80000} 
body {font:90% Verdana, Arial, sans-serif;color:#404040} 
#wrapper {width:800px;margin:0 auto;border:1px solid #606060} 
#main {text-align:center;padding:15px} 
#header {font:bold 130% Verdana, Arial, sans-serif;color:#000000;width:100%;height:5em;text-align:center;background:#BDC8D3;line-height:5em} 
#mid {margin:5em 0 5em 0} 
#footer {font-size:75%;text-align:center;width:100%} 
input {border:1px solid #606060; background: #DDDDDD} 
--> 
</style> 
</head> 
<body> 
<div id="wrapper"> 
	<div id="header">Authorization Required</div> 
<div id="main"> 
	<div id="mid"> 
		<p>Please enter the password below.</p> 
		<p>You will need to enable cookies for the Hacker Test Admin Panel to work as expected.</p> 
		 
		<form action="" method="POST"> 
			Password:&nbsp;<input type="password" name="password" size="20">&nbsp; 
			<input type="submit" value="Login"> 
			<input type="hidden" name="sub" value="sub"> 
		</form> 
		<div class=error>If you are looking in the script, you are too far, go back.</div> 
	</div> 
</div> 
</div> 
<div id="footer">Secured by <a href="http://www.hackertest.net">Copyright (c) 2005 HackerTest.net</a> Copyright &copy; 2005.</div> 
</body> 
</html> 
 ?>

Did this file decode correctly?

Original Code


<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Level 10</title>
</head>
<body>
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="550">
<tr>
<td width="100%" height="1" valign="top">
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">
<tr>
<td width="27%">
<img border="0" src="images/logo.gif" width="300" height="145"></td>
<td width="73%" valign="top">
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">
<tr>
<td width="100%"><b><i><font size="2" face="Arial">WORLDWIDE HACKING 
IN PROGRESS...</font></i></b></td>
</tr>
<tr>
<td width="100%"><font size="2" face="Tahoma"><i>S</i>treet Korner is your 
own online <i>hack</i>er simulation. W<i>it</i>h over 100 levels that require 
different skills to get to another step of the game, this new 
real-life immitation will <i>h</i>elp you advance your security knowledge. 
This site will help you improve your JavaScript, PHP, HTML and 
graphic thinking in <i>a</i> fun way that will entertain any visitor! Have 
a spare minute? Log on! Each level wil<i>l</i> provide you with a new, 
harder clue to find a way to get to another level. Only <i>f</i>ew people 
have gotten to the end of the maze... Will you crack this 
site?</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" height="267" valign="top"><b><font size="7" face="Arial">Level 
10</font></b><p>&nbsp;</p>
<p align="center">

<!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>
<title>Authorization Required</title>
<style type="text/css">
<!--
.error {color:#A80000}
body {font:90% Verdana, Arial, sans-serif;color:#404040}
#wrapper {width:800px;margin:0 auto;border:1px solid #606060}
#main {text-align:center;padding:15px}
#header {font:bold 130% Verdana, Arial, sans-serif;color:#000000;width:100%;height:5em;text-align:center;background:#BDC8D3;line-height:5em}
#mid {margin:5em 0 5em 0}
#footer {font-size:75%;text-align:center;width:100%}
input {border:1px solid #606060; background: #DDDDDD}
-->
</style>
</head>
<body>
<div id="wrapper">
	<div id="header">Authorization Required</div>
<div id="main">
	<div id="mid">
		<p>Please enter the password below.</p>
		<p>You will need to enable cookies for the Hacker Test Admin Panel to work as expected.</p>
		
		<form action="" method="POST">
			Password:&nbsp;<input type="password" name="password" size="20">&nbsp;
			<input type="submit" value="Login">
			<input type="hidden" name="sub" value="sub">
		</form>
		<div class=error>If you are looking in the script, you are too far, go back.</div>
	</div>
</div>
</div>
<div id="footer">Secured by <a href="http://www.hackertest.net">Copyright (c) 2005 HackerTest.net</a> Copyright &copy; 2005.</div>
</body>
</html>

Function Calls

None

Variables

None

Stats

MD5 d581037ede263d1a7368dd2bdfe764d6
Eval Count 0
Decode Time 70 ms