Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Do you have an expense log table? And is that for every month or only the current month? And when you update the finance, what exactly are you clicking?
  2. Sorry about that! I'll add a step in my release process to delete that file. The fleet seems like a caching issue. Is the core/cache folder set to 777? The airport thing is strange. Seems like I'll have another update tonight Edit Strange, the signatures should be deleted out of the update file, seems like that wasn't working. Doh
  3. That's what it seems like, there's no getRangeBalanceData anymore. install/checkinstall.php is a place to start
  4. What do you mean? You can set the language in your template
  5. Haha.. progress is good. Update the RouteMap module, or, that line there's an error on, remove that.
  6. Does that file exist? public_html/phpvms/core/version Make sure everything is uploaded
  7. Hey, There was a post on how to fix that, try a search, I'll try digging it up too
  8. Did you update those templates, the core_htmlhead.tpl file changed to pull jQuery from the Google CDN. Actually the core_htmlhead.tpl shouldn't really be touched at all anymore. That would be my first guess.
  9. Can you PM me your site and an admin login?
  10. Changed Files: m core/logs/log.txt m core/templates/profile_badge.tpl m core/version m install/hashlist m install/structure.xml 2.1 final build git-svn-id: file:///var/svn/phpvms/trunk@925 e188d3d8-5a48-0410-b2de-ed2772025908 View complete changes Download from here
  11. Changed Files: m core/classes/ezdb/ezdb_base.class.php m core/logs/log.txt m core/modules/PIREPS/PIREPS.php m core/modules/Profile/Profile.php + core/templates/profile_badge.tpl m core/templates/profile_main.tpl 2.1 final build git-svn-id: file:///var/svn/phpvms/trunk@924 e188d3d8-5a48-0410-b2de-ed2772025908 View complete changes Download from here
  12. Changed Files: m changelog.htm m core/version m install/structure.xml 2.1 final build, updated changelog View complete changes Download from here
  13. You have to change ID to just the the ID, before any adjustments are made. So if you offset is 1000, and you want their ID to be 5, you enter 5, not 1005. Did you select yourself? That would show up if you didn't select yourself
  14. Ok file a file in FSACARS/try using it, and then send me the logs/fsacars.txt file, you can email it - nabeel at nsslive dot net Also, you have an error, contact your host about it: http://www.voeoceanairvirtual.com.br/install/checkinstall.php The connection error
  15. http://forum.phpvms.net/page/index.html?record=31
  16. I dunno, I can tell it's not near FSX. Just look at the ground textures
  17. Yes, I need the logs/fsacars.log file, the link in my signature has instructions on how to do that
  18. Just check your order, all the emails seemed to have been sent out. Let me know if you didn't get them
  19. Haha, I won't object to that!
  20. Which program are you using? Follow the instructions in my signature about getting debug info and then attach those logs. Thanks
  21. Hi everyone, I'm proud to announce that version 2.1 is now available! This release has a ton of improvements, including an upgrade to Google Maps v3, and a complete overhaul of financials and ACARS (more customizable!), and a multitude of other improvements and bug fixes. All-in-all, there are over 100 different changes and fixes. You can see all of the details here. When upgrading, it's important to read the changelog! There were a lot of changes to the front-end templates, and the affected templates are listed there. And to further celebrate the release of 2.1, use the coupon "21GO" on fivedev hosting (http://www.fivedev.net) to get 90% off of your first month of hosting! There's also domain registration available now. Thanks everyone, and a HUGE thanks to everyone to helped test this release! Edit: I've released an update to fix an error I made in kACARS. It's upto build 927 right now. Sorry for the problem! Thanks Cheers, Nabeel
  22. Yep, good luck! If you shoot your host an email, see what they say. Often you can have a custom php.ini file in your web root
  23. Nabeel

    Pirep times

    Replace this line: <input type="text" name="flighttime" value="<?php echo $_POST['flighttime'] ?>" /> With: <input type="text" name="flighttime" value="<?php echo ($_POST['flighttime'] == '') ? 'HOURS:MINUTE' : $_POST['flighttime'] ?>" onclick="this.value='';" />
×
×
  • Create New...