/* * 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; } } } } }
Value, you'll find its mainly brokers that are shooting up. Otherwise it must be another issue.
Quote from: "StephenM"Value, you'll find its mainly brokers that are shooting up. Otherwise it must be another issue.
Nope. Go look at rankings. Anyone that has gates shot up, because of the gates given to them at their home base. You could get an increase of 700k in value by basing in one of the top 8 airports in the game.
I'm expecting Mr.Orange to shoot up. He has over 20 DC3s now due to scraps. Obviously there is a bug there.
I'm expecting Mr.Orange to shoot up. He has over 20 DC3s now due to scraps. Obviously there is a bug there.
How come some airlines have more than one DC3 already?
Surely you cant already have raised the funds to buy a new one, and have it delivered?
There doesnt appear to be any for sale or lease anyway!
Quote from: "Evanescent"How come some airlines have more than one DC3 already?
Surely you cant already have raised the funds to buy a new one, and have it delivered?
There doesnt appear to be any for sale or lease anyway!
If its a broker or myself its due to scrappages.
Back to an admin, dont forget to logout. And your in North America according to the admin panel.
Quote from: "StephenM"Back to an admin, dont forget to logout. And your in North America according to the admin panel.
Yes, but I get offered the airports in Australiasia when I logout and log in again after I have changed my setting in admin panel. It could be a bug with the starter base script.
Will was playing with my script, obviously he broke it. :P