Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
226 lines (179 sloc)
7.6 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <title>Welcome to the National Association of Fruits, Flavors & Syrups Home Page</title> | |
| </head> | |
| <body bgcolor="#FFFFFF" text="#000000" link="#000080" vlink="#800080" alink="#0000FF"> | |
| <!--// Made with MICROSOFT FRONTPAGE(tm) 0.4(EXPERIMENTAL) loadable kernel module for DebHat | |
| --> | |
| <style> | |
| a.linkfix { text-decoration: none; color: #0000ff; } | |
| a.linkfix:hover { text-decoration: underline; color: #0000ff; } | |
| </style> | |
| <div align="center"> | |
| <a href="http://www.casema.net/~gin/"><img src="http://www.casema.net/~gin/phreaknl.gif" | |
| width="468" height="60" alt="#phreak.nl" border="0"></a> | |
| <a href="http://www.hit2000.org/"><img | |
| src="http://www.hit2000.org/nederlands/images/hit2000_logo_groot.jpg" border="0" width="387" | |
| height="172" alt="Hit2000"></a> | |
| </div> | |
| <div id="securityBug" style="position: absolute; left: 10; top: 50; width: 250px; z-index: | |
| 666; overflow: visible"> | |
| <a href="http://nl.nedstatbasic.net/cgi-bin/viewstat?name=frcon"><img | |
| src="http://nl.nedstatbasic.net/cgi-bin/nedstat.gif?name=frcon" border=0 alt="" nosave | |
| width="1" height="1"></a> | |
| <script type="text/javascript" language="JavaScript"><!-- | |
| d=document; d.write("<img src=\"http://nl.nedstatbasic.net"); | |
| d.write("/cgi-bin/referstat.gif?"); d.write("name=frcon&refer="); | |
| d.write(escape(top.document.referrer)); | |
| d.write("\" width=1 height=1 align=\"right\">");// --> | |
| </script> | |
| <table border="0" cellpadding="1" cellspacing="0" width="250"> | |
| <tr> | |
| <td bgcolor="#000080" style="background-color: #000080"> | |
| <table border="0" cellpadding="2" cellspacing="0" width="250"> | |
| <tr> | |
| <td bgcolor="#000080"><font face="Tahoma, Arial, Helvetica" size="2" | |
| color="#ffffff" style="font-family: Tahoma, Arial, Helvetica; font-size: 8pt; color: #ffffff; | |
| font-weight: bold"><strong>Dear visitor</strong></font></td> | |
| </tr> | |
| <tr> | |
| <td align="justify" valign="top" bgcolor="#ffffcc"> | |
| <font face="Tahoma, Arial, Helvetica" size="1" style="font-family: Tahoma, | |
| Arial, Helvetica; font-size: 8pt; text-align: justify; line-height: 135%"><font | |
| color="#000000"> | |
| The hoster of this site got a free security test and guess what; <strong>they | |
| failed the test</strong>.<br> | |
| To the sysadms of the hosting site: too bad you don't live in the 70's where | |
| .rhosts files were considered safe.<br> | |
| Have fun and please fix these bugs to make the Internet a safer place for all | |
| of us (ok excluding one or two persons).<br> | |
| We'll notify you of any new developments.<br> | |
| Greets from the <a href="mailto:french_conn@hotmail.com" title="Send a email to | |
| French Freeks(french_conn@hotmail.com)" style="color: #0000ff;">French Freeks</a> uhm well be | |
| quick, it's just a temp. email address.<br> | |
| <br> | |
| Security info:<br> | |
| <a href="http://www.dutchthreat.org" title="Deface news" | |
| class="linkfix">Dutchthreat</a>, | |
| <a href="http://www.hackernews.com" title="Hacker news" | |
| class="linkfix">Hackernews</a>, | |
| <a href="http://www.securityfocus.com" title="Security news" | |
| class="linkfix">Securityfocus</a>, | |
| <a href="http://security.pine.nl" title="Security portal" | |
| class="linkfix">PINE</a>.<br> | |
| <br> | |
| DEMAND STRONG <a href="http://www.xs4all.nl/~freeswan" style="font-size: 11pt; | |
| font-weight: bold" title="USE CRYPTO!!!" class="linkfix">CRYPTO</a>!! | |
| </font></font> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <script language="JavaScript"> | |
| <!-- | |
| self.onError=null; cX = cY = 0; whichIt = null; lsX = 0; lsY = 0; | |
| NS = (document.layers) ? 1 : 0; | |
| IE = (document.all) ? 1: 0; | |
| function spliff() { | |
| if (IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; } | |
| if (NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; } | |
| if (diffY != lsY) { | |
| percent = .1 * (diffY - lsY); | |
| if (percent > 0) percent = Math.ceil(percent); | |
| else percent = Math.floor(percent); | |
| if (IE) document.all.securityBug.style.pixelTop += percent; | |
| if (NS) dsB.top += percent; | |
| lsY = lsY + percent; | |
| } | |
| if(diffX != lsX) { | |
| percent = .1 * (diffX - lsX); | |
| percent = (percent > 0) ? Math.ceil(percent) : Math.floor(percent); | |
| /* if (percent > 0) percent = Math.ceil(percent); | |
| else percent = Math.floor(percent);*/ | |
| if (IE) document.all.securityBug.style.pixelLeft += percent; | |
| if (NS) dsB.left += percent; | |
| lsX = lsX + percent; | |
| } | |
| } | |
| function seeFocus(x,y) { | |
| dsB = document.securityBug; | |
| stalkX = dsB.pageX; stalkY = dsB.pageY; stalkW = dsB.clip.width; stalkH = dsB.clip.height; | |
| if ((x > stalkX && x < (stalkX+stalkW)) && (y > stalkY && y < (stalkY+stalkH))) return | |
| true; | |
| else return false; } | |
| function grabLY(e) { | |
| if(IE) { | |
| whichIt = event.srcElement; | |
| while (whichIt.id.indexOf("securityBug") == -1) { | |
| whichIt = whichIt.parentElement; | |
| if (whichIt == null) { return true; } | |
| } | |
| whichIt.style.pixelLeft = whichIt.offsetLeft; | |
| whichIt.style.pixelTop = whichIt.offsetTop; | |
| cX = (event.clientX + document.body.scrollLeft); | |
| cY = (event.clientY + document.body.scrollTop); | |
| } else { | |
| window.captureEvents(Event.MOUSEMOVE); | |
| if (seeFocus(e.pageX,e.pageY)) { | |
| whichIt = dsB; StalkTouchX = e.pageX-dsB.pageX; StalkTouchY = e.pageY-dsB.pageY; | |
| } | |
| } | |
| return true; | |
| } | |
| function moves(e) { | |
| if (whichIt == null) { return false; } | |
| if(IE) { | |
| newX = (event.clientX + document.body.scrollLeft); newY = (event.clientY + | |
| document.body.scrollTop); | |
| distanceX = (newX - cX); distanceY = (newY - cY); | |
| cX = newX; cY = newY; | |
| whichIt.style.pixelLeft += distanceX; | |
| whichIt.style.pixelTop += distanceY; | |
| if (whichIt.style.pixelTop < document.body.scrollTop) whichIt.style.pixelTop = | |
| document.body.scrollTop; | |
| if (whichIt.style.pixelLeft < document.body.scrollLeft) | |
| whichIt.style.pixelLeft = document.body.scrollLeft; | |
| if (whichIt.style.pixelLeft > document.body.offsetWidth - document.body.scrollLeft - | |
| whichIt.style.pixelWidth - 20) whichIt.style.pixelLeft = document.body.offsetWidth - | |
| whichIt.style.pixelWidth - 20; | |
| if (whichIt.style.pixelTop > document.body.offsetHeight + document.body.scrollTop - | |
| whichIt.style.pixelHeight - 5) whichIt.style.pixelTop = document.body.offsetHeight + | |
| document.body.scrollTop - whichIt.style.pixelHeight - 5; | |
| event.returnValue = false; | |
| } else { | |
| whichIt.moveTo(e.pageX-StalkTouchX,e.pageY-StalkTouchY); | |
| if (whichIt.left < 0+self.pageXOffset) whichIt.left = 0+self.pageXOffset; | |
| if (whichIt.top < 0+self.pageYOffset) whichIt.top = 0+self.pageYOffset; | |
| if ((whichIt.left + whichIt.clip.width) >= (window.innerWidth+self.pageXOffset-17)) | |
| whichIt.left = ((window.innerWidth+self.pageXOffset)-whichIt.clip.width)-17; | |
| if ((whichIt.top + whichIt.clip.height) >= (window.innerHeight+self.pageYOffset-17)) | |
| whichIt.top = ((window.innerHeight+self.pageYOffset)-whichIt.clip.height)-17; | |
| return false; | |
| } | |
| return false; | |
| } | |
| function dropIt() { | |
| whichIt = null; | |
| if (NS) window.releaseEvents (Event.MOUSEMOVE); | |
| return true; | |
| } | |
| if(NS) { | |
| window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN); | |
| window.onmousedown = grabLY; | |
| window.onmousemove = moves; | |
| window.onmouseup = dropIt; | |
| } | |
| if(IE) { | |
| document.onmousedown = grabLY; | |
| document.onmousemove = moves; | |
| document.onmouseup = dropIt; | |
| } | |
| if (NS || IE) action = window.setInterval("spliff()",1); | |
| //--> | |
| </script> | |
| </body> | |
| </html> |