/* * 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; } } } } }
I don't think the leasing market would be empty. With 750k starting cash, some people have chossen to buy a small plane before renting gates. (Remember one could go negative cash renting gates in AM... just not negative value...). You could do that as well to get a plane.
Does this mean I could order an aircraft @ about 50M EUR right now? :shock: If so: why didnt we get 50M in cash and not allowing to go into the debt?
Quote from: "AirHanoverInternational"There are planes cheaper than 750k though.. so you could buy those..~ As for how good they would prove to be, that is a whole other question. (The question was only how to get a plane... not how to get a good plane :P)
I did that, ordered a 10 seater before ordering any gates. I actually thought that the 24+ hours before the game starts would count towards the plane's ordering time! :D they did not, of course. I'll see if it was a good decission or not. But I thought I could use the small plane, once delivered, to serve my short routes and make my BAe available for the longer ones. I'll see.
No, you could only rent gate and create routes when you have negative cash. You have to have enough cash to buy a plane. There are planes cheaper than 750k though.. so you could buy those..~ As for how good they would prove to be, that is a whole other question. (The question was only how to get a plane... not how to get a good plane :P)
(Remember one could go negative cash renting gates in AM... just not negative value...). You could do that as well to get a plane.