Parašė lukyzas· 2011 Bal. 2 12:04:25
#1
sveiki , reikia kodo kaip kad cia :
radau viena bet kai rasau ip, port pavadinimas koks reikia bet ip kazkoks keistas(ir visada tas pats)...
arba gal kur klaida ? :
//include THEME."s.php";
error_reporting(E_ALL);
require_once('s.php');
$hlsocket = new HLSocket('82.135.228.145', 27015);
$details = $hlsocket->details();
echo"<table cellpadding='0' cellspacing='0' width='100%'><tr>";
echo"<td width='120'>";
echo $details['ip'];
echo"</td>";
echo"<td width='245'>";
echo $details['hostname'];
echo"</td>";
echo"<td width='100'>";
echo $details['players']; echo" / "; echo $details['max'];
echo"</td>";
echo"<td>";
echo $details['map'];
echo"</td>";
echo"</tr></table>";
echo"<br>";
$hlsocket->close();
echo"</div>";
echo"</div>";
echo "</td>\n</tr>\n</table>\n";
bet nemanau kad cia bus klaida
Redagavo lukyzas· 2011 Bal. 2 13:04:18