Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Thanks, if you can add a bug for it. It's one of the tutorial modules, so when I remake the module I'll check it out. I'm hoping to re-do the tutorial videos this weekend
  2. Whoa, two Tom's!
  3. It seems like it's working now: http://www.flymapleair.com/index.php/acars I see a flight
  4. Yup, they should be using the same data class, that's really the main point of having that, to share the data. I'll get the nav code to you hopefully tomorrow...
  5. You should be following the instructions here http://docs.phpvms.net/skinning#skin_elements
  6. Are you sure it's not repeat routes it's not showing? How many does it show, and what's your total?
  7. You have to sort out your source code. You have now a random head and meta tags within the body. They're screwing the javascript up
  8. I can help you out with the admin panel piece sometime
  9. Revision 797: Fixed #48 PIREPs not submitting20 November 2009, 5:24 pmFixed #48 PIREPs not submittingSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  10. You have code outside the <html> tags. ALso <script type="text/javascript" src="/lib/jsjquery.js"></script> <script type="text/javascript" src="/lib/js/js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="/lib/jsjquery-ui-1.7.1.custom.min.js"></script> Should be right under the <head> tag. And looks like the back to lib/js/jquery is wrong. And you don't need to include jquery-1.3.2 since it's already included in jquery.js
  11. You still have code outside of your <html> tags
  12. Yes, open a separate bug for that in the tracker. Repeat routes aren't shown (to same airports/in reverse), only completely unique ones. As for the other error, doesn't seem FSPAX is hitting the URL. There's no other error it throws? I will try testing it tomorrow... have to install it.
  13. Sorry!! It is fixed now. The build should have failed when that PIREP file test didn't pass. Found a bug in my build system =
  14. Fixed, I didn't notice the test for it failed. The build is up right now, the log is a little slow. Sorry guys!
  15. Try this, a: <div style="clear: both;"></div> Right before that footer div
  16. Nothing in the log? Hmm... Are just you having the problem? Can you try posting against the dev site?
  17. I did not include the front-page code, just the admin panel.
  18. How would it know what data to populate with, aside from reversing the airports?
  19. It will just pull the flight level when a flight is requested
  20. Can you turn DEBUG_MODE on, also ACARS_DEBUG, post whatevers in the logs (clear those out first)
  21. You'd have to talk to your host about it, seems like PHP isn't associated properly with a mime type. But I'm not sure. Do you have any more information?
  22. Revision 796: fixed #39 landing stats, fixed #46, fixed #43, fixed #45, refs #8 20 November 2009, 10:32 am fixed #39 landing stats, fixed #46, fixed #43, fixed #45, refs #8 See if the FSACARS landing rate also works, it will pick up from fresh PIREP'd flights. PIREPs not deleting Aircraft usage charts Registration email Also a few finances fixes (mainly with loads) Source: Revisions of / Download from http://downloads.phpvms.net/phpvms.beta.zip
  23. I found a few errors with calculating the load properly and the price off of that. Not sure of the impact, but it should be OK now. The pilot pay I think should be fixed now as well
  24. I'm sure there can be an option to make them free or cost $0.00
×
×
  • Create New...