Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Ok so you need to install. Did you reupload the files?
  2. What about IE8?
  3. Perhaps in the next version, yes
  4. You can make them manual, check the app.config.php for the setting. But there's nothing with an alert right now. It's a good idea.
  5. Ah ok, yeah, that's in the bug list, thanks
  6. there doesn't need to be a "" because it's an integer, whether you put a '' in the set or not
  7. I would contact your host. You're probably on shared hosting and their server is overloaded
  8. It should be populating in the landingrate column. I think this addon needs to be updated. Just change instances of 'landing_stat' to 'landingrate'
  9. My condolences man, hope things look up for you soon. We're all here for ya!
  10. Contact your host, or read their site, they may have instructions. It's hard to tell from screenshots
  11. Weird, looks like there's something wrong with your account. I would email them.
  12. What do you mean install it into each aircraft?
  13. Make a folder in lib called fsfk (all lower case) Then setup the FTP settings in the app.config (copy them to local.config). that should be it
  14. Look in app.config.php and copy the settings from that file into local.config.php
  15. local.config is in the core folder
  16. The download URL works - post your va-template file. For the FTP - when you log into FTP, what's the directory path tot he /lib/fsfk folder? it's probably has to be: */ Config::Set('FSFK_FTP_SERVER', 'ftp://server72.hosting2go.nl/subdomains/va/httpdocs/lib/fsfk'); Config::Set('FSFK_FTP_PORT', '21'); Config::Set('FSFK_FTP_USER', 'fgroeneveldt'); Config::Set('FSFK_FTP_PASS', ''); Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE'); Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); Passive mode is set to true. Post your va-template, it will most likely be correct
  17. Try searching again, I seem to remember a thread where you could restrict based on rank, I had posted the code in there to place in schedule_results.tpl
  18. Is this on the client side or admin?
  19. It does pull the data from fspax and fsfk, yes.
  20. I never rely on auto launches. I always launched FSX, setup my flight, then launched FSFK, then connect to FS manually and start ACARs manually
  21. Because the pie chart doesn't really handle times, it just doing it as a fraction of a number, not a 60-minute time interval. The overall ratio should be correct. The code, well, I guess the OP wanted it for a module
  22. What version of PHP are you running? Seems like you're not on 5.2 or above
  23. Hey, You have to use an FTP client (I use WinSCP, some people use Filezilla). Your host should have specific instructions
  24. Yes, shows the flight time per aircraft for that pilot. Are the times not adding up? The times might be a little different, due to the fact that the stats counter is using mysql to add up the times, whereas I do it manually. It shouldn't differ too much, though. Which actually bring me back to the OP's question: $flown_counts = StatsData::pilotAircraftFlownCounts($pilotid); Do a print_r($flown_counts), that will return loads of information, per-aircraft. Chances are, what you're looking for is probably in there
  25. Nabeel

    Admin template

    There's a setting to change it, in local.config: Config::Set('ADMIN_SKIN', 'layout_dark');
×
×
  • Create New...