Click
here to download Flight Converter 98!
Click here for great Flight Simulator 98 pics! <Under Construction!
Airplanes to download:
Concorde: <----NEW!
-British
Airways <----NEW!
- Air France <----NEW!
Airbus A300:
-Air
France
Airbus A319:
-Air Canada
Airbus A320:
-Bitish Airways
-Aeropostal
Airbus A321:
NONE
Airbus A330:
-Air
Transat
/////////////////////////////////////////////////////////////////////
//
// DLCount 1.00
// by Sascha Blansjaar
//
// Feel free to modify this script in any way you want.
//
// No link back is required but much appreciated.
// Link back to http://phtml.com/
//
// History:
// 1.00: First public release
//
/////////////////////////////////////////////////////////////////////
// insert the full path to your counter text file here
$dlcountfile = "/full/path/to/dlcount.text";
// nothing needs to be changed beyond this line.
$since = Date("M d, Y");
$written = FALSE;
if (file_exists($dlcountfile))
{
$temparray = file($dlcountfile);
for($index = 0; $index < count($temparray); $index++)
{
$entry = explode("|",$temparray[$index]);
if(!strcmp($entry[1],$url))
{
$entry[0]++;
$tempentry = $entry;
$temparray[$index] = implode($entry,"|");
$fp = fopen($dlcountfile,"w");
if(flock($fp,2))
{
for($index = 0; $index < count($temparray); $index++)
fputs($fp,$temparray[$index]);
}
else
exit("DLCount error: flock write failure!");
if(flock($fp,3))
fclose($fp);
else
exit("DLCount error: flock release failure!");
$written = TRUE;
}
}
if($written == FALSE)
{
$hits = "1";
$entry = "$hits|$url|$since\n";
$fp = fopen($dlcountfile,"a");
if(flock($fp,2))
fputs($fp,$entry,256);
else
exit("DLCount error: flock write failure!");
if(flock($fp,3))
fclose($fp);
else
exit("DLCount error: flock release failure!");
}
}
else
{
exit("DLCount error: $dlcountfile missing!");
}
header("Location: $url");
?>
Airbus A340:
-Sabena
-Air Canada
Boeing 707:
-Braniff Airways
Boeing 717:
NONE
Boeing 727:
-Delta Air Lines
Boeing 737:
NONE
Boeing 747:
-Air India
-British Airways
-Lufthansa
-Air
France
Boeing 757:
-Delta
Air Lines
Boeing 767:
-Canadi>n
Boeing 777:
-Air France
DC-10:
-American Airlines
MD-11:
-Colored
BAE 146:
-Lufthansa
Metro III:
- Horizon
Air