vFAB Posted June 25 Report Share Posted June 25 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! Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted June 26 Report Share Posted June 26 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 1 Quote Link to comment Share on other sites More sharing options...
vFAB Posted June 26 Author Report Share Posted June 26 Perfect, thank you very much! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.