Q4 Live Server View on website
Q4 Live Server View on website
hey guys
i would like to view my server info on my site.
like players & map.
pic of current map.
also if you know of a remote consol that would be cool too!
please post links or info.
i would like to view my server info on my site.
like players & map.
pic of current map.
also if you know of a remote consol that would be cool too!
please post links or info.
some thing like "Live Game Server List"
http://www.greycube.com/site/download.php?view.44
but need it for q4..
http://www.greycube.com/site/download.php?view.44
but need it for q4..
found a rcon tool
http://www.hlsw.org/?page_id=41
http://www.hlsw.org/?page_id=41
Re: Q4 Live Server View on website
DrWho wrote:hey guys
i would like to view my server info on my site.
like players & map.
pic of current map.
also if you know of a remote consol that would be cool too!
please post links or info.
There is some php game server browser called gameservers or some shit at dragonfly nuke it supports doom3 so i tmay as well allow you to get a quake 4 query due to the ports configuration in the site mod
-
- Posts: 520
- Joined: Tue Oct 18, 2005 7:59 pm
this isn't a website tool, but it does kick ass:
http://www.dfsoftware.com/downloads.html
it shows the status of your favorite servers in the windows taskbar.
Sorry I guess it doesn't work with Q4, they must have changed the query parameters since Q3.
http://www.dfsoftware.com/downloads.html
it shows the status of your favorite servers in the windows taskbar.
Sorry I guess it doesn't work with Q4, they must have changed the query parameters since Q3.
I don't know if you're ever heard of an old q3 cgi/perl script called q3mon.pl (formerly known as Qsmon before the tweaks). This script uses qstat to query q3 servers and formats the results for web. Well qstat now supports quake4 so all you'd need to do is replace a single argument in the perl script to have a working q4 monitor.
q3mon.pl (just googled it, didn't test):
http://games.mirrors.tds.net/pub/planet ... z/q3mon.pl
qstat:
http://sourceforge.net/project/showfile ... p_id=56603
I've been rewriting the code here and there and this is what I've come up with so far. Nothing fancy but it does the trick.
http://www.dev1ance.net/q4mon/
Hope this helps.
q3mon.pl (just googled it, didn't test):
http://games.mirrors.tds.net/pub/planet ... z/q3mon.pl
qstat:
http://sourceforge.net/project/showfile ... p_id=56603
I've been rewriting the code here and there and this is what I've come up with so far. Nothing fancy but it does the trick.
http://www.dev1ance.net/q4mon/
Hope this helps.
Thanks.
I only edited the script to blend in with my site, so it's not very user friendly. You'll probably want to pick through the code and css and clean it up because it's very messy.
Again, it's nothing pretty but it works.
http://files.dev1ance.net/quake4/q4mon/
btw, qstat seems to have a bug where it doesn't query the player->score (frags). Hopefully it'll be fixed soon.
I only edited the script to blend in with my site, so it's not very user friendly. You'll probably want to pick through the code and css and clean it up because it's very messy.
Again, it's nothing pretty but it works.
http://files.dev1ance.net/quake4/q4mon/
btw, qstat seems to have a bug where it doesn't query the player->score (frags). Hopefully it'll be fixed soon.
Last edited by slackX on Sun Oct 30, 2005 8:32 pm, edited 1 time in total.
so do i just use a url to call the script?
like
http://www.teamtimelord.com/cgi-bin/q4mon.pl
because thats not working.
or do i call the script from with in a html doc.
if so what is the tag syntex?
was i suppossed to included every thing from that qstat-2.10 directory into the cgi-bin... because i didnt.
i am feeling so thick right about now....
like
http://www.teamtimelord.com/cgi-bin/q4mon.pl
because thats not working.
or do i call the script from with in a html doc.
if so what is the tag syntex?
was i suppossed to included every thing from that qstat-2.10 directory into the cgi-bin... because i didnt.
i am feeling so thick right about now....
Thanks riddla, I never thought for a second that this would be worthy of a sticky :P I'll spend some time cleaning up the code and writing some documentation within the perl script itself.
DrWho:
Your webserver is running on a windows machine so you'll need to grab the source and compile it yourself. The binary which I included in the tar.gz was compiled for linux - That is why you can't get it to work. Check out qstat's COMPILE.txt.
btw, 2.10 is now the latest version:
http://sourceforge.net/project/showfile ... _id=365293
DrWho:
Your webserver is running on a windows machine so you'll need to grab the source and compile it yourself. The binary which I included in the tar.gz was compiled for linux - That is why you can't get it to work. Check out qstat's COMPILE.txt.
btw, 2.10 is now the latest version:
http://sourceforge.net/project/showfile ... _id=365293
I really don't know much about compiling qstat in a win32 environment. Perhaps someone who does might be able to help you out there? Sorry DrWho.
In the meantime, I've been doing a little work and have added some documentation, created 2 skins, and cleaned up the code.
Example 1: http://www.dev1ance.net/q3w/q4mon.pl
Example 2: http://www.dev1ance.net/q3w/q4mon2.pl
You can download the latest version here:
http://files.dev1ance.net/quake4/q4mon/
In the meantime, I've been doing a little work and have added some documentation, created 2 skins, and cleaned up the code.
Example 1: http://www.dev1ance.net/q3w/q4mon.pl
Example 2: http://www.dev1ance.net/q3w/q4mon2.pl
You can download the latest version here:
http://files.dev1ance.net/quake4/q4mon/
Last edited by slackX on Sun Oct 30, 2005 8:54 pm, edited 3 times in total.
server-spy is bocked at most employers through web sense...MidnightQ4 wrote:this isn't a website tool, but it does kick ass:
http://www.dfsoftware.com/downloads.html
it shows the status of your favorite servers in the windows taskbar.
Sorry I guess it doesn't work with Q4, they must have changed the query parameters since Q3.
thats why a true server query tool for my windows web server is needed.
Just a lil bump for those who have been looking for a precompiled qstat for windows. I've finally managed to compile it.
qstat 2.10
http://files.dev1ance.net/quake4/q4mon/ ... -win32.zip
qstat 2.10
http://files.dev1ance.net/quake4/q4mon/ ... -win32.zip