View Single Post
Old
  (#68)
Simo Häyhä is Offline
Colonel
 
Simo Häyhä's Avatar
 
Posts: 8,177
Join Date: Dec 2002
Location: Ontario, New York
  Send a message via AIM to Simo Häyhä  
Default 06-23-2003, 11:54 PM

[code:4daa1]
-->
</style>
<script language="JavaScript">
<!--
pwd = prompt("Please enter the password for level 3:","");
if (pwd==PASSWORD){
alert("Allright!\nEntering Level 4 ...");
location.href = CORRECTSITE;
}
else {
alert("WRONG!\nBack to disneyland !!!");
location.href = WRONGSITE;
}[/code:4daa1]
i see 3 variables and 1 non variable. the non variable is the address to the passwords you need..after you figure this out you must manipulate your browser address to direct you to the hiddem password cache


www.92bengals.com
It's like aa.com with more gay jokes.
  
Reply With Quote