Quote:
Originally posted by ClubDiggler@26 February 2003 - 05:23
You must all be geniouses because I am cluless as to how to get any passwords.
Put me out of my missery and tell me password 1 and how should I have known it
in 5 seconds like most of you. Pllllllllleeeeeeeeeeeaaaaaaaaaassssssssseeeeeee!!! :o
look at the sourcecode of the webpage. there you can read the pass and the url.
Quote:
<script language="JavaScript">
<!--
function Try(passwd){
if (passwd =="h4x0r"){
alert("Alright! On to level 2 ...");
location.href = "level2-fozumi.html";
}
else {
alert("The password is incorrect. Please don't try again.");
location.href = "http://www.disney.com";
};
}
//-->
</script>