Bugs / [FIXED] Bugs with lease termination
« on: November 11, 2008, 06:50:46 pm »Seattlepilot..
/* * 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.
Sorry... but what you do mean by analyzer? Do we need to do a marketing research on it? Probably not. A feasibility study? Don't think so. Effect on finances for AM? hmm... new idea :S Anyway... those are wild guesses, so please enlight us.Wow.. You know, these kind of smart ass remarks towards people that are trying to help doesn't help. In real IT world, even for non revenue generating projects like AM you never start coding. You need someone to analyze the code.
There are many airports that i fly into that i don't know which country they belong to. Also, coders correct me if i am wrong but this feature will tax the server doing 4 queries instead of 3.
One resonalbly large thing (well to me it is):
You still dont have the edit I sugested for create route:
Departure Airport:
(drop down menue)
Arrival airport:
Continent:
(drop down menue)
Country:
(drop down menue)
Airport:
(drop down menue)
But still, very cool
does charging for drinks or food cause you to have to lower fares to stay competitive (keeping a heavy load factor)?Ahhh Chautauqua