Page 1 of 1

PHP server script...

Posted: Thu May 30, 2002 6:20 pm
by Black Halo 2k
Is there any way that I can use php to display the curret status of my counter-strike server? I've seen it done before and wanna know how...

Posted: Thu May 30, 2002 9:03 pm
by volka
found this but haven't tested it

Posted: Fri May 31, 2002 4:43 am
by MattF
I wanted one of these so I edited stuff I found and made it - it is on EvilWalrus, or you can look here to see the source: http://dev.mattford.net/si.phps or http://dev.mattford.net/si.php to actually use it. I edited it for my clan site by adding this line to the top to make it have by clan server by default:

Code: Select all

<?php
if(!isset($ip)) $ip = "server.hitmanclan.com:27015";
?>
Hope you like it and if you find any errors tell me!