/*
* 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 - Airbus A319 on lease?
Airline Mogul Forum
Airline Mogul => Game Strategy => Topic started by: supersympa on August 25, 2008, 10:51:48 am
-
Hello everybody,
I started AM 1 week ago, i am starting to grow. ;)
I have 1 mil DOP and airline value of 45 mil.
I really like the A319, and would like to buy one soon, but my question is
Does it make sense to lease it? it costs around 4.8 mil a month.
-
No.
-
No.
Well, to expand on what czhang said, do you think you could pay back your lease of the A319 with your routes?
-
well i have leased a fokker 100 which is VERY profitable with 326 000 eur profit a day.
so i guess i can do at least the same amount with the A 319...
-
Don't be so sure, though. It totally depends on the size of your destinations...
-
I've fell into that trap my first time to lease. I thought it would surely work out but I end up taking a few hundred thousand loss each month.
-
I use leases fairly successfully. But it takes some work to make sure the market is right for them.
-
deleted by dktc: you know what you wrote*