Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Love it! Thank you so much.
  2. Fictional is the best way to go.
  3. The long code puts out an error
  4. How can I make the width of the forms smaller?
  5. Are you asking or letting us know that there is one?
  6. http://www.simpilotgroup.com/
  7. I see it now. Where did you get your fuel info for the planes that you have listed?
  8. Don't have any aircraft data, just this <?php foreach ($aircrafts as $aircraft) { echo '<option value="'.$aircraft->name.'">'.$aircraft->name.'</option>'; } ?>
  9. Works now. I get this error on every plane. No Aircraft Fuel Data Available!
  10. I just moved core to core
  11. 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.
  12. Flight Plan
  13. 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
  14. You should post this in the correct thread.
  15. I had this issue before. It was something wrong in the template. Maybe something not in the correct order. I can't remember exactly.
  16. Fixed it.
  17. 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
  18. 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.
  19. If you want the image set, I can give them to you. About the roster code, that is exactly what I am looking for.Please share!!
  20. Never thought of that. I will look around. Thank you!!
  21. Does anyone have a pilot roster that shows all their pilots without breaking them up by hub and is willing to share?
  22. Very Nice!!
  23. 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>
  24. Congrats!! Should have a talk with the person who filed a -4528 landing rate...lol
×
×
  • Create New...