/*
* 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 - East European Airports Pax Updates 2007
Airline Mogul Forum
Airline Mogul => Game Data => Topic started by: zvezdaman on May 01, 2008, 02:49:51 am
Here are the pax updates for airports in the Balkans and eastern euro countries in 2007. This thread will be continuously edited to reduce spam of threads in this forum. Airports will be sorted by country.Croatia Pula Airport 2007 Pax: 384,487 (http://www.airport-pula.hr/en/about_the_airport/statistic/)Montenegro Podgorica Airport 2007 Pax: 460,000 (http://www.anna.aero/2008/04/25/montenegros-airports-pass-one-million-mark-in-2007/)Tivat Airport 2007 Pax: 573,914 (http://www.anna.aero/2008/04/25/montenegros-airports-pass-one-million-mark-in-2007/) and (http://wikipedia.org)Russia Moscow Domodedovo Airport 2007 Pax: 18,755,098 (http://www.domodedovo.ru/en/main/news/press_rel/?ID=2044)Moscow Sheremetyevo Airport 2007 Pax: 14,040,000 (http://wikipedia.org) and (http://www.rosbalt.ru/2008/2/16/448967.html)Pulkovo Airport 2007 Pax: 6,138,823 (http://wikipedia.org) and (http://www.regnum.ru/news/fd-nw/piter/economy/952363.html)
Thanks, (the Russian Airports you mentioned have been updated in the past already and will show new data from the next new world on).
Thanks, (the Russian Airports you mentioned have been updated in the past already and will show new data from the next new world on). alright thanks you mean the next age/decade, right?
Depending on the script: 1. When public world no. 7 opened its doors. or 2. When the next age begins in public worlds 1,2 and 4.