Off topic chat. Basically anything that doesn't concern halo or halo modding can go here.
			
		
		
			
				
								Tural 							 
									Posts:  15628 Joined:  Thu Jun 16, 2005 3:44 pmLocation:  Lincoln, NE
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Tural  Sat Jan 26, 2008 3:19 pm 
			
			
			
			
			Not if I sort by Gamertag. =x
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
								HPDarkness 							 
									Posts:  1925 Joined:  Tue Mar 22, 2005 6:57 pmLocation:  Boston
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by HPDarkness  Sat Jan 26, 2008 3:26 pm 
			
			
			
			
			Tural you always pick the best Futurama scenes for your sigs. It makes me happy 
 But you need one with the Clamps. :]
 
		 
				
		
		 
	 
				
		
		
			
				
								Rockymods 							 
									Posts:  721 Joined:  Sun Apr 08, 2007 10:33 am
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Rockymods  Sat Jan 26, 2008 4:28 pm 
			
			
			
			
			Aah I just noticed that Turals sig changes every time!  ...Now I want a link to randomly generate my sigs heh
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
								Tural 							 
									Posts:  15628 Joined:  Thu Jun 16, 2005 3:44 pmLocation:  Lincoln, NE
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Tural  Sat Jan 26, 2008 4:31 pm 
			
			
			
			
			Code: Select all 
<?php
/**
 * @author Tural
 * @copyright 2008
 * @description Sig Rotator
 */
//Prevent caching, so it is unique on each view.
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Expires: Thu, 19 Nov 1981 08:52:00 GMT");
header("Pragma: no-cache");
//Send PNG header.
header("Content-Type: image/png");
//Directory of image files (. being current directory).
$dir = ".";
//Set random seed
srand((double)microtime()*1000000);
//Reset image count
$i = 0;
//Open directory
$handle = opendir($dir);
//Loop through and read file names
while(($img = readdir($handle)))
{
	//Ignore directories, PHP files, and error image
	if($img != ".." && $img != "." && substr($img, strlen($img) - 3, 3) != "php")
	{
		//Load the image filename into array
		$image[$i] = $img;
		//Increment image count
		$i++;
	}
}
//Close directory
closedir($handle);
//Get random number in the array of images
$n = rand(0, (count($image) - 1));
?> 
		 
				
		
		 
	 
				
		
		
			
				
								JunkfoodMan 							 
									Posts:  1061 Joined:  Fri Jan 27, 2006 10:18 amLocation:  London, Englandia 
		
						
					
						 
													
							
						
									
						Post 
					 
								by JunkfoodMan  Sat Jan 26, 2008 4:53 pm 
			
			
			
			
			I'm learning how to map for Source, and it's actually surprisingly easy. That is, as opposed to my beliefs.
			
			
									
									
wat
 
		 
				
		
		 
	 
				
		
		
			
				
								CabooseJr 							 
									Posts:  4592 Joined:  Wed May 11, 2005 8:09 amLocation:  Valve knows a lot about my cookies.
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by CabooseJr  Sat Jan 26, 2008 4:58 pm 
			
			
			
			
			JunkfoodMan wrote: I'm learning how to map for Source, and it's actually surprisingly easy. That is, as opposed to my beliefs.
Welcome to the darkside, you will get your free cookies in the mail in less than 5 business days.
 
		 
				
		
		 
	 
				
		
		
			
				
								Tural 							 
									Posts:  15628 Joined:  Thu Jun 16, 2005 3:44 pmLocation:  Lincoln, NE
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Tural  Sat Jan 26, 2008 5:01 pm 
			
			
			
			
			Obama's up 25% in SC as of right now.
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
								0m3g4Muff1n987 							 
									Posts:  1421 Joined:  Thu Nov 23, 2006 8:17 amLocation:  Earth, unlike some people I know
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by 0m3g4Muff1n987  Sat Jan 26, 2008 5:03 pm 
			
			
			
			
			Lol Tural, the second I read your post I heard my dad in the next room (on his computer) say "hm. Obama landslide".
			
			
									
									
Click to join the best GPT site ever-I recently got a check for $30 in the mail, I've got one for $100 coming, and I only have two inactive referrals. Sign up and I'll send you a helpful email ASAP.
 
		 
				
		
		 
	 
				
		
		
			
				
								Tural 							 
									Posts:  15628 Joined:  Thu Jun 16, 2005 3:44 pmLocation:  Lincoln, NE
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Tural  Sat Jan 26, 2008 5:07 pm 
			
			
			
			
			Indeed. He completely destroyed it.
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
								Trulife8342 							 
									Posts:  2403 Joined:  Sat Sep 03, 2005 7:04 amLocation:  Miami, FL -- Name: Mauro Garcia
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Trulife8342  Sat Jan 26, 2008 9:10 pm 
			
			
			
			
			its my birthday today!
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
								StalkingGrunt911 							 
									Posts:  3618 Joined:  Wed May 24, 2006 12:30 pmLocation:  Florida!
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by StalkingGrunt911  Sat Jan 26, 2008 9:16 pm 
			
			
			
			
			Trulife8342 wrote: its my birthday today!
And your Xbox gets the RoD too. Well I know what your probably going to get for your birthday. ;X Happy Birthday Tru.
 
		 
				
		
		 
	 
				
		
		
			
				
								TomClancey 							 
									Posts:  2565 Joined:  Sat Jan 28, 2006 6:49 amLocation:  Ohio
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by TomClancey  Sat Jan 26, 2008 9:17 pm 
			
			
			
			
			Happy Birthday. How old are you? 19? 
 
		 
				
		
		 
	 
				
		
		
			
				
								Tural 							 
									Posts:  15628 Joined:  Thu Jun 16, 2005 3:44 pmLocation:  Lincoln, NE
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Tural  Sat Jan 26, 2008 9:38 pm 
			
			
			
			
			He's like 17.
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Kirk 							 
									Posts:  6031 Joined:  Wed Jan 21, 2004 10:54 pmLocation:  Alaska 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Kirk  Sat Jan 26, 2008 9:40 pm 
			
			
			
			
			Thought he was one of the older people here, like 20+. I could be mistaken though.
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
								Trulife8342 							 
									Posts:  2403 Joined:  Sat Sep 03, 2005 7:04 amLocation:  Miami, FL -- Name: Mauro Garcia
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Trulife8342  Sat Jan 26, 2008 9:45 pm 
			
			
			
			
			guys wtf im 58...
I can feel the love, im older than tural but younger than pokecancer 
					Last edited by 
Trulife8342  on Sat Jan 26, 2008 9:47 pm, edited 1 time in total.
									
 
		 
				
		
		 
	 
				
		
		
			
				
								kibito87 							 
									Posts:  3461 Joined:  Mon Feb 21, 2005 7:49 pmLocation:  Ohio
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by kibito87  Sat Jan 26, 2008 9:45 pm 
			
			
			
			
			Got a piece o candy from dark.
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
								DarkShallFall 							 
									Posts:  1992 Joined:  Fri Jan 20, 2006 2:49 pmLocation:  MI, USA
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by DarkShallFall  Sat Jan 26, 2008 9:55 pm 
			
			
			
			
			Funny thing is that he reached into my pocket to get it. Thats why im happy  
Iron_Forge wrote: I assume I won?..I should get an emblem...
 
		 
				
		
		 
	 
				
		
		
			
				
								StalkingGrunt911 							 
									Posts:  3618 Joined:  Wed May 24, 2006 12:30 pmLocation:  Florida!
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by StalkingGrunt911  Sat Jan 26, 2008 9:59 pm 
			
			
			
			
			DarkShallFall wrote: Funny thing is that he reached into my pocket to get it. Thats why im happy  
Did he perhaps grab anything else besides the candy while reaching into your pocket to make you happy. o_O 
JK ;P  
		 
				
		
		 
	 
				
		
		
			
				
								Pyroman 							 
									Posts:  2451 Joined:  Thu Jan 13, 2005 5:18 pmLocation:  Bakersfield, CA
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Pyroman  Sat Jan 26, 2008 11:10 pm 
			
			
			
			
			Just got back from bowling and I did...surprisingly good...
			
			
									
									Listen to Protest the Hero.  
		 
				
		
		 
	 
				
		
		
			
				
								gh0570fchurch 							 
									Posts:  3374 Joined:  Sat Oct 01, 2005 11:04 amLocation:  San Diego Area, CA
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by gh0570fchurch  Sat Jan 26, 2008 11:36 pm 
			
			
			
			
			kibito87 wrote: Got a piece o candy from dark.
Wait, from Ohio, you managed to steal chocolate from him, in Michigan?  My head hurts.
Dr.Cox wrote: gh0570fchurch has a mexi-stash. =D