Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Seemed to be working for me, submitted a PIREP to the dev site which came through. Hope you have luck with it too
  2. Rev 756 - XAcars PIREP working10 October 2009, 8:49 amRev 756 - nabeel (1 file(s) modified)XAcars PIREP working~ /trunk/core/modules/ACARS/xacars.phpSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  3. Rev 755 - vaCentral updates9 October 2009, 12:29 pmRev 755 - nabeel (4 file(s) modified)vaCentral updates~ /trunk/admin/modules/PIREPAdmin/PIREPAdmin.php~ /trunk/core/common/CentralData.class.php~ /trunk/core/logs/acars.txt~ /trunk/core/modules/PIREPS/PIREPS.phpSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  4. Yup, there's always an update option. You can even use the beta's if you're brave, I'm pushing builds nearly every day (sometimes a few times a day). But you have to keep upto date with those. I'm hoping by the end of the month.
  5. Hmm, no, but good idea. I'll see if I can get it in for the next release
  6. Yeah, I'm not sure what's going on with that PIREP send. I'll have time to play around with it tomorrow and Sunday
  7. Crossing my fingers. Logs have moved to /core/logs
  8. Rev 754 - ACARS bugfix, email to admin when user registers8 October 2009, 5:39 pmRev 754 - nabeel (5 file(s) modified)ACARS bugfix, email to admin when user registers~ /trunk/core/classes/Debug.class.php~ /trunk/core/common/ACARSData.class.php~ /trunk/core/modules/ACARS/ACARS.php~ /trunk/core/modules/ACARS/xacars.php~ /trunk/core/modules/Registration/Registration.phpSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  9. Goto /index.php/schedules
  10. Well, we can see what's going on by setting one aircraft to 100 passengers, and a schedule to 100$. Then pick an airport, and set that fuel price to 1$. When you file the PIREP for that schedule, say you used 100 gallons of fuel. Then when you view the PIREP, the numbers should make sense.
  11. Ugh, something really weird is going on. Thanks
  12. Update to the latest beta and re-export your PIREPs. I screwed up the data =
  13. Rev 753 - ACARS bug fix (left in debug, doh)8 October 2009, 11:19 amRev 753 - nabeel (1 file(s) modified)ACARS bug fix (left in debug, doh)~ /trunk/core/common/ACARSData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  14. Rev 752 - ACARS bug fix, PIREP form update8 October 2009, 11:16 amRev 752 - nabeel (2 file(s) modified)ACARS bug fix, PIREP form update~ /trunk/admin/templates/pirep_edit.tpl~ /trunk/core/common/ACARSData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  15. If it says success it's ok, you'll want to check your vaC page to see that the PIREPs are there (I'm going to expand this soon so you can see which were the last PIREPs to come in) Which page was that on?
  16. Looks good. I wish they used the ICAO in their airport listing. Might integrate that into vaCentral as well.
  17. Nabeel

    Circle

    I reverted from v3 back to v2, but that change was only a display change, nothing on the backend.
  18. Run the installer update, a few changes to vaCentral (pirep's are queued to send). Other fixes in there as well, hopefully more stable.
  19. Glad to see you up and running! Cheers!
  20. Rev 751 - vaC updates, core updates8 October 2009, 7:53 amRev 751 - nabeel (21 file(s) modified)vaC updates, core updates~ /trunk/admin/modules/Dashboard/Dashboard.php~ /trunk/admin/modules/Maintenance/Maintenance.php~ /trunk/admin/modules/PIREPAdmin/PIREPAdmin.php~ /trunk/admin/modules/VACentral/VACentral.php~ /trunk/admin/templates/core_navigation.tpl~ /trunk/admin/templates/dashboard.tpl~ /trunk/admin/templates/maintenance_options.tpl~ /trunk/admin/templates/pirep_edit.tpl~ /trunk/core/app.config.php~ /trunk/core/classes/Debug.class.php~ /trunk/core/common/ACARSData.class.php~ /trunk/core/common/CentralData.class.php~ /trunk/core/common/PIREPData.class.php+ /trunk/core/logs+ /trunk/core/logs/acars.txt+ /trunk/core/logs/errors.txt+ /trunk/core/logs/log.txt~ /trunk/core/modules/ACARS/ACARS.php~ /trunk/core/modules/ACARS/xacars.php~ /trunk/install/install.sql~ /trunk/install/update.sqlSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  21. Yep, it's a little unclear on where the values are coming from. It's been updated for the next version to be clear. The fuel price is the total cost of fuel for that PIREP. It would be a fuel cost as KMIA times the fuel used. So it used 8364 kb of fuel, and the total prices came out to 35045.2, so 35045.2/8364 = 4.19$/kg for fuel, which seems about right (looking at http://api.phpvms.net/fuel/get/kmia, which is the current fuel price). Load was 122, where the maximum for that aircraft is 180. That makes about sense, it's not always a full flight. I'm not sure what the price for that schedul is (the flight number is missing?), but it would be 122 * price, minus that 35045.2 = revenue for the flight. This is made clearer in the next version, but if you goto the finances for the current month, you'll be able to see a clear tabulation of the totals. Hope that helps!
  22. Hey! Thanks for checking us out. Like David said, those packages are good places to start. I used to use XAMPP to develop on, it's pretty simple to setup (there's an installer). Usually it will go in c:xampphtdocs. That's where you'd place phpVMS, just follow the installation instructions from there.
  23. Nabeel

    Circle

    This is working on dev. Maybe you're missing a template update or a piece of Javascript? I'm looking into these two. I won't get to check xacars until the weekend though. This is also working on dev. Is everything setup? Your schedules have prices? And aircraft have loads defined?
  24. Nabeel

    Circle

    These are issues in the beta which are being worked on. There's always the last release version, but that's the price for being on the "bleeding edge". I try to get builds as stable as possible but I can't check every last thing. The other thing the dev site - http://dev.phpvms.net/. If you can duplicate an issue there which you're having, let me know. If you can't dupe it there, then check to see if it's something on your end. The dev site is what I work off of, any changes I make go live straight to there. If you want admin access to that because you want to double check a bug, let me know. For instance ACARS problems, I ask you do flights against the dev site because I can see exactly what's going on. If you can't dupe it on the dev site, but are positive it's not something you did, PM me with FTP info, I can login and see what's going on behind the scenes. There are lots of little one off bugs which is what I'm trying to nail in this release but since all the data is different it's hard to get it all together. It takes me a few days to get to issues, things are a bit hectic with work and "life" itself, so I'm trying to get to things as fast as possible. Thanks guys!
×
×
  • Create New...