• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Question about OTServer status

yohanaugusto

New Member
Joined
Sep 28, 2008
Messages
73
Reaction score
0
I'm making a simple university project about game status in PHP and i'm getting problem to conect to Open Tibia Servers. I was searching and I found this:
@$sock = fsockopen ($ip, '7171', $errno, $errstr, 1);
$info = chr(6).chr(0).chr(255).chr(255).'info';
fwrite($sock, $info);

But i'm getting the following error:
Notice: fwrite(): send of 8 bytes failed with errno=1 Operation not permitted in ... on line 97

Any ideas?
 

Similar threads

Back
Top