/* * 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; } } } } }
How come some aircraft can fly more than 24 hours? How many people are doing this to cheat?
If you are suspecting people of cheating, please send us a message with the details of the problem.
Thanks!
Hi Matias:
I don't want to be a rat. What I can tell you is, one of the larger airlines creates multiple routes at very low prices. There is no way that those routes create a profit. I can confirm this, because when I use the same prices and frequencies, I come up with a loss. I do know for a fact, that there is a glitch, that allows you to fly more than 24 hours. I don't know how it work, but it has happened on two of my aircraft.
Thanks
Confirm, there is a possibility to create negative hours. I've noticed this long time ago. I don't do that becouse its cheating. Please check the top airlines. They buy hundrets of jumbojets and create short routes to small airports for almost nothing with no profit just to kill opponents. They destroy the idea of game! I'm sure Admin has access to every acount in the game. Please check this out. BTW Negative hours should be fixed as soon as possible.