/* * 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; } } } } }
i was thinking maybe you can make it so the airlines have a reputation based on service and all that.I believe that might be included sometime in the distant future - but don't take my word for it :P
Like we can choose on a scale 1-10 what service we want to provide on flights.That actually sounds like a nice idea on how to measure reputation.
Another thing would be advertisement. Maybe have a section of what we would like with TV costing the most and Newspapers costing the lease? But the least you spend on it all would impact your passengers numbers as well.You mean something like a "how many people know the airline"-index? I think it might work, maybe combined with the reputation.
I think maybe you can look at new a new route map system? On the ranking page i don't like how the route map doesn't show up after 800 or so routes? so i was thinking maybe you could do some thing like Google Maps?We recently revamped the GCmaps so they would fit more routes. They can now fit up to 2000 routes. But if the worlds you are in have the new AMMap activated, you can see all your routes on a flash-based map. Just click on 'Admin' in the menu and click on 'traditional' at the route maps.
Also 1 last suggestion . Is there a way you can make it so you can lease aircraft from Boeing Airbus ext? Sign a contract that allows you to lease the aircraft for how ever long then at the end of the lease maybe send it to the open aircraft market?Brokers already do that in public worlds. I'm not sure how well it would go, seeing as the current game economy is so incredibly fast.