Ever wanted to have you're servers playercount on your website?
Well now you can!
Attached is a zip folder.
Inside are two files.
update.php : The php file which handles everything and creates the file.
script.txt : The script to upload to your GServer.
Notes:
In both files you will see one of the following:
$password = 'password';
or
&pass=password
Please MODIFY both passwords to whatever you wish.
You mas also want to change
$Filename = "index.html";
From index.html to somethingelse.html if you already have an index.html file.
In the script.txt file you WILL need to change
http://graalghetto.99k.org/update.php to your own URL.
If you have read and followed all this correctly it should display the servers rc players and the normal player count and the total.
Parts of cbk1994's script in his post which can be found
here were used in my scripts.