Jump to content

FS Flight Keeper


tutmeister

Recommended Posts

I'm currently running the trial version of FS Flight Keeper and everything uploads fine and works great thanks to me following Keith's tutorial on how to set it up correctly. The two things that aren't working are the uploading of images and position reports. A quick test flight shown here shows what I mean, a blank google maps, bar the departure and arrival airfield:

http://www.unityvirtual.net/index.php/pireps/viewreport/1218

Does anyone else have this issue? Does anyone know if this is due to the limitation of the trial version? I'll be buying the full version within the week, so hopefully will figure it out for sure then.

Link to comment
Share on other sites

I have the full version now and have worked out a couple of the kinks; I am focusing on the position reporting issue for now. By folders, which do you mean? I am simply using the default FSFK module that ships with phpVMS, so am I missing a pertinent step here?

<div><br></div><div>Just for clarity, my position is reported on the ACARS map correctly with the "enroute" flag displayed, that I know from other threads is the only flag FSFK sends. However, it isn't reporting them on PIREP submission, so I've simply got a Dep an Arr icon, which if it wasn't my PIREP, would look suspicious!</div>

Link to comment
Share on other sites

I have the full version now and have worked out a couple of the kinks; I am focusing on the position reporting issue for now. By folders, which do you mean? I am simply using the default FSFK module that ships with phpVMS, so am I missing a pertinent step here?

Do you have the following in your local.config file setup?


/* FSFK Settings
Your FTP Server, and path to the lib/images folder (from where the FTP connects from), IE
ftp://phpvms.net/phpvms/lib/fsfk or ftp://phpvms.net/public_html/phpvms/lib/fsfk

You want the path from when you connect to the FTP down to where the /lib/fsfk folder is 

   SECURITY NOTE! Make a separate FTP user and password ONLY for this, with access only to this folder

*/
Config::Set('FSFK_FTP_SERVER', '');
Config::Set('FSFK_FTP_PORT', '21');
Config::Set('FSFK_FTP_USER', '');
Config::Set('FSFK_FTP_PASS', '');
Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE');
Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT

If your images are not uploading you could have issues here.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...