Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I think (I should know this, right?) that you can disable planes. But after a plane is made unavailable, then what? If a plane is under 'maintenance', another plane is brought for that route (or it's scheduled at least), what happens then?
  2. Put in between the <head> </head> tags
  3. Then it won't goto the the lives prices, it's whatever price you've entered into the airport settings
  4. But, again, it doesn't matter whether it is scheduled or not. The flight you showed was a minute long, which isn't long enough for fsacars to collect any flight data
  5. If you have 5+ pireps a day, post in here, I'm ready for a couple more people. You have to be regular and willing to update to betas, probably a new posting/upgrade once a week
  6. It's not being used properly, it doesn't matter if it's schedule or not, FSACARS doesn't/has no way of checking whether there is a schedule or not. If you look at the flight time, it's all within one minute, that's why there isn't enough information. I'm not sure what option, it's in the FSACARS program itself. If you look at their site, there might be more information
  7. And in the FSACARS options, you may have to check off the option for it to show the rate
  8. The schedule'd/non scheduled shouldn't matter in the FSACARS log. The first one you posted is a very short flight (1 minute), so there isn't any info. Looks like the aircraft didn't move (fsacars was started then shut off).
  9. The current beta should support this - create a group, apply the permissions to the group, then add a user to that group. Try some testing with it, there probably are still a few bugs.
  10. How much fuel was used? And which airport?
  11. There are RSS feeds available when you visit the admin panel. I don't think there is one for news atm, but should be simple to add since the base code is there
  12. Rev 704 - Permissions sets implemented for admin panel (still testing), removed ...6 June 2009, 7:16 pmRev 704 - nabeel (4 file(s) modified)Permissions sets implemented for admin panel (still testing), removed arrival/departure airport restrictions~ /trunk/admin/templates/core_navigation.tpl~ /trunk/admin/templates/ranks_allranks.tpl~ /trunk/core/lib/pchart/pChart.class.php~ /trunk/core/modules/PIREPS/PIREPS.phpSource: phpVMSDownload from http://downloads.phpvms.net
  13. Nabeel

    Rev 703 -

    Rev 703 -27 May 2009, 7:27 amRev 703 - nabeel (2 file(s) modified)~ /trunk/core/common/ChartGraph.class.php~ /trunk/core/common/PilotGroups.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
  14. That's the only way you can do it, you'll have to skin them the same and it'llbe seamless
  15. There's no admin panel hooks, it might be easier to go the other way around (forum->phpvms)
  16. I will look, I think my code parses the numbers out
  17. Is it a manual PIREP? Or from FSACARS?
  18. You need a clear:both; in #footer, try that
  19. Change $route->note to: html_entity_decode($route->note); So: <?php echo ($route->route=='')?'':'<strong>Route: </strong>'.$route->route.'<br />' ?> <?php echo ($route->notes=='')?'':'<strong>Notes: </strong>'.html_entity_decode($route->notes).'<br />' ?>
  20. No don't change anything according to the build log. I was just pointing out it was being worked on. If you want the latest updates from the latest build, then update to the beta. But things are sometimes broken. I haven't had the time to work on phpVMS lately
  21. It's grabbing the live price most likely. Prices are going up now since it's summer time
  22. If you enter the price, then it's obv whatever units you put. If there's no price entered, the it goes to the API server, and get's it in dollars. There's no conversion, since it's only for US airports.
  23. You'll have to change the width of the table, or reduce the padding on the nav bar items to fit more stuff in
×
×
  • Create New...