I compiled TFS 1.2 and successfully started tibia server without any problems except Server Status not working properly.
My dedicated is running on DEBIAN 7.5 Wheezy (oldstable).
WEB (Gesior AAC \ 2012) Is showing 'Server Offline' while it's obviously up and running & fully working.
Otservlist.org also seem to fail to get Server Status and it displays OFFLINE.
Ofcourse, before posting this thread I've tried multiple solutions to fix this issue, but no success .
What have I tried?
Also one interesting info that might be helpful, when Tibia server is online, if you try to connect to the web you would get into the infinite loop and the web wouldn't load. I think this is where is happens:
Thank you for your time
My dedicated is running on DEBIAN 7.5 Wheezy (oldstable).
WEB (Gesior AAC \ 2012) Is showing 'Server Offline' while it's obviously up and running & fully working.
Otservlist.org also seem to fail to get Server Status and it displays OFFLINE.
Ofcourse, before posting this thread I've tried multiple solutions to fix this issue, but no success .
What have I tried?
- IPTABLES; Allow all TCP/UDP traffic (to make sure that iptables aren't blocking serverstatus protocol port)
- Config.lua; statustimeout set to 1
- Changing status protocol port to 7373 in config.lua (changed it back to default)
- Changing a line in GesiorAAC that's creating a new instance of server status class.
Also one interesting info that might be helpful, when Tibia server is online, if you try to connect to the web you would get into the infinite loop and the web wouldn't load. I think this is where is happens:
PHP:
while (!feof($sock))
$answer .= fgets($sock, 1024);
Thank you for your time