Is there any way to pull stuff like players, what mission is running etc, to display on a webpage?
Like, does the server have a port you can connect to and grab that information, then parse it and display on website..
Is there any way to pull stuff like players, what mission is running etc, to display on a webpage?
Like, does the server have a port you can connect to and grab that information, then parse it and display on website..
yes. its called gamespy. you can check this out.
http://gameq.sourceforge.net/
and or
http://gamequerylib.sourceforge.net/...Query-php.html
Last edited by nuxil; Apr 14 2012 at 07:17.
Downloaded those php files.. from 2007 btw.. quite old and were still beta at that time.. Needless to say it didnt work at all..
no. it a start. there was some changes to the gamespy protocole in arma2, so you need to adapt it to the changes. or make your own queryscript.
if you search or go though this thread section you will find the answer. im just to lazy seaching for you.
This any good?
http://www.gametracker.com/search/arma2/
Click on a server on the list and it will display some data about it. If you have an account, you can make it create some html that you can put on your page. See my http://www.codemartyrs.info/ link for mine.
My server, search up yor own, and fiddle with XML link (top of page). Guess that's what you want![]()
I know this post is kinda old, but...
Here is a PHP class that I use called GameQ:
http://gameq.sourceforge.net/
I use the GameSpy3 protocol. It might need some editing though.