/* * 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; } } } } }
The reason why Aeroflot doesn't put their planes under the RA- Register is because it is expensive to import Boeing products and then register them in the RA- products in Russia. So since Aeroflot leases their aircraft, they will put them under the registration that the aircraft owners originally put it under (like EI (Ireland) or VP (Bermuda. If you look at Aeroflot's Soviet/Russian builds, you'll notice that they are under the RA- register.
Can't you do that through "Name" though? I know that the aircraft already comes with a registration, but that is usually how I have my regs done. Not to mention, I view my way as realistic too compared to that of the Game's.The reason why Aeroflot doesn't put their planes under the RA- Register is because it is expensive to import Boeing products and then register them in the RA- products in Russia. So since Aeroflot leases their aircraft, they will put them under the registration that the aircraft owners originally put it under (like EI (Ireland) or VP (Bermuda. If you look at Aeroflot's Soviet/Russian builds, you'll notice that they are under the RA- register.
I know that. But it would still be awsome if you could register your planes in another country in AM...