/* * 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; } } } } }
Haha, you aren't doing anything wrong. What happens is each gate can hold ten flights a day. So you can have ten flights and only use the one gate, since the game doesn't do time slots. What happened last night was a new month started. At the beginning/end of each month all of the monthly costs are charged to you. Each of the gates you rented, which are probably 50k each? Anyway each of these gates are added up and billed to you; along with a few other costs. Anyway, one more suggestion is to have only one frequency per destination. You'll make more money by having more destinations. Say you have one route with one freq. and you're making 30k adding another freq makes you an additional 5k, you'll make more money by just opening up another city. I hope this helps.you dont always make money by opening another city. best way to make money is to fly with a frequency of 1 to all the airports very close by to your base then growing out.
Haha, you aren't doing anything wrong. What happens is each gate can hold ten flights a day. So you can have ten flights and only use the one gate, since the game doesn't do time slots. What happened last night was a new month started. At the beginning/end of each month all of the monthly costs are charged to you. Each of the gates you rented, which are probably 50k each? Anyway each of these gates are added up and billed to you; along with a few other costs. Anyway, one more suggestion is to have only one frequency per destination. You'll make more money by having more destinations. Say you have one route with one freq. and you're making 30k adding another freq makes you an additional 5k, you'll make more money by just opening up another city. I hope this helps.