Visa ett inlägg
Oläst 2006-05-17, 22:38 #6
zilda zilda är inte uppkopplad
Medlem
 
Reg.datum: Oct 2004
Inlägg: 84
zilda zilda är inte uppkopplad
Medlem
 
Reg.datum: Oct 2004
Inlägg: 84
Testa ett @ framför fsockopen

Kod:
<?php
$fp = @fsockopen('spelserver.mine.nu',4040,$errno,$errstr,1);
if(!$fp)
echo 'Offline';
else
echo 'Online';
?>
zilda är inte uppkopplad   Svara med citatSvara med citat