Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. It stays for about 12 hours, you can change it in the local.config.php
  2. Hey, Those would all be in the CSS file
  3. Great, yeah, FSP is a little tricky to get the numbers right. I need to put up a quick tutorial for that in the docs section. No prob!
  4. LOL, the hour's is a known bug. If you install the beta copy (downloads.phpvms.net/phpvms.beta.zip), run the update, it's fixed in that. Does FSP give an error? What does it say?
  5. Hey, We talked over PM. But, make sure the Flight ID is the code + flight number of the flight you're doin
  6. Nabeel

    Integration

    Yeah, follow my tutorial and Roger's, mine starts out with a template like that and moves everything into it.
  7. Actually, it would. Does IE report any errors? What about the error console in Firefox? See the other thread on this page about the map
  8. Make sure all your airports have coordinates
  9. Which one is missing? Inside the loop, after the: <?php foreach($allschedules as $schedule) { ?> adding this: <?php if($schedule->deplong == '' || $schedule->deplat == '' || $schedule->arrlong=='' || $schedule->arrlat == '') { continue; } ?> Will skip that if any of the coordinates are blank. Let's see if that works
  10. Ahh, this: var point = new GLatLng(,); Is one your airports missing a latitude/longitude?
  11. Try some debugging, below the all schedules line: <?php $allschedules = ... # Add this: print_r($allschedules); ?> See if anything outputs. The GMap code seems to be there (when you view source). Try googling it as well ("Google Map missing"), etc, I will as well
  12. Link me to an example when it happens
  13. It shows what FSACARS reports, so it's unlikely it's a system bug
  14. Yep, but I guess it has a "survival of the fittest" effect
  15. But I don't think I'll have enough time for such a project
  16. Double of the planes? Did you edit that template?
  17. You know, that's a possibility. Just a basic flight tracker for phpVMS, supporting all it's functions, for 10 bucks or so. That's not a bad idea Mark
  18. Yep, that data would require alot more effort to track and log, so just trying to see if it's worth it
  19. And floats and those properties
  20. I am considering implementing FSFK into phpVMS, but only if there is sufficient interest. It's a paid ACARS program.
  21. Try the beta
  22. Nabeel

    Integration

    Well it'll be standalone, you can't "integrate" per say, it'll just be the same design (as in, you view source) and copy your HTML over. You can't really integrate the templates etc. What are you trying to integrate into?
  23. Ugh, guys I don't want any drama here. You don't need to apologize to me, just be respectful of everyone here, that's all I ask
  24. Excellent, glad to see it worked. I will double check that pax count. This will probably be in an official update this weekend, thanks for your patience! This was a weird one.
  25. Yes content is all yours. The copyright just covers the code and system itself.
×
×
  • Create New...