I wrote a PHP interface to send remote console (rcon) commands to a Quake3 server. It has about all the features a server admin should need, all packed in a compact interface. Read more for a detailed list of features, or see the demo.
Features
- Manage conveniently several servers
- Define a set a custom configs for each server (e.g. “ctf.cfg”, “tdm.cfg”, …)
- Easily add your own rcon command buttons
- One Click Nick Kick © ® ™ :-P
- One click IP banning
- Sortable player data (optional, MSIE only, click on “Score” in the demo to see)
- .css layout so you can easily integrate the page in an existing site with your colors, look & feel
Download
Get the script, edit the beginning to suit your needs, and upload it on your web server.
- webrcon.txt (right click & save as webrcon.php)
- webrcon.php (colorized html, copy & paste into a blank file but don’t download it : it’s colorized html, not code :)
Related posts
Shorter URL
Want to share or tweet this post? Please use this short URL: http://ozh.in/42
Pages: [4] 3 2 1 » Show All
wrote, on 03/Dec/09 at 9:24 am # :
Hey guys,
I wrote another q3 Ufreeze admin web app, thats pretty slick, might consider this also: http://www.empire-clan.net/q3manager.tar.gz
I used the webrcon script here.. but desided that it didn’t have some of the options I wanted. This script queries the server and runs a command called dumpstats which generates a xml file in your /root/.q3a/stats/here.xml then the php program i wrote parses the xml file and gives a pretty cool display. check it out – send me an email if you like it j.loveles at gmail doot com