/* * 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; } } } } }
and the fact that it wont even do what its supposed to do which is go long routes
what a POS!! this plane (and this game) suck, avoid it like the plague. i bought 10 of them thinking the extra long 8,326km range would help me to run some profitable long haul frequencies. BUT THIS POS WONT EVEN MAKE A FULL 5500km route!!! what a joke, there has to be a game flaw with this one. almost 300MM wasted on each of these and it wont even make a full 5500km route, it only says it can do .5!! you have to be kidding me. between the huge waste of fuel, the incredibly high maintenance costs and the fact that it wont even do what its supposed to do which is go long routes you guys really screwed this one up :-\calm down and remember, cursing isn't an answer
In general I think the algorithm for long distance routes is not correct. Planes from ATL to London Heathrow dont make nearly the money that shorter route planes make to far less populated areas. You have made the game so that long distance routes using the most expensive planes are not cost effective. So basically once you get to a certain point in the game it becomes less and less fun to play. You work hard to build up your airline and then when its supposed to get fun you have a terrible algorithm that just sucks the fun right out of it. good work guys!!! I have moved on to a more well written game.
what a POS!! this plane (and this game) suck, avoid it like the plague. i bought 10 of them thinking the extra long 8,326km range would help me to run some profitable long haul frequencies. BUT THIS POS WONT EVEN MAKE A FULL 5500km route!!! what a joke, there has to be a game flaw with this one. almost 300MM wasted on each of these and it wont even make a full 5500km route, it only says it can do .5!! you have to be kidding me. between the huge waste of fuel, the incredibly high maintenance costs and the fact that it wont even do what its supposed to do which is go long routes you guys really screwed this one up :-\We dont need to know if you like it or not. If your unhappy with features, kindly PM admins and inquire, but dont come out whinging on forums.
In general I think the algorithm for long distance routes is not correct. Planes from ATL to London Heathrow dont make nearly the money that shorter route planes make to far less populated areas. You have made the game so that long distance routes using the most expensive planes are not cost effective. So basically once you get to a certain point in the game it becomes less and less fun to play. You work hard to build up your airline and then when its supposed to get fun you have a terrible algorithm that just sucks the fun right out of it. good work guys!!! I have moved on to a more well written game.
Can't agree with Obmit there...
... if a player is too good in literatures / arts that basic maths is not a skill he/she needs, there is nothing an admin to could....
what a POS!! this plane (and this game) suck, avoid it like the plague. i bought 10 of them thinking the extra long 8,326km range would help me to run some profitable long haul frequencies. BUT THIS POS WONT EVEN MAKE A FULL 5500km route!!! what a joke, there has to be a game flaw with this one. almost 300MM wasted on each of these and it wont even make a full 5500km route, it only says it can do .5!! you have to be kidding me. between the huge waste of fuel, the incredibly high maintenance costs and the fact that it wont even do what its supposed to do which is go long routes you guys really screwed this one up :-\So how do you really feel? 8)
In general I think the algorithm for long distance routes is not correct. Planes from ATL to London Heathrow dont make nearly the money that shorter route planes make to far less populated areas. You have made the game so that long distance routes using the most expensive planes are not cost effective. So basically once you get to a certain point in the game it becomes less and less fun to play. You work hard to build up your airline and then when its supposed to get fun you have a terrible algorithm that just sucks the fun right out of it. good work guys!!! I have moved on to a more well written game.