Implemented Suggestions / Re: [++] Extra decimal place in plane hours?
« on: July 10, 2009, 03:56:50 pm »

Gisa ^^
/* * 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.







Just a reality...aim to edit routes lower than a set percentage to help. There is no general strategy to avoid doing them...that's part of the game. 



The idea is that leases help increase your cash flow on a temporary basis, so you can purchase planes to replace the leases. That's what I'd be doing if I were you (unless of course, you have plenty of time left on your leases). Leases can be good as you don't pay maintenance but they won't make you as much money as if you owned the plane itself.



Maybe a few hundred Euros off or so? Up until now, I've always tried to get a 100% factor but a part of me thinks that if I can make more by running at 99~99.99% or so, then why not do that? 
but is there a simple reason why charging just a bit more and achieving a slightly less than 100 load factor can make more than filling up all the seats in the plane? Is this always the case as well?




