| 
   
		
            
             
				
            
          
		
		
				
		
				06-24-2003, 12:35 AM
			
			
			
		 
               
 [quote="Simo Häyhä":20504]level 3 hint:look at the source code and find variables (variables are something like Document = something) anything that says something ='s something is a variable unless it has "" in it...
 
 the following is a variable
 if Document = Something Then
 
 the following is plain english that we see
 if Doucemtn = "something" Then
 
 notice the quotes?
 plug the variable into your browser and you'll get the password to level 3[/quote:20504]
 when i have the source i cant find the variable
 |