Don't have any aircraft data, just this
<?php
foreach ($aircrafts as $aircraft)
{
echo '<option value="'.$aircraft->name.'">'.$aircraft->name.'</option>';
}
?>
I have tried everything I can think of. I get this error
An Error Was Encountered
The module "FUELCALCULATOR" doesn't exist!
I know it means the module isn't there. I have uploaded it as you have it in the folder.
I have a pilot who has issues when filling out the form. He is getting a hour glass for about 30 seconds, very laggy. Once he hits start he has no issues.
kACARS custom
I have two errors, my site got screwed up some how.
Notice: The template file "/home/flyakaco/public_html//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in /home/flyakaco/public_html/core/classes/TemplateSet.class.php on line 248
Notice: The template file "/home/flyakaco/public_html//lib/skins/CURRENT_SKIN/footer.tpl" doesn't exist in /home/flyakaco/public_html/core/classes/TemplateSet.class.php on line 248
I don't even use the header.tpl and footer.tpl in my skin.
Alaska Adventures
Most pilots are members of at least 3 Virtual Airlines. Many pilots are roster squaters, meaning they join as manay as they can find and do nothing. Give your pilots a reason to keep active with you. Do events, etc.
I was unable to get the password either. Here are the variables I use. I have a offset of 99, so our IDs started at 100.
Pilot ID: AKA<?php echo $pilot->pilotid +99; ?><br>
Rank: <?php echo $pilot->rank; ?><br>
Hub: <?php echo $pilot->hub; ?><br>
Username: AKA<?php echo $pilot->pilotid +99; ?> or <?php echo $pilot->email; ?><br>