/*
* 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 - Well heres something interesting!
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: StephenM on May 15, 2007, 11:16:21 pm
-
What are the top 3 most popular aircraft in Airline Mogul?
Post here, then click the following link. Aircraft Rankings (http://www.airlinemogul.com/airlinemogul/rankings.php?category=aircraft)
-
Hmm, that is interesting.
-
only reason BN's are up there is because someone bought like 3500+ of them.
-
Woot! I own 2 out of 30 767-200's in existence now!
-
Yay! I own 100 of the 184 CRJ-440's, as well as all 4 EMB121's.
Even more strange though is the following: (in service)
32 Avro RJ70's
16 Avro RJ100's
6 Avro RJ85's
All of which I have some sort of connection to.
Yet the RJ70 (in real life) was the least constructed of the three!
-
even stranger, there's an A318 in that list..... :shock:
Must be a pre-production one! :lol:
-
I own 70 out of the 500 some 777s
-
And I've got the only 777-200ER LOL! :lol:
-
And I've got the only 777-200ER LOL!
Hmm, I think I'll buy some unique plane too, feeling left out here. :)
-
Check out the small aircraft statistics boxes on the airline information pages. Just some general data, I'll add more in the future.
-
I own 104 of the 131 MD-87's.
Now if I can just get my alliance mates to pony up theirs :lol: