PDA

View Full Version : No reply from php ping???


DarkSoul
22-06-2005, 16:09
I am using this script:

<?
$fp = fsockopen ("82.161.5.122", 8767, $errno, $errstr, 1);
if (!$fp) {
echo "Teamspeak Server offline<br>\n";
} else {
echo "Teamspeak Server online<br>\n";
fclose($fp);
}
]however teamspeak does not reply... same for 8767

btw I pasted this in the IRC channel then I got autokicked for spamming websites :S:S:S how long in that ban?

DarkSoul
22-06-2005, 16:21
wtf it now always says it is online :P can someone help me...