miniarma Posted May 21, 2021 Report Share Posted May 21, 2021 Like we could do with phpVMS 5.5.2 and call the stats into a HTML document by calling in the config for phpVMS. Is there a way this can be done with VMS7 ? If so please could someone point out what would need to be called Thanks Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted May 22, 2021 Report Share Posted May 22, 2021 As far as I understand, you want to display some phpvms v7 data (fleet, flights, statistics or whatever) in some other (outside of application namespace) area ... Like another page (or landing page) of your virtual airline. Or you want to display them inside the namespace but in a combined way (like displaying flights and pireps in the same page) There is no defined or pre-built way for this. You can read from data directly from the database with an external script and display the contents where you wish and how you wish. (Needs php + mysql knowledge, you will loose Laravel capabilities) Or you can use a module (to keep laravel support and all built in methods functional) to read the data and display the results in a page (within application namespace) without a navbar, then you can iframe that page to anywhere you wish (Needs php + laravel knowledge, you will loose some styling and blending capabilities due to iframe) 1 Quote Link to comment Share on other sites More sharing options...
miniarma Posted June 4, 2021 Author Report Share Posted June 4, 2021 On 5/22/2021 at 8:59 AM, DisposableHero said: As far as I understand, you want to display some phpvms v7 data (fleet, flights, statistics or whatever) in some other (outside of application namespace) area ... Like another page (or landing page) of your virtual airline. Or you want to display them inside the namespace but in a combined way (like displaying flights and pireps in the same page) There is no defined or pre-built way for this. You can read from data directly from the database with an external script and display the contents where you wish and how you wish. (Needs php + mysql knowledge, you will loose Laravel capabilities) Or you can use a module (to keep laravel support and all built in methods functional) to read the data and display the results in a page (within application namespace) without a navbar, then you can iframe that page to anywhere you wish (Needs php + laravel knowledge, you will loose some styling and blending capabilities due to iframe) Would you be willing to share this information with me ? If it costs lets me know Thanks Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted June 4, 2021 Report Share Posted June 4, 2021 21 hours ago, miniarma said: Would you be willing to share this information with me ? If it costs lets me know Thanks Sorry, I was just trying to give you some ideas about how it can be done ... The information you need (for both) is open to public via web, you can search documents and/or courses if you wish to proceed on your own, if not you can hire a freelancer to do the coding for you (but I am not that guy). Hope you figure out the best solution for your needs. 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.