Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. A little too complicated to do automated, but there is the aircraft stats screen which you can utilize for this purpose. It'll be low on the list
  2. There's a container div, you probably need to expand the width of that. (the outermost div)
  3. Should not, mainly central updates are just backend update changes. At this point, I'm not anticipating too many, since it mostly does report what I need.
  4. vaCentral will help too hopefully in terms of promotion.
  5. 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?
  6. Interesting concept
  7. Put in between the <head> </head> tags
  8. Then it won't goto the the lives prices, it's whatever price you've entered into the airport settings
  9. 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
  10. 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
  11. 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
  12. And in the FSACARS options, you may have to check off the option for it to show the rate
  13. 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).
  14. 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.
  15. How much fuel was used? And which airport?
  16. 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
  17. 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
  18. 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
  19. That's the only way you can do it, you'll have to skin them the same and it'llbe seamless
  20. There's no admin panel hooks, it might be easier to go the other way around (forum->phpvms)
  21. I will look, I think my code parses the numbers out
  22. Is it a manual PIREP? Or from FSACARS?
  23. Thanks for the kind words!
  24. You need a clear:both; in #footer, try that
  25. 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 />' ?>
×
×
  • Create New...