/* * 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; } } } } }
How come it takes a very, very long time for broker requested aircraft to come into your fleet but when you buy it in the game, it takes much less than that??
Quote from: "iranair777"How come it takes a very, very long time for broker requested aircraft to come into your fleet but when you buy it in the game, it takes much less than that??
Incorrect. The broker requests takes the same time, after the broker has accepted the request, as teh regular order. Any delay is on the broker accepting it part. Another point is you might have confused the ticker for those 72 hours the planes are listed to you exclusively, with the ticker before that when the planes were being manufactured. So, you may want to check your "incoming private offers" page.
wth?? I just paid the aircraft price to buy an aircraft via the brokerage system and now that its ready to be delivered I have to pay that price again??
Quote from: "iranair777"wth?? I just paid the aircraft price to buy an aircraft via the brokerage system and now that its ready to be delivered I have to pay that price again??
You pay a part of it in advance and pay the rest upon delivery.
Quote from: "AirHanoverInternational"Quote from: "iranair777"wth?? I just paid the aircraft price to buy an aircraft via the brokerage system and now that its ready to be delivered I have to pay that price again??
You pay a part of it in advance and pay the rest upon delivery.
oh so, the amount you pay when ordering is a deposit? :oops:
The sad part is if you don't buy the planes within 3 days... they basically get free planes