• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Can't add server on otservlist

Simonalina

Member
Joined
May 10, 2008
Messages
180
Solutions
1
Reaction score
16
Location
Sweden
As the thread says... I can't add my server on otservlist...

Everything work in otservlist.. i add my server and everything is fine...
Port 80 (Open)
Port 7171 (Open)
Port 7172 (open)
Port 3306 (Open)

My server works great! i got 2 friends playing on it.
One is from Sweden, and the other one is from mexico. it works great for them.

But still, the server wont be shown at Otservlist. what is wrong???
 
Beateds.no-ip.org, 10.77

its offline now becaus im getting tired of this bug...
but if you think you can help me then i will open it and you will se everything is working...
 
Last edited by a moderator:
As the thread says... I can't add my server on otservlist...

Everything work in otservlist.. i add my server and everything is fine...
Port 80 (Open)
Port 7171 (Open)
Port 7172 (open)
Port 3306 (Open)

My server works great! i got 2 friends playing on it.
One is from Sweden, and the other one is from mexico. it works great for them.

But still, the server wont be shown at Otservlist. what is wrong???

Even if you change your global ip or create another account on otservlist?
 
i got that with no-ip that works great,
otservlist not shown up. also on my homepage (Gesior) it says there is 0 players online... and 2 is afk??

Homepage: Beateds.no-ip.org
Server Offline
Server Status
Currently 2 players are online - 0 is active and 2 are AFK on Beateds.

 
Last edited by a moderator:
To solve gesior off line, find:
PHP:
$statusInfo = new ServerStatus($config['server']['ip'], $config['server']['statusPort'], 1);
in your websitefolder/system/load.compat.php
and replace with:
PHP:
$statusInfo = new ServerStatus('127.0.0.1', $config['server']['statusPort'], 1);
If it stills offline
try this one
PHP:
$statusInfo = new ServerStatus('127.0.0.1', 7171, 1);

I don't know if this change solve the otservlist problem too. I hope so.
 
When i add
Code:
$statusInfo = new ServerStatus('127.0.0.1', $config['server']['statusPort'], 1);
The homepage is still offline... and afk players..

When i add:

Code:
$statusInfo = new ServerStatus('127.0.0.1', 7171, 1);

then i can't connect to my homepage at all haha
 
Last edited:
When i add
Code:
$statusInfo = new ServerStatus('127.0.0.1', $config['server']['statusPort'], 1);
The homepage is still offline... and afk players..

When i add:

Code:
$statusInfo = new ServerStatus('127.0.0.1', 7171, 1);

then i can't connect to my homepage at all haha

Ok Simonalina. Do what Limos said. He aways know what happens!
 
yea, but what files do i need? becaus hompeage says offline, that is just the server? xd im not so good haha

I don't want to reset my whole server with accounts and so on
 
Last edited by a moderator:
I don't want to reset my whole server with accounts and so on
You don't need to reset your accounts to UPDATE distro. You'll may get errors on console (different compact.lua functions) that can be easily fixed! And you'll have no problems on distro...

All you have to do is keep your database.sql on main ot server folder.
 
ah ok, and what about the Server i created with visual?

I did the update, but there is still no difference about server offline... damn im getting angry on this crap haha...
i Googled on everything it could be, the most people say its as what you say hugofasima, but thats aint working.. haha

I tried to change what you said.
i also changed "Hosts" file so i could enter with my chars.
all ports are open, right now there is one who is playing.
and i have no idea what to do haha
 
Last edited by a moderator:
I did the update, but there is still no difference about server offline... damn im getting angry on this crap haha...
i Googled on everything it could be, the most people say its as what you say hugofasima, but thats aint working.. haha

I tried to change what you said.
i also changed "Hosts" file so i could enter with my chars.
all ports are open, right now there is one who is playing.
and i have no idea what to do haha

when I was starting to create OT server, change the distro seemed impossible. But nowadays, I recognize that is quite easy.
Just test it! If it work properly with TFS from GitHub, then you'll need to update your distro.

This is the official version of TFS 1.1
https://github.com/otland/forgottenserver/releases/tag/v1.1
 
Back
Top