General Chat / Re: Is this hotswap?
« on: July 08, 2012, 11:45:06 pm »
/* * 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; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
yes its a hell. But the world only go for 10 years so i never replace a plane.
You are correct, I tried to tell that in my example (seems like it didn't go well). The Cessna's increase the average age, increasing maintenance. Let me give you another Cessna-747-example:
You have this fleet:
10x 747-400, age 1
3x Cessna 208, age 20
It costs roughly the same as this fleet:
7x 747-400, age 1
3x 747-400, age 20
3x Cessna 208, age 1
Average age is the same for both fleet, value is almost the same (the older the plane, the lower the value), so the maintenance will be almost the same. Example two is a little bit cheaper due to the thee 15-year old 747's loosing value.
But a brand new 747 might cost more than a 20-year old Cessna 208. Just note that the maintenance can get extremely high if your planes are very old. Currently I have 1.5 billion in maintenance fees with 389 7-year old planes.
Did it help?
Oh man I'll be really rusty as I've not had much time for AM lately but now i have a solid 2 weeks to build the foundation of an airline, wich is what really counts imo. I'm really interested in not having a base in the U.S. Any suggestions? Or possibly, for a real challenge, honolulu.
I see why you are joking...
Skylite Airlines:
http://www.airlinemogul.com/airlinemogul/show_airline.php?id=31&wid=2146
Can we get a link to your airline? Thanks!
I might join out of Jersey Island in the English Channel.
Are newbies OK to play this kind of world?
I don't want to get into some intense competition right away as I'll get stuffed
I would start at a medium sized place within striking distance of some big cities so after a while I could try competition and see what to do.
I'm confused by all the number of Private Worlds available- There's only 2 Public Worlds, one's nearly finished and the others only in Australasia - 78 airlines in Aus? I'll stay clear of that bunfight
![]()