$sock = @fsockopen("127.0.0.1", $config['server']['statusPort'], $errno, $errstr, 1);
Try this:
1- Open config-and-functions.php
2- Find this line:
Code:$sock = @fsockopen("127.0.0.1", $config['server']['statusPort'], $errno, $errstr, 1);
3- That "127.0.0.1" change to your IP
4- If that works Rep+
5- Have a Nice Day!
public I think (from myip.se)
But, your website server and your ot server are at the same computer?
if so, test to change 127.0.0.1 to localhost