General Chat / Maintenance Cost
« on: May 14, 2008, 03:49:37 pm »Maintenance cost now down by 1/6 of former cost. I'll wait until I see how quickly it rises now...
Mine remain the same~
/* * 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.
Maintenance cost now down by 1/6 of former cost. I'll wait until I see how quickly it rises now...
It's not really the amount I have a problem with - anything to slow the game is good, but I could lease out a plane now and in 2,3,5..? years I could be losing money on it due to maintenance fees - there's no way of knowing.
Equally there is no way of properly planning fleet replacement without having some idea of these figures.
Is there a point where maintenance fees reach 10% of a planes original value?
Well I just bought aircraft to lease out. How long does it take before they are listed?
1. Stephen declined your "nomination"
2. You nominated a defunct airline
3. You forgot to realize this thread. http://www.stephenm.org/forum/viewtopic.php?t=1487
...and many more reasons..
Back to the topic! When is Killian open?