Flights stay up for 12 hours or whatever time you set in the config file.
To upgrade to beta, download the beta, upload it and run the update.php.
Do note, there are still bugs and errors in the beta, so be weary of that
If you're modified the profile_main.tpl, then you have to add into it the line from the default profile_main.tpl which has the link to the xacars config
Simpilot nailed it.
You can simplify the code with this:
<?php
echo "<img src='http://www.yoursite.com/{$route->code}.gif'>";
Just make sure an image exists for every code you have
They're coming, yes. Timescale? I don't know, I was hoping a little while ago. But I think I will release in conjunction with vaCentral, so I'd say I dunno, a month maybe?
Then you need to write some PHP code to loop, something like this:
$break = 5;
$i=0;
// This loop should already be there
foreach (.....)
{
if($i%$break == 0)
echo "<br />";
$i++;
}
That's FSACARS. I can't control how it reports all that. It doesn't give me a heading to do a directional icon. However, XACARS does so I might have it do directional.
Also, yes, it draws from A-B. There's no navigational data to draw routes