Bugs / can't create a route
« on: August 25, 2007, 08:24:20 am »So long ...
Da
/* * 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.
Disance for this route: 8,303nm
Airbus A340-500
Type Name: Range: Speed: Seats: Engines:
Airbus A340-500 8,500 485 313 Rolls-Royce Trent 553
Boeing 747-400
Type Name: Range: Speed: Seats: Engines:
Boeing 747-400 8,349 567 524 Pratt & Whitney PW-4062
Boeing 747-400ER
Type Name: Range: Speed: Seats: Engines:
Boeing 747-400ER 8,820 567 524 Pratt & Whitney PW4062
Boeing 777-200ER
Type Name: Range: Speed: Seats: Engines:
Boeing 777-200ER 8,889 490 440 Pratt & Whitney PW-4090
Boeing 777-300ER
Type Name: Range: Speed: Seats: Engines:
Boeing 777-300ER 9,119 490 550 General Electric 90-115B
Lifetime Ticket Revenue: €23,254,164
Lifetime Miscellaneous Revenue: €0
Lifetime Fuel Expense: €650,211
Lifetime Staff Expense: €179,580
Lifetime Miscellaneous Expense: €0
Lifetime Profit: €0
This Account Has Exceeded Its CPU Quota.:mrgreen:
Basically, if your ID is 615 or lower, you'll be fine :wink:
Just out of interest. what's everyone's DOP's? Mine's almost 27 million a day.