/* * 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; } } } } }
That's hardly a premium feature :wink:
Quote from: "MrOrange"That's hardly a premium feature :wink:
(http://www.pages.drexel.edu/~mbp24/media/fav-bart_google_dumb-big.gif)
you can sort those gates by names, distance, eic. :roll:
Why do you pay for premium gate search, when you can do it all yourself on Excel in about 5 mins? Same goes for aircraft, but they're less helpful.
Then you just make a new one ;)
Quote from: "Cheung Airlines"you can sort those gates by names, distance, eic. :roll:
i don't see there are any significant advantages of using premium gate search
Quote from: "epxair"Quote from: "Cheung Airlines"you can sort those gates by names, distance, eic. :roll:
i don't see there are any significant advantages of using premium gate search
There are extra filters that Cheung has left out. There are also criteria to leave out airports that have 0 gates left, along with criteria to search just gates you own. And finally there is a create route button beside every result that opens in a new window or a new tab. Greatly increasing the speed of creating routes.
Edit: I have given you access to Premium Gate Search until midnight tonight Irish Time. You should get an idea if you like the feature.
Then you just make a new one ;)
Quote from: "zkvac"Why do you pay for premium gate search, when you can do it all yourself on Excel in about 5 mins? Same goes for aircraft, but they're less helpful.
The only thing that using Excel doesn't help with is when new airports are added to the game. (Which is why I've migrated to an Access database. :twisted:)
Quote from: "pseudoswede"Quote from: "zkvac"Why do you pay for premium gate search, when you can do it all yourself on Excel in about 5 mins? Same goes for aircraft, but they're less helpful.
The only thing that using Excel doesn't help with is when new airports are added to the game. (Which is why I've migrated to an Access database. :twisted:)
Access is so "ewww".
I looked up 3 airlines in Chicago and they have the exact same route structure! I wonder if a certain premium feature is responsible... :twisted:
Quote from: "Pacific"I looked up 3 airlines in Chicago and they have the exact same route structure! I wonder if a certain premium feature is responsible... :twisted:
Pfffft...
I wouldn't know, as I don't have any premium features.
I just look at the "view airport" screen, and take notes on where everyone else is going. Then I make routes to those destinations.
:D
If I have any hours on an aircraft left over, I make routes with the aid of an atlas next to my computer.
You would do better to try and find places people are not flying to mate. Less competition = more money.
Unless it is a very large airport.
Quote from: "NorfolkInternational"
You would do better to try and find places people are not flying to mate. Less competition = more money.
Unless it is a very large airport.
Look at the original quote to figure where I'm based at.
;)