General Chat / Re: The corrupted wish game.
« on: October 07, 2008, 04:13:42 pm »I wish I was a lumberjack, jumping from tree to tree as they float down the mighty rivers of British Columbia!
/* * 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; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Genetically Modyfied Food can make you a retard.
The requested URL /uk/e/e120 was not found on this server.
I will go where I want. =P
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.