11
To get the metar decoding to work again, change the index.php line 54 to:
Quote:
echo "<p><a href=\"ftp://tgftp.nws.noaa.gov/data/observations/metar/decoded/" . $icao . ".TXT\">Decoded Metar</a></p>";
I changed the 'http' to 'ftp' and deleted the extra /pub/ in the file name.
I don't know what the vlindex.php file does. It seems the same as the index.php file.