/*
* 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 - Good Aircraft
Airline Mogul Forum
Airline Mogul => Game Strategy => Topic started by: mark4051997 on September 24, 2011, 06:44:50 am
-
Which aircraft is the best choice for a hub with 600-650k people?(Low Cost Hub)
RomBAC 1-11-495 89 470 2224 0.40 RR Spey Mk 512-14DW 731 €33,839,132
BAC 111-475 89 476 2093 0.40 RR Spey Mk 512 739 €35,519,876
RomBAC 1-11-560 109 470 2183 0.44 RR Spey Mk 512-14DW 788 €40,617,047
BAC 111-500 119 470 2163 0.48 RR Spey 512 797 €46,837,256
SE 210 Caravelle 12 128 437 2363 0.51 P&W JT8D-9 843 €47,555,248
Douglas DC-9-50 139 443 2064 0.56 PW JT8D-15 871 €49,483,877
McDonnell Douglas MD-87 139 438 2769 0.56 PW JT8D-217C 868 €50,619,697
Boeing 737-200 Adv. HGW 130 500 2761 0.52 P&W JT8D-15 857 €55,963,184
Boeing 737-200 Adv. HGW 130 500 2761 0.52 P&W JT8D-17R 855 €55,963,184
Boeing 737-200 Adv. HGW 130 500 2761 0.52 P&W JT8D-17 856 €55,963,184
-
RomBAC 1-11-495
-
Short-haul? Trans-con? Inter-con?
Flying to small? medium? large airports?
-
Of those aircraft there, I would choose the BAC 111-475. I suppose you want to fly short range routes?
-
(Clark-CRK/Subic-SFS)Low cost airport for Manila-MNL 600-650k pax to airports with 20mil-67mil pax as far as CRK-NRT
-
RomBAC-1-11-495. Cheap, fast, has decent range.
-
RomBAC-1-11-495. Cheap, fast, has decent range.
Then replace immediately with the Caravelle 10B when available.
-
RomBAC-1-11-495. Cheap, fast, has decent range.
Then replace immediately with the Caravelle 10B when available.
Isn't the RomBAC much newer than the Caravelle?