PHP server script...
Posted: Thu May 30, 2002 6:20 pm
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...
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
if(!isset($ip)) $ip = "server.hitmanclan.com:27015";
?>