/* * 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; } } } } }
Previously, if you were on a route with no competition, you could go in and increase your fares periodically, as demand grew slowly over time. Recently, whenever I've tried this, I've ended up having to decrease my fares (todays example FCO-SOF was €608 for before I touched it, had to reduce to €589 to get back to 100% once I had tried to adjust it - I'm the only airline on the route, and nothing else changed).
Deliberate change or accident?
Ok, that's a great explanation for one route (and can understand it).
But it seems to be a more widespread explanation than that explanation would well explain. For example, I closed out one plane... and then decided not to upgrade it after all. Every single route that plane served (ex-LHR) lost between 2-5k DOP. Now, we know that swapping out planes, you rarely get the same money back in for the same fare, but for all of those routes, I had to drop the fare by up to 50€ to get 100% load factor.
If I'm the only one noticing then maybe it is as you say, and maybe it's a factor of fewer people playing this round and just not the increasing demand which we are used to. But that doesn't mean demand should be dropping across the board? At the start of the game, I could still increase routes with no competition by up to 50€ per day... now I daren't touch them since I know to maintain LF, I'll have to drop my prices.
All very odd!
But it seems to be a more widespread explanation than that explanation would well explain. For example, I closed out one plane... and then decided not to upgrade it after all. Every single route that plane served (ex-LHR) lost between 2-5k DOP. Now, we know that swapping out planes, you rarely get the same money back in for the same fare, but for all of those routes, I had to drop the fare by up to 50€ to get 100% load factor.
If I'm the only one noticing then maybe it is as you say, and maybe it's a factor of fewer people playing this round and just not the increasing demand which we are used to. But that doesn't mean demand should be dropping across the board? At the start of the game, I could still increase routes with no competition by up to 50€ per day... now I daren't touch them since I know to maintain LF, I'll have to drop my prices.
All very odd!