/* * 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; } } } } }
seriously though--i tried to fly from boston to providence, even on 0.5 freq anything above $1.00 was 0% loadfactor and even at $1.00 for some reason my income on the route was $0. :?
Quote from: "nwaboy"seriously though--i tried to fly from boston to providence, even on 0.5 freq anything above $1.00 was 0% loadfactor and even at $1.00 for some reason my income on the route was $0. :?
Well ok so:
A> you tried to take on the biggest airline in BOS
B> you tried to enter an already oversaturated route
C> the airline flying the most BOS-PVD is a real bastard... i should know, he's me :twisted:
Terminals only help when their actually basing there.. but flying a route to another airport.
It causes more gate hogging
Quote from: "Jps"Terminals only help when their actually basing there.. but flying a route to another airport.
It causes more gate hogging
If i could, id build 5 gate terminals at alot of my outstations... and im sure alot of the other big players would too.
Quote from: "Pilgrim"Quote from: "Jps"Terminals only help when their actually basing there.. but flying a route to another airport.
It causes more gate hogging
If i could, id build 5 gate terminals at alot of my outstations... and im sure alot of the other big players would too.
I wouldn't. For the most part, I'm satisfied with my routes having one plane at 1 frequency. An exception is:
* If I'm the first guy on a lucrative route, I'll go 2+ (I just dropped one from a 2 freq route when someone else popped in)
* Someone new to the route jumps in with a Connie (or equivilent) and gets clever by running 2-6 frequencies.
NOTE: I will presonally run that route right into the ground to ONE EURO.