Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. 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!
  2. 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.
  3. 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?
  4. 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!
  5. I'm commiting an update in a few minutes
  6. David, you've done a phenomenal job. I was going to put a blog post on nsslive on how to parse an RSS feed. But good to see you're getting there!!
  7. I have to rewrite the manual on how it works. Where are you getting random values? I think there's a guide in the FAQ. But in the next update, it will be clearer. Basically, your aircraft you enter the max load. Then the fuel price is either gotten from the phpVMS API server, or the price you enter. Then the load will be between 75-100% of the max load you enter, times the ticket price for that route. Then the fuel cost is calculated. Then subtracted from each other to get that end price.
  8. Sorry about that! Misconfiguration. Should be back up now
  9. What IE version? Try out a different browser. Lemme know which IE I will test
  10. What do you mean use it?
  11. If they're having it too then it might be a bug in xacars. I haven't changed anything which responds to xacars, that's all the same code. I will try a flight tonight or tomorrow to see what I can figure out, though
  12. Should be ok now, config error with the API server
  13. What version are you on?
  14. In the admin panel there are two RSS feeds you can subscribe to, one for PIREPS and another for registrations. I thought I had added email notify for new registrations. I'll check it out. Thanks
  15. Try again in a bit, the lookup server is probably down
  16. That might be a bug then in XAcars.
  17. I'm not sure why the button is greyed out. I'll look into it as well
  18. Nabeel

    Briefings

    That's because that width of the left column is too wide, so it moves below so it can fit. If you see the <hr> horizontal rules, they span all the way across
  19. Nabeel

    Briefings

    The site definately looks interesting. You could do that, except you don't need to make another table, you could just add it onto the existing airports table. Perhaps a column called charts, to which you can add links to the charts. Then on your pilots page you can access them by the column name. No special query or modifications to queries have to be written that way either.
  20. I would contact your host, your database address doesn't seem like it's on localhost. It might have to point to a different server. (Are you using GoDaddy?)
  21. Seems like the flights do disappear properly on my end. Xacars does supply a proper heading. FSACARS doesn't, but I've tried to fake it by assigning a heading which points towards the destination airport. Thanks alot of testing!!
  22. The first one - I don't have information about the status, so I just say "Enroute". The second, I'll check it out. Thanks
  23. In the template though, seems like that line is missing
  24. map_zoom_level I think (something like that)
  25. Looks like you're missing a line in acarsmap.tpl
×
×
  • Create New...