Create a website with in-game info

Hi all. I’m trying to develop a website accessible only to police that fetches vehicle information/personal information from my database. What would be the best way to go around it. Basically if you’re looking for a person I want it to fetch the ID Portion of the Policejob menu and all open fines. And vehicle info show the owner/plate brand and model for the car.

The best way to go about it would be to really set out what exactly you want to be pulling from the database, establish how you want it layed out, and then define what user input is required to access it.

I use a CityID/LicenceID uniquely assigned to each character made for police to easily input and pull all the information required. The police also have the option of using the characters name to search.

A great one to look at would be the JS4 MDT.

Thank you for the reply. The police here use a system called MEOS. I basically want to reproduce it. https://112leeuwardennieuws.nl/wp-content/uploads/sites/3/2017/01/15894611_615461758656222_5875915674404960988_n.jpg here you have a preview of the layout. Bascially I want to design my website this way.

“Persoon” lets you search for any individual and pulls ID information like name, date of birth, gender, job, what kind of licenses they own, a total fine amount and what fines are currently open

“Vervoermiddel” lets you search on license plate and shows the owner of the car, the make, model, show if it’s insured or not and so forth. I think you get the gist here.