General Chat / Where AM players come from..
« on: March 22, 2008, 02:25:47 am »
/* * 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.
Quote from: "czhang"My DOP lowered by 2 million 'cause of this airline
I was so frustrated that I let my guard down and now I have an MSN wormthats I'm still trying to fix as I type! I think I'm going to take a break from AM...for a day
perfect reason to diversify your routes, he killed a lot of routes for me too, i closed them, fought back on a few of them, and expanded in other hubs, it wasn't a huge loss in DOP for me since my other hubs made up for it. Still annoyed though.
You made a good choice for starting out at a medium size airport like ONT (unlike me the idiot who plans on all 250K airports). But flying to SBP, ive never even heard of that airport before i looked it up (no offense to anybody who lives in San Luis Obispo). Maybe fly to something bigger, such as SAN or LAX or LAS or PHX, etc. From one small airport to another wont get you as much profit as flying to a bigger airport. Try that out and see how it works for ya.