Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Acars Map

    Again, register on the offical dev site and try against there
  2. Yes I forgot to mention, that's the work around. Just enter 0
  3. So it's confirmed it's lbs? I will convert it myself for the next update. Just update that ticket in the bug tracker so I don't forget. I don't think xacars is under development any longer.
  4. Well if you enter a price it will pick it up
  5. Right now, stats are per-route, and then per aircraft. Finances are done as a whole company. It would be a little too complicated to split out by airline (it would require a re-working of the templates), and expenses are also done as a whole. The different airlines were mainly for schedules But I can add in per-airline stats and basic financials (without expenses), that shouldn't be a big deal, as part of a summary page. http://bugs.phpvms.net/ticket/85
  6. Probably not, but you can change a pilot's hours (transfer hours) and number of reports
  7. I'm adding a percentage for monthly expenses - should these be deducted off of the gross revenue, or the total remaining after all expenses, etc have been calculated? I'll have to ask my girl but she's not around (accounting major haha), but maybe some of you have direct experience?
  8. Nabeel

    Acars Map

    Can you do a manual PIREP from a flight which has been bid on?
  9. Well, you have to do something with it: // After that foreach($users as $pilot) { echo "The pilot is {$pilot->firstname} {$pilot->lastname}<br />"; }
  10. Can you give me steps of what you entered? I'm hoping to fix FSFK today/tomorrow
  11. The coordinates have to be correct for the distance, however I will take a look
  12. Nope, unfortunately there isn't. Did you use full URL's to images? I don't remember if it sends HTML messages, it should
  13. They join one airline, but they can fly any of the flights for any airlines which are listed. That just serves as their "home" airline. An admin can change that home airline. It's really just for their pilot ID. I think setting up separate installs is necessary, you can just use the multiple airlines facility. You can do schedules specific to each airline within one install as well. For registrations, you'll have to add something (like a -C for classic, or something) to denote which registration the airline belongs to. The reason you can't do multiple is because of ACARS applications, I can't differentiate, but adding that identifier will help.
  14. It has drop downs for the airports? I think it should be text fields now for the airports
  15. In the folder of the skin you're using. If you're using a skin called "myskin" under /lib/skins, then place it in lib/skins/myskin, ANY templates you change should go there, or else in an update they will be overwritten and lost
  16. In the options for xacars, is it picking up the URL and everything?
  17. Any templates you edit should be put in your skin's folder, along side the header.tpl and footer.tpl files. You're on 700, right? Max's template will work with the betas, haven't tested with betas yet. But the designation airport not being there, that's fixed for the next version.
  18. Yeah, you can do: action="<?php echo url('/registration'); ?>" Since you're on the betas
  19. Nabeel

    Acars Map

    You have to put in valid flights. THere's something you're doing wrong. I don't know what "old" core you're using, but you can't just replace the core files, everything in the admin and lib folders has to be updated as well. Like I showed you before, none of the ACARS code has changed in 3 weeks or so
  20. Hey there, What version? It shows a user on the front page, are you using the correct email address to login? Try using VNR0001 as your login name
  21. Yeah, this is known, I'll have an update tomorrow to fix this, sorry
  22. Reinstall FSACARS from scratch (delete the folder for it and reinstall) and the ntry. Sometimes it "jams" up
×
×
  • Create New...