Bugs / Gate Search [fixed]
« on: October 18, 2007, 10:35:31 pm »Airline ID 2779
No aircraft ID, etc, etc.
/* * 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; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Read this thread and went to edit my routes to see if anything was different.
Most routes were 100% and no competitors before edit. Some routes, I gained 20-60 euros on the ticket price, others, without changing anything dropped from 100% to ~50% load factor after updating info (didn't go any farther to get the price difference from old 100% to "new" 100%). This is without any changes on my part since the last time I edited them, other than just buying 2 planes (1 still on order) and making 1 new separate route to a new city.
Quote from: "blumage"Not yet fixed!!
WE get The Alliance Bases but when you create an error message appears:
Error: The airport you have selected to depart from is not a focus city, hub, or base available to you. Please try again.
Do you have a rented gate at the airport you're trying to depart from? Alliance hubs will show regardless of whether you have a gate at the hub or not.
maybe i should change that. maybe not. for now it makes more sense to show the bases then hide them.
Fixed. strange.
There. should be fixed.
Ok so when I try to create a route my Alliance bases are not listed in the depart from drop down menu. I realise there's another thread concerning this but the issue doesn't seem to have been clarified.
In these cases, please contact the other airline, including the ID (s) of the aircraft involved, requesting him to close all routes on the aircraft. If that doesn't happen, please post in this thread with the aircraft ID so an admin can look into the situation.
In these cases, please contact the other airline, including the ID (s) of the aircraft involved, requesting him to close all routes on the aircraft. If that doesn't happen, please post in this thread with the aircraft ID so an admin can look into the situation.
I wouldnt create a route from a far away base in the beginning of a round
lol.. why would you it's the beginning of the round