PHP server script...
Moderator: General Moderators
-
Black Halo 2k
- Forum Newbie
- Posts: 1
- Joined: Thu May 30, 2002 6:20 pm
PHP server script...
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...
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:
Hope you like it and if you find any errors tell me!
Code: Select all
<?php
if(!isset($ip)) $ip = "server.hitmanclan.com:27015";
?>