/*
* 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 - Flightline Airlines, World #1297
Airline Mogul Forum
Airline Mogul => Airline Reports => Topic started by: Joredia on February 10, 2010, 01:02:30 am
Flightline Airlines out of Pittsburgh announces the return of esteemed airline owner and operator, BrennanW, or as some call him "NJ" or "The Boss." Flightline is pretty awesome. We've got planes- and we fly them places. We fly multiple frequencies. >:( Yeah, thats right, I went there. And we don't fly: Aero*vegetable*s Caravelle Super 10B A319 or any other overused aircraft. (http://farm5.static.flickr.com/4070/4345055252_4773440b6d_o.png)
Our (Soon to be) 737-700 aircraft: (http://farm5.static.flickr.com/4063/4345055294_2589db8aec_o.png) Stay tuned. Pittsburgh is hawt.
Yeah, thats right, I went there. Oh no you di'int!
And we don't fly: Aero*vegetable*s Oh no you di'int!!! :-\
(http://farm3.static.flickr.com/2741/4344571815_6a4d56ed1e_o.png) Our new DHC-6-300 in Brookville - Dubois Regional, one of our new destinations.
(http://farm3.static.flickr.com/2753/4350602220_e8345ce9ce_o.png) One of our fleet of Four Fairchild Metro IIIA's in service, this one seen at LaGuardia airport in New York. LaGuardia is the only airport in the schedule to recieve four daily nonstops to Pittsburgh, and a one-stop flight to St. Louis on the same airplane.