Suggestions / Remove current IRC page
« on: November 08, 2011, 05:03:03 pm »Can you just replace it with a page detailing how to join #airlinemogul? Perhaps some links to some web-based and stand-alone IRC clients, too.
/* * 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.
http://www.airlinemogul.com/airlinemogul/world_info.php?wid=XXXX
XXXX = World #
FROM TO B/E DOC
----------------------------------------
€ 50,000 € 50,000 € 2,292
€ 100,000 € 4,375
€ 150,000 € 6,458
€ 200,000 € 8,542
€ 250,000 € 10,625
€ 300,000 € 12,708
€ 350,000 € 14,792
€ 100,000 € 50,000 € 2,500
€ 100,000 € 4,583
€ 150,000 € 6,667
€ 200,000 € 8,750
€ 250,000 € 10,833
€ 300,000 € 12,917
€ 350,000 € 15,000
€ 150,000 € 50,000 € 2,708
€ 100,000 € 4,792
€ 150,000 € 6,875
€ 200,000 € 8,958
€ 250,000 € 11,042
€ 300,000 € 13,125
€ 350,000 € 15,208
€ 200,000 € 50,000 € 2,917
€ 100,000 € 5,000
€ 150,000 € 7,083
€ 200,000 € 9,167
€ 250,000 € 11,250
€ 300,000 € 13,333
€ 350,000 € 15,417
€ 250,000 € 50,000 € 3,125
€ 100,000 € 5,208
€ 150,000 € 7,292
€ 200,000 € 9,375
€ 250,000 € 11,458
€ 300,000 € 13,542
€ 350,000 € 15,625
€ 300,000 € 50,000 € 3,333
€ 100,000 € 5,417
€ 150,000 € 7,500
€ 200,000 € 9,583
€ 250,000 € 11,667
€ 300,000 € 13,750
€ 350,000 € 15,833
€ 350,000 € 50,000 € 3,542
€ 100,000 € 5,625
€ 150,000 € 7,708
€ 200,000 € 9,792
€ 250,000 € 11,875
€ 300,000 € 13,958
€ 350,000 € 16,042