Click to See Complete Forum and Search --> : !!I need a little help..Please!!
AnacondaAndy
10-31-2003, 04:39 PM
Would anybody be able to tell me what....
" var d1, Input;
d1=window.document.linkColor; "
means? The " d1=window.document.linkColor; " part of it is really what I'm interresed in.
Thanks
-Andy
Check out http://scifi.pages.at/hackits/
Khalid Ali
10-31-2003, 04:57 PM
it may be is an object(or a javascript variable) you are referring to,however without taking a look at the rest of the code ,its pretty difficult,
AnacondaAndy
10-31-2003, 06:05 PM
Here is the rest of the code:
<html>
<head>
<meta name="robots" content="noindex,nofollow">
</head>
<body bgcolor="#000000" link="#235711">
<center><font face="veranda" color="blue"><h1>CONGRATULATIONS!</h1><br><br>Now you can sign the guestbook!</font>
<br><br><br>
<a href="http://gb.webmart.de/guestbook.cfm?bookid=506411" target="_blank" onFocus="this.blur()"><img src="fedkling.gif" border=0></a>
<br><br><br><br><br>
<font face="veranda" color="red"><b>SECURITY LEVEL 3</b></font>
<br>
<SCRIPT LANGUAGE="JavaScript">
function pw()
{
var d1, Input;
d1=window.document.linkColor;
Input=prompt ("Please enter password");
if (Input==d1)
{
window.location.href=String.fromCharCode(65,66,67)+".htm";
}
else
{
window.location.href="denied.htm";
}
}
</SCRIPT>
<p>
<a href="javascript:pw()" onFocus="this.blur()"><img src="enter.gif" border=0></a>
</p>
<IMG SRC="http://counter.digits.com/wc/-d/4/-h/zwei" ALIGN=middle WIDTH=60 HEIGHT=20 BORDER=0 HSPACE=4 VSPACE=2>
</BODY>
</html>
Thanks,
:D -Andy
agminer
10-31-2003, 08:53 PM
Looks like they are looking for
<body bgcolor="#000000" link="#235711"> 235711
to me.
Ah the importance of seeing the entire code instead of a tiny bit of it.
AnacondaAndy
10-31-2003, 09:03 PM
Nope that does not work:( But thanks alot for replying!!!!!
Any other Guesses out there????
-Andy
agminer
10-31-2003, 09:06 PM
#235711
I got stopped at level 6
AnacondaAndy
11-01-2003, 09:24 AM
Thanks Man....That's it!!!!!
-Andy :D