Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Fuel

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

    Fuel

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

    Fuel

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

    Fuel

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

    Fuel

    On LFPG in the airport dialog, set it to .45
  10. 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
  11. 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.
  12. Try posting on the FSACARS forum, I'm not sure what it can be
  13. 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?
  14. Looks good, You can set it to false so it only uses your price you set
  15. Did you try re-uploading everything?
  16. Add this to local.config Config::Set('FUEL_GET_LIVE_PRICE', true);
  17. You have to add it in, the directions are in the post. Copy it from app.config into the local.config
  18. Nabeel

    Fuel

    phpvms.beta.zip And no, it's just like a update. Just overwrite the files, then run the install/update.php file
  19. Goto http://downloads.phpvms.net Select phpvms.beta.zip. Then from there, it's a normal update
  20. 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
  21. You're using the config file from the pilot center?
  22. 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
  23. I don't see that. Try adding just a a.mainlink class
  24. It's because they are set to 0, so it's using the default value from the config file. Set the default fuel price in the local.config.php
×
×
  • Create New...