General Chat / 747 Maintenance fees
« on: June 13, 2008, 02:39:50 am »and it tooked a few real life days to sell those nosy bastards
/* * 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.
Longer International Flights i do .5 frequencies as i can reach more international places with the time left over regional,s 1 frequencies as with .5 u lose too much m,oney
Quote from: "fenati2"i insist. that this is no excuse. i also have a big airline, i fly to almost every possible place below 2000nm arround my bases, and im saying is impossible to get 99.5% and mantain it. In europe, from big bases like mine, say frankfurt, madrid, etc, there is NO ROUTE without some competition.Actually, it's damn near impossible for me to do that, since I have no idea how to program.
its not a nonsense, for christ sake. i doubt is too hard for someone who knows programming well to make a greasemonkey script or something.Quote from: "fenati2"No, I don't have to agree. But I don't suck at this game.
you have to at least agree with me that for a big airline to mantain above 90% loadfactor you have to be the entire day editing routes.
I want the ability to create a world with a lenght of I would say 30 years with half resets (when half the airlines routes and aircraft are wiped off) every 10 years