/* * 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; } } } } }
It makes just about as much sense as having mulitple topics about the same thing under the same thread. :lol:
(not saying you are posting multiple topics... just and example)
It makes sense in a few ways. On a long high volume route sometimes you can't get as many frequencies as you would like out of one aircraft. So, since you can't do 2 or 3 frequencies with one aircraft, you go with one each from 2 or 3, or 2 with one and one from another, etc.
Also, say you are hubbed at LGA. Even if you're only running a few aircraft, it seems like many end up with an hour or 2 left once you're done scheduling them. Using more than one aircraft at the same price for one frequency each on a high volume short distance route like LGA-BOS, or LGA-PHL, is an easy way to maximize your fleet utilization and use those "scrap hours."
Quote from: "dktc"It makes just about as much sense as having mulitple topics about the same thing under the same thread. :lol:
(not saying you are posting multiple topics... just and example)
so you're sayin' theres another post(s) about this very subject? if yes, i didnt really see them i guess...
Quote from: "jetWes757"Quote from: "dktc"It makes just about as much sense as having mulitple topics about the same thing under the same thread. :lol:
(not saying you are posting multiple topics... just and example)
so you're sayin' theres another post(s) about this very subject? if yes, i didnt really see them i guess...
Please reread my post / what you quoted :roll:
Remember, we want the AM forums to be a world appart from the AE ones, be friendly. ;)
Ok, your 99% of the time perfect, just lay off the big bold writing. ;)