/* * 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; } } } } }
dont know what im doing but i cant get the form to work right. plus i dont have a passenger number. so im going to tell all the info i know here and hopefully someone else can find the passenger info.
Musekgon County Airport
MKG
KMKG
Lat/Long: 43-10-10.1570N / 086-14-17.6030W
43-10.169283N / 086-14.293383W
43.1694881 / -86.2382231
Longest runway is 6501 x 150 ft. / 1982 x 46 m
i know northwest and midwest both operate about 3-4 flights per day out of there, so the passenger base can't be that big. but i dont think it's that small either. id like to see this airport in the database.
thanks
I tried submitting another one just now, and I get this error message.
Unknown column 'icao' in 'field list'
Oh well. No biggie. I'll add them when it's eventually fixed.
Quote from: "blastpast"dont know what im doing but i cant get the form to work right. plus i dont have a passenger number. so im going to tell all the info i know here and hopefully someone else can find the passenger info.
Musekgon County Airport
MKG
KMKG
Lat/Long: 43-10-10.1570N / 086-14-17.6030W
43-10.169283N / 086-14.293383W
43.1694881 / -86.2382231
Longest runway is 6501 x 150 ft. / 1982 x 46 m
i know northwest and midwest both operate about 3-4 flights per day out of there, so the passenger base can't be that big. but i dont think it's that small either. id like to see this airport in the database.
thanks
FAA says 35,937 boardings in 2006.
Quote from: "pseudoswede"Quote from: "blastpast"dont know what im doing but i cant get the form to work right. plus i dont have a passenger number. so im going to tell all the info i know here and hopefully someone else can find the passenger info.
Musekgon County Airport
MKG
KMKG
Lat/Long: 43-10-10.1570N / 086-14-17.6030W
43-10.169283N / 086-14.293383W
43.1694881 / -86.2382231
Longest runway is 6501 x 150 ft. / 1982 x 46 m
i know northwest and midwest both operate about 3-4 flights per day out of there, so the passenger base can't be that big. but i dont think it's that small either. id like to see this airport in the database.
thanks
FAA says 35,937 boardings in 2006.
They haven't offically issued 2006 numbers yet.... Oct. 31st is when that is scheduled.
Quote from: "CornField"Quote from: "pseudoswede"Quote from: "blastpast"dont know what im doing but i cant get the form to work right. plus i dont have a passenger number. so im going to tell all the info i know here and hopefully someone else can find the passenger info.
Musekgon County Airport
MKG
KMKG
Lat/Long: 43-10-10.1570N / 086-14-17.6030W
43-10.169283N / 086-14.293383W
43.1694881 / -86.2382231
Longest runway is 6501 x 150 ft. / 1982 x 46 m
i know northwest and midwest both operate about 3-4 flights per day out of there, so the passenger base can't be that big. but i dont think it's that small either. id like to see this airport in the database.
thanks
FAA says 35,937 boardings in 2006.
They haven't offically issued 2006 numbers yet.... Oct. 31st is when that is scheduled.
so....what's suppose to be done then... if someone can find numbers that we can put in the game, can someone please add this airport to the game? Thanks
Quote from: "blastpast"Quote from: "CornField"Quote from: "pseudoswede"Quote from: "blastpast"dont know what im doing but i cant get the form to work right. plus i dont have a passenger number. so im going to tell all the info i know here and hopefully someone else can find the passenger info.
Musekgon County Airport
MKG
KMKG
Lat/Long: 43-10-10.1570N / 086-14-17.6030W
43-10.169283N / 086-14.293383W
43.1694881 / -86.2382231
Longest runway is 6501 x 150 ft. / 1982 x 46 m
i know northwest and midwest both operate about 3-4 flights per day out of there, so the passenger base can't be that big. but i dont think it's that small either. id like to see this airport in the database.
thanks
FAA says 35,937 boardings in 2006.
They haven't offically issued 2006 numbers yet.... Oct. 31st is when that is scheduled.
so....what's suppose to be done then... if someone can find numbers that we can put in the game, can someone please add this airport to the game? Thanks
what's the status on this airport being added to the game? thanks.
Okay guys.....
Rick announcing the submit airport or what I like to call 'a new and exiciting way to drive Rick insane'
In the US, the FAA describes boardings as 2 pax transactions. Meaning one boarding and one de-boarding. So if you double the number listed as boardings you get a VERY close approximation of actual number of passengers.
Quote from: "CornField"In the US, the FAA describes boardings as 2 pax transactions. Meaning one boarding and one de-boarding. So if you double the number listed as boardings you get a VERY close approximation of actual number of passengers.
Oh shoot. I've just been giving the boarding numbers, not doubling it.
No. One in Colorado (MTJ) and a few in AZ (can't remember which ones I submitted).