/* * 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; } } } } }
Now we have a lot of flights from dubai i'm searching for another hub any idea's??OUR ROUTE MAP:
At the moment i have orderd 4 A330-200 1 767-200 1 a330-300
So all long range. I also want to order new a319 but i wait until a new hub...
We are now at the 2nd biggest airline in the world in the biggest in europe and middele east!!
We are waiting for our now logo
how much are you leasing your boeing 757-200's out for?
Now we have a lot of flights from dubai i'm searching for another hub any idea's??
okay we are now expanding our longhaul fleet with a330Now we have a lot of flights from dubai i'm searching for another hub any idea's??
Try Tehran. Always fun. Or Mumbai. Mumbai is also very profitable. Cairo is fun too, as is Istanbul.