---Game Server Stats Demo Page---

This is a demo of the gamestats.inc PHP include that I made after examining three or four diferent things that didn't completely work right for SoF. Maybe I should call it Frankenstein. On this site it appears as follows, using the server at 75.102.38.11:28910 as an example:

Server Stats
THE DOG HOUSE 1
75.102.38.11:28910 (Connect with SoF-Starter)
Player InfoServer Info
No. Playername Ping Score
1 FUNKY 74 38
2 Hossam Said 185 38
3 Johny English 259 3
4 nick!!! 159 22
5 Reebok 159 1
6 MÀ¿ÁÐrøî 147 0
Game Type: CTF
Map: dm/gerctf1
Players: 6/16
Timelimit: 30
Fraglimit: 0
CTF Loops: 10
Cheats: T13
Suicide Penalty: 2 Points
Movescale: 1.0

DM Flags
Bullet Only Weapons
Infinite Ammo
No Friendly Fire
No Reload
No Falling Damage
Weapons Remain

Game Version: 1.07fx86F[WAX][AC]
Download Sof-Starter

Simply edit the $gsip and $gsport variables in the gamestats.inc file to match your server's IP and hostport, then place the gamestats.inc file in the same directory as your PHP page and place the require("gamestats.inc"); code where you wish the stats table to appear. By default, it is designed for a dark background. The code is still rough and some symbols don't display correctly, but it serves my needs well enough, so I doubt I'll do anything more with it. Feel free to modify as needed or ask for assistance.

Click to download the gamestats.inc file.
Sorry, there's no readme. I'm lazy!

If you prefer the SoF Things server stats or if your webhost does not allow php scripting on your page, you could use an iframe to display your server stats on your site. Also, if you have the ability to create BB code for your forum, you could make a BB code similar to the one I made for the {DT} forums, which allows a user to display the SoF Things server stats in an iframe in their forum post. Here is an example of the iframe in action for the same server as above to display the stats from SoF Things:

Face it, the SoF Things site is awesome! Anyway, the code for the above iframe is located below. Copy it onto your page where you want it to display and change the IP and hostport to match your server:

Click on the Text Box below to select code. Then Copy and Paste.