/* 
 * Patch for filter_var()
 */
if(!function_exists('filter_var')){
	
	define('FILTER_VALIDATE_IP', 'ip');
	define('FILTER_FLAG_IPV4', 'ipv4');
	define('FILTER_FLAG_IPV6', 'ipv6');
	define('FILTER_VALIDATE_EMAIL', 'email');
	define('FILTER_FLAG_EMAIL_UNICODE', 'unicode');
	
	function filter_var($variable, $filter, $option = false){
		if($filter == 'ip'){
			if($option == 'ipv4'){
				if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){
					$variable = $matches[1];
					return $variable;
				}
			}
			if($option == 'ipv6'){
				if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){
					$variable = $matches[1];
					return $variable;
				}
			}
		}
		if($filter == 'email'){
			if($option == 'unicode' || $option == false){
				if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){
					$variable = $matches[1];
					return $variable;
				}
			}
		}
	}
}
	
		
		
		
		Print Page - Post your FS screenshots here!
		
	
	
		Airline Mogul Forum
		Non-Airline Mogul => General Chat => Topic started by: jameswyhk on February 04, 2008, 05:44:27 am
		
			
			- 
				Post them here!
 (http://i198.photobucket.com/albums/aa29/wahyanite001/CX17-1.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/QFS3010-1.jpg)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/NW2to.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/QF742shot.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/vrdabshot.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/aalb752shot.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/uala319shot.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/a318shot1.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/dlhb748.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/QFD83002.jpg)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/aishot2.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/aishot1.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/swissdc10.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/QF742shot2.png)
 (http://i198.photobucket.com/albums/aa29/wahyanite001/QFD8300.png)
- 
				(http://i198.photobucket.com/albums/aa29/wahyanite001/aishot1.png) 
 
 looks like the 2 747's China Airlines had a wing hit.
 
 ow and guess what one is my favorite. Hint my airline is called Virgin America in AM :lol:
- 
				http://www.stephenm.org/forum/viewtopic.php?t=4029
			
- 
				James, is yours FSX?
			
- 
				James, is yours FSX? 
 Yes
- 
				Does not look like FSX, looks like edited FS9 screenies...
			
- 
				Does not look like FSX, looks like edited FS9 screenies... 
 Really? It's FSX! Maybe it's because I edited them.
- 
				(http://i168.photobucket.com/albums/u167/delta7004/Previews/BPE-1.png)
 
 (http://i168.photobucket.com/albums/u167/delta7004/Previews/BPE-5.png)
 
 (http://i168.photobucket.com/albums/u167/delta7004/Previews/BPE-4.png)
 
 (http://i210.photobucket.com/albums/bb72/EXTspotter/BPE-1.jpg)
 
 (http://i210.photobucket.com/albums/bb72/EXTspotter/CIMG2724.jpg)
 
 Which is the odd one out?
- 
				Um, the odd one out, I think its the 737 :P
 
 
 That dog is cute  :D
- 
				He's mine. His name is Barney.
			
- 
				nice photos. How do youtake screen shots on FSX? :P
			
- 
				Get a program like FSScreen (Google it), set it up (easy), and press Print Screen to take a shot. Then upload to a site like Photobucket.
			
- 
				I have a fairly mediocre comp, but I still enjoy FS9:
 (http://i126.photobucket.com/albums/p88/zkvac/fokker10.jpg)
 
 ( I just let photobucket resize these, hence bad quality)
 (http://i126.photobucket.com/albums/p88/zkvac/fs92008-02-0313-48-33-31cropped.jpg)
 
 (http://i126.photobucket.com/albums/p88/zkvac/fs92008-02-0122-57-39-98.jpg)
 
 (http://i126.photobucket.com/albums/p88/zkvac/fs92008-02-0122-55-20-65.jpg)
 
 (http://i126.photobucket.com/albums/p88/zkvac/fs92008-02-0122-54-57-39.jpg)
- 
				Get a program like FSScreen (Google it), set it up (easy), and press Print Screen to take a shot. Then upload to a site like Photobucket. 
 
 you dont need to set up fscreen; its downloaded as a .exe so straight into using it :P
- 
				I have a fairly mediocre comp, but I still enjoy FS9:
 (http://i126.photobucket.com/albums/p88/zkvac/fokker10.jpg)
 
 ( I just let photobucket resize these, hence bad quality)
 (http://i126.photobucket.com/albums/p88/zkvac/fs92008-02-0313-48-33-31cropped.jpg)
 
 (http://i126.photobucket.com/albums/p88/zkvac/fs92008-02-0122-57-39-98.jpg)
 
 (http://i126.photobucket.com/albums/p88/zkvac/fs92008-02-0122-55-20-65.jpg)
 
 (http://i126.photobucket.com/albums/p88/zkvac/fs92008-02-0122-54-57-39.jpg)
 
 
 I see you have fun with fsrecorder :P
- 
				
 I see you have fun with fsrecorder :P
 
 
 Oh yes.. That's not even the start..