/* * 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; } } } } }
games at the moment don't last that long.. the next round starts in 1960, ends in 1970, so you probably won't have a problem with that.Ah... I thought the next round was going from 1960 to 2007. :o That's good. I didn't want to come online one day to find a message saying Transport Canada or the FAA has grounded all your planes due to age. :shock:
Quote from: "pTr"games at the moment don't last that long.. the next round starts in 1960, ends in 1970, so you probably won't have a problem with that.Ah... I thought the next round was going from 1960 to 2007. :o That's good. I didn't want to come online one day to find a message saying Transport Canada or the FAA has grounded all your planes due to age. :shock:
But if they're value is just $0 after 20yrs, I could still fly them. Otherwise I'd have a lot of pissed off customers.
Quote from: "Air Klymaxia"Quote from: "pTr"games at the moment don't last that long.. the next round starts in 1960, ends in 1970, so you probably won't have a problem with that.Ah... I thought the next round was going from 1960 to 2007. :o That's good. I didn't want to come online one day to find a message saying Transport Canada or the FAA has grounded all your planes due to age. :shock:
But if they're value is just $0 after 20yrs, I could still fly them. Otherwise I'd have a lot of pissed off customers.
Book value (the part that counts towards your airline value) is at 0 after 20 years. Whenever sold past this age it's assumed to have 3 months left in it to whomever buys it. Fair value (what used market and maintenance is based off of) has no true 0 value moment... though if it's down to the dregs, say 200 euros (literally 200), it's not likely to change much. that would take a good while though.
Why is the next round going to be so short?
Quote from: "pTr"games at the moment don't last that long.. the next round starts in 1960, ends in 1970, so you probably won't have a problem with that.Ah... I thought the next round was going from 1960 to 2007. :o That's good. I didn't want to come online one day to find a message saying Transport Canada or the FAA has grounded all your planes due to age. :shock:
But if they're value is just $0 after 20yrs, I could still fly them. Otherwise I'd have a lot of pissed off customers.
Does MX cost change for a plane as it gets older?
Quote from: "Pepperjack"Does MX cost change for a plane as it gets older?
Right now, maint decrease as age increase, which is backward :roll:
It will be fixed by Will eventually.