General Chat / Re: Critique of new features
« on: October 08, 2008, 12:11:35 pm »While in the old system this is not an issue, now we need to select a world, then go through the advertising token crap before entering.
There must be a better way...
/* * 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.
All that you reducing the fare by 50 euros instead of 1 or 2 is doing is ruining the route faster, because for us to get decent load factors, we HAVE to go lower than your already too-low fare, as we operate similar sized aircraft to you.
I have only bought ATR's because I have the routes for them. I am currently 5th in Australasia, and the four people in front of me (NO names) all fly Convairs, which are bigger than my ATR's. I also only operate 50 ATR's, while you guys operate a higher number of Convairs.
I never said I was removed from this, but the reason the price has to keep dropping on routes is not, as you say, because people put aircraft that are too big on them, it is in fact beacuse there AREN'T enough pax for us all to have decent LF's.
Blue Star is in fact smarter than you, because you ruin routes up to 5000% faster than him. Australasia used to work well with one or two big airlines as it used to be, but not 4 or 5 as there is now.
Why would you make your fare 300 euros? Why not 378 or something like that? It ruins the routes faster how you're doing it, there's no need. All of us have 50 seat planes, why can't we have the same fares?
Stop thinking you're innocent, you're not. this game only works if you're not a complete penis.
Sydney Cairns International
Sydney Singapore - Changi International
Brisbane Roma
Brisbane Armidale
Brisbane Brisbane Archerfield
The reason why we have a Wiki instead of a fixed manual is to allow the users update it. Obviously this is not happening properly.
Then there'll be a link in the aircraft info page, "Place on market."