Jump to content

List of pilots on a page external to PHPVMS 7


Recommended Posts

Hello, I would like to take the list of pilots, as well as the MAP, to an external page, other than PHPVMS, can anyone give me some tips on how to do this? ex: my phpvms is at: (www.intraer.vfab.com.br) and I want to take some data only to (www.vfab.com.br) which is also in the php language.

thanks!

Link to comment
Share on other sites

Hi, for this to happen you need to use API (best way) and external calls to those endpoints, or you need to load a laravel application instance in your homepage to get what you need (uses more server resources and less practical), also you can define an external connection and pull data out from the db directly (worst way, you will lose lots of stuff).

 

For some basic examples and pre-built API solutions you can check DisposableBasic addon, it provides some endpoints for VA admins to pull data out of v7.

 

LiveMap is a different subject, it runs with java/rivet calls, so it is already possible to implement it somewhere outside phpvms v7, check how the map widget works and mimic something outside.

 

Good luck

  • Like 1
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...