/* * 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 like it.Yes, I made it 10 years so that people could join overtime and still have some fun. Eventually, the large airlines will get sick of being at the top. This will give others a chance to make it up there with the others.
It would be nice to have a few more players (I have absolutely no competition in Frankfurt...)
Also, I don't think you needed to make a it a full 10 years, since most people do get bored of running the same airline halfway through. Just to save your tokens... I think 4-6 would have been sufficient.
EDIT: Yay, I just got the Majority share of Passengers in Frankfurt.
Hey,Thanks for the feedback. If you need any help what-so-ever, just PM me in game. ;) I'll post a direct link here when Rens is finished with his project.[;)@ Rens]
I'm in 294, as British Airways... it's a pretty neat set up but the leader's airline name is somewhat annoying... world domination anybody :P But I'm enjoying the world so good work :lol: