Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. You will have to use the default acarsmap.tpl, since it's been revised, and there are alot more options for customization in there. Also a bunch of other fixes, including a few fixes in the admin panel
  2. Revision 864: Tons of new acars map options, fixed #169 fixed #162 fixed #171 fixed #166 ...21 January 2010, 11:39 amTons of new acars map options, fixed #169 fixed #162 fixed #171 fixed #166 fixed #165 refs #145Source: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  3. Revision 863: Tons of new acars map options, fixed #169 fixed #162 fixed #171 fixed #166 ...21 January 2010, 11:37 amTons of new acars map options, fixed #169 fixed #162 fixed #171 fixed #166 fixed #165 refs #145Source: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  4. Can you try Firefox? I see you in there and active
  5. In my post above I asked for what that value is in your config file
  6. I don't have the time right now, there are too many steps involved in doing that
  7. Does FSCaptain send flight reports to a site? If it just generates reports and you still have to manually file PIREPs, then since there's no integration, it will be fine. Otherwise, yes, you can make them work - you will just have to make them look the same. But they won't "interoperate", they'd still be separate entities, just look the same theme-wise
  8. 864 is up right now, build log is slow. Grr. With 864, you'll need to replace your acarsmap.tpl file. Alot more options in there
  9. Revision 862: files cleanup21 January 2010, 10:19 amfiles cleanupSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  10. Seems like it, bummer Guess you'll need a new host.
  11. What browser are you using? What's the email you're usign?
  12. That's upto you on however you want to set it up, there's no one way.
  13. In phpMyAdmin, you might have to convert your tables to support it. There's an option to change the character set. It's probably on "Latin" right now, which would explain the problem.
  14. I would try the update then
  15. A link to an image is coming as: http://www.airindiavirtual.net/vms/http://deepanmehta.net/public_html/airindiavirtual/vms/lib/fsfk//AI0061-2010_01_18_181800-IC164.jpg What's your setting for: FSFK_IMAGE_PATH It should just be: Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT
  16. I would use: if(!is_array($variable)) { echo 'No routes found'; return; } Though you can also use !$variable I'm updating my code to use !is_array() though
  17. Nabeel

    CURRENT FLIGHTS

    Or $acars_flights = ACARSData::GetACARSData(); foreach($acars_flights as $flight) { // Do as you wish } You can also pass a time parameter to ACARSData::GetACARSData(), in minutes, like: $acars_flights = ACARSData::GetACARSData(60);
  18. Nabeel

    Roster list

    In the index function you showed, you can replace it with this: public function index() { $this->render('pilots_list.tpl'); } Which should do what you want. I think I'll revamp this function a bit too, so it can be customized a bit more easily
  19. Hey Alex, I'm not familiar with FSCaptain? What is it? You might be able to import data from your other site, but depending on your coding skill level, much of it might have to be manual. You can adjust "transfer hours" for pilots, though. You can use FSACARS or XAcars, or import reports from FSPax. I use FSFK though, it is the most reliable and full-featured
  20. Revision 861: Including forgotten template, acars fix20 January 2010, 9:50 pmIncluding forgotten template, acars fixSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  21. See the FAQ forum, there's a topic in there
  22. I think you're on the latest? What version are you on now?
  23. Crap, it sounds like I forgot to include that template in the repository. Woops. Another commit is going up to fix that right now. The other error, yep, I know about it - I'm fixing it up on the backend/admin panel first, and fixing that code there, before I essentially copy it over to the front end, so I don't have to do it twice. Are your financials accurate? Thanks!
×
×
  • Create New...