23-05-2005, 01:10 AM
Webmaster of VA see more info inside at bottom.
[edit] you can download the php/sql script, see the "tool section" of download.
http://www.fspassengers.com/?action=down...rchtype=Id
So if your VA admin give you a litle cfg file to put in a FsP folder
you have one more menu that appear "Virtual Airline"
Here I have two VA set, "VaFsPassengers" and "Virtual Pilot Group"
![[Image: export_va1.jpg]](http://www.fspassengers.com/images/export_va1.jpg)
For test the first one attempt to connect to this site but there is nobody that
answer (the requested file is not found)
![[Image: export_va2.jpg]](http://www.fspassengers.com/images/export_va2.jpg)
If the site reply Ok you can now export your flight log to your Virtual Airline:
![[Image: export_va3.jpg]](http://www.fspassengers.com/images/export_va3.jpg)
Inside Code, More infos
For webmaster the file that you must provide to each members
is really simple: ("anyname.cfg" go into "config_va" folder)
------------------------------------------------------------------------------------
menu_name=Virtual Pilot Group;
base_url=http://www.fspassengers.com;
path_stats=pageofstats.php;
path_export=getflight.php;
username=visitor;
password=test;
------------------------------------------------------------------------------------
After that FsP use POST http request so you can do whatewer you want at the other side
PHP/ASP etc etc.... any script that can understand form POST (html, php, asp etc etc)
the format will be open and documented
[edit] [... sniped the outdated info]
Post Edited ( 08-06-05 02:06 )
[edit] you can download the php/sql script, see the "tool section" of download.
http://www.fspassengers.com/?action=down...rchtype=Id
So if your VA admin give you a litle cfg file to put in a FsP folder
you have one more menu that appear "Virtual Airline"
Here I have two VA set, "VaFsPassengers" and "Virtual Pilot Group"
![[Image: export_va1.jpg]](http://www.fspassengers.com/images/export_va1.jpg)
For test the first one attempt to connect to this site but there is nobody that
answer (the requested file is not found)
![[Image: export_va2.jpg]](http://www.fspassengers.com/images/export_va2.jpg)
If the site reply Ok you can now export your flight log to your Virtual Airline:
![[Image: export_va3.jpg]](http://www.fspassengers.com/images/export_va3.jpg)
Inside Code, More infos
For webmaster the file that you must provide to each members
is really simple: ("anyname.cfg" go into "config_va" folder)
------------------------------------------------------------------------------------
menu_name=Virtual Pilot Group;
base_url=http://www.fspassengers.com;
path_stats=pageofstats.php;
path_export=getflight.php;
username=visitor;
password=test;
------------------------------------------------------------------------------------
After that FsP use POST http request so you can do whatewer you want at the other side
PHP/ASP etc etc.... any script that can understand form POST (html, php, asp etc etc)
the format will be open and documented
[edit] [... sniped the outdated info]
Post Edited ( 08-06-05 02:06 )