Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Rev 709 - Fuel price bug fixes19 June 2009, 8:43 amRev 709 - nabeel (2 file(s) modified)Fuel price bug fixes~ /trunk/core/common/CentralData.class.php~ /trunk/core/common/FuelData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
  2. Nabeel

    Fuel

    Interesting, I will check it out. The rounding would be to a whole number (.45 would round to 0).
  3. Nabeel

    Fuel

    Yeah, I found some rounding issues when I typecast, that's probably the issue. I'll find and fix those. Thanks!
  4. Nabeel

    Fuel

    It would be 709, it's up on downloads.phpvms.net, the build log hasn't updated yet
  5. Just run the update.php, not the installer. Can you also post the exact error? Thanks
  6. Try this <img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" />
  7. Yes, that's how I test
  8. I think there was a module or something in the addons forum?
  9. Nabeel

    Fuel

    Okay, try the latest beta once it posts, fixed up a couple of bugs
  10. Nabeel

    Fuel

    On LFPG in the airport dialog, set it to .45
  11. Try reuploading the beta files then, something could have been corrupted when you uploaded the new one. I'm not seeing a problem on my test sites
  12. You'll have to look through your CSS, if you use the firebug addon you'll be able to see where the black is coming from.
  13. Try posting on the FSACARS forum, I'm not sure what it can be
  14. What's the code you're using on the login page? It should be something like (on all pages:) <img src="<?php echo SITE_URL;?>/lib/images/countries" /> But how are you getting the images?
  15. Looks good, You can set it to false so it only uses your price you set
  16. Did you try re-uploading everything?
  17. Add this to local.config Config::Set('FUEL_GET_LIVE_PRICE', true);
  18. You have to add it in, the directions are in the post. Copy it from app.config into the local.config
  19. Nabeel

    Fuel

    phpvms.beta.zip And no, it's just like a update. Just overwrite the files, then run the install/update.php file
  20. Goto http://downloads.phpvms.net Select phpvms.beta.zip. Then from there, it's a normal update
  21. Rev 708 - Added option to use live fuel prices or not in app.config.php 17 June 2009, 9:32 am Rev 708 - nabeel (4 file(s) modified) Added option to use live fuel prices or not in app.config.php ~ /trunk/admin/modules/VACentral/VACentral.php ~ /trunk/admin/templates/central_main.tpl ~ /trunk/core/app.config.php ~ /trunk/core/common/FuelData.class.php Note: To disable live fuel price get's, use the following in your local.config.php: Config::Set('FUEL_GET_LIVE_PRICE', true); Source: phpVMS Download from http://downloads.phpvms.net
  22. You're using the config file from the pilot center?
  23. Nabeel

    Fuel

    Aha, apparently the fuel price for LFPG is available. So that price you saw is the live price I've added an option int he latest build to turn on/off the live fuel price
  24. I don't see that. Try adding just a a.mainlink class
×
×
  • Create New...