Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Well, if you can export your pireps table for me. If you're having problems but other people aren't, I need to see what's going on so I can have a stable release.
  2. Maps you have to update the templates - read the changelog. Finances, well, did you do a pirep reset? The backend changed completely in this so they should be more accurate now. If you look at the pirep table, is there 'stuff' in the gross column (should have been automatically populated), does it equal the load * price? Are you expenses accurate? Check those things out
  3. In the pirep table. Edit: Oh, you're looking at schedules, you'll have to do something like this: SEC_TO_TIME(SUM(TIME_TO_SEC(flighttime))) I have to add the flighttime_stamp column to that table.
  4. http://docs.phpvms.net/users#groups
  5. Instead of getAirlineByID() try getAllAirlines(). What is it outputting right now? And: $noAirline = PilotData::findPilots(array('p.Airline'=>'')); You want p.code => 'airline code', since that's how their airline is store
  6. Use the flighttime_stamp column, that's a proper timestamp column. That flighttime column is left over from before.
  7. Are there any javascript errors on the map? I would enabled debug_mode and check the logs and see what shows up
  8. Can you post a link
  9. Did you change all the templates notes in the changelog?
  10. This topic has been moved to Code Snippets. [iurl]http://forum.phpvms.net/index.php?topic=2083.0[/iurl]
  11. Thanks Marcelo, I've put that fix in the main copy
  12. Which counter are you trying to use? There are many different ones, you have to follow their instructions.
  13. Nabeel

    Scheudle

    As of now, you can't. But pilots can use any aircraft they wish to use, there's no restriction
  14. Using GA or your own hit counter, if you add it to the footer.tpl file in your skin, it should work properly and not interfere with those other pages
  15. Either that, or something in your CSS is interfering - blanket rules like on an img {} or something will screw it up
  16. It shouldn't interfere - where are you adding it? If you place it in your footer.tpl file in your skin, it won't interfere with those pages
  17. Check it now, I didn't have EDDT added:
  18. Nabeel

    Scheudle

    I'm not sure what you mean, you want to assign more than one aircraft to a route?
  19. Those sneaky guys. I'll check out the other maps you posted
  20. Seems like I left in debug text, I'm removing that now. I don't see the text on the schedules though?
  21. http://dev.phpvms.net/unittest/distancecheck.php This is using the new algorithm, better?
  22. Your browser could be caching the image
  23. Revision 869: route fixes, acars fixes, drop airways/navdb table before updating28 January 2010, 8:23 amroute fixes, acars fixes, drop airways/navdb table before updatingSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  24. Can you do an export of your airports table and post it here? I've written a new calculation for finding the distance, want to see how accurate that one is
  25. Alright, found a problem and it's fixed. Thanks
×
×
  • Create New...