<?
require("config.php");
$query = "Select count(*) from MEMB_STAT where connectstat = 1";
$start = mssql_query($query);
$row = mssql_fetch_row($start);
echo "<img src='http://mu.mugamer.com/grafika/serverstatus.php?ile=$row[0]&max=100&sname=PitchBlack MU'>"; ?>