Hi!
First of all, congrats for your excelent service!
Now, my problem is the following:
I have this script:
<?php
$info = chr(6).chr(0).chr(255).chr(255).'info';
//making socket connection to an ip and port 7171
$sock = fsockopen('83.149.85.11', 7171, $errno, $errstr, 1);
if ($sock)
{
//writes...