Jump to content

PHP coder needed


ukmil

Recommended Posts

I am looking for someone who knows PHP to create a script for me. My VA uses an online server, away from PHPVMS, which is FSD based. I need an online map creating in PHP that reads the flat text file created by the server, and plots the aircraft posiitions etc on a map.

Anyone?

Link to comment
Share on other sites

there are maps available on out there, but no one will release the code. I think it actually uses PHP and Java.

We use PHPVMS to track the hours etc, but we fly online together, using FSINN, which is a FSD based server.

FSINN creates a TXT file called WHAZZUP.TXT with the data of all the players, like co-ords, speed, alt etc

The script then takes this, and displays it on a map, just like PHP VMS, but uses the data in the TXT file.

You can see an example here

http://xfsd.ansorg-web.de/fsdmap/

Link to comment
Share on other sites

  • Administrators

You can adapt the Vatsim data reader that I have on GitHub. Vatsim and IVAO has the same type of data file as the wazzup.txt file you are refering to. You will just need to adjust the parameters to meet your client section so when it parses the data it knows where to start going through the clients connected. There is also a Google map adaptation included in the package.

Forum Thread -> http://forum.phpvms.net/topic/5946-vatsim-data-reader/

GitHub Link -> https://github.com/DavidJClark/phpVMS-VatsimDataReader

Link to comment
Share on other sites

ok, i am lost here

i downloaded your module, then in the VATSIM module file, i changed the URL to my TXT file.

I uploaded the files to my server

But, where do i put those example lines such as

?php MainController::Run('Vatsim', 'create_vatsim_livemap', '!CLIENTS:', 'PILOT', ''); ?>

where do i put this?

Link to comment
Share on other sites

  • 3 weeks later...

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...