• 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!

New Otservlist

Waste of time?

  • Yes

  • No


Results are only viewable after voting.

Itutorial

Legendary OT User
Joined
Dec 23, 2014
Messages
2,332
Solutions
68
Reaction score
1,009
Not sure if this topic is even allowed here but I am working on a new otservlist website. Essentially I want to make it so people can create there own page for the server on the website.

You can check it out here: otservers.ddns.net

Its not close to ready but I wanted to see opinions.

Server statistics will be real with no loop holes. Online player information for instance will be required to only show 1 player per IP, account, ect.
The main thing is people will be able to submit their own custom made pages on the site to be shown.

If you click on the server name it will direct you to their own server page. This is the example page.

PHP:
<html>

<head>
    <link rel="stylesheet" href="layout/style.css">
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Server Info</title>
</head>


<body>
    <a href="home.php"><button>Home</button></a>
    <div style="margin:auto;text-align:center;width:900px;height:900px;background-color:#303030;">
        <h1 style="border:3px solid red;color:red"> <?php echo $serverName; ?> </h1>
      
        <p>
            <textarea id="serverInfoTA" rows="1" cols="50" maxlength="500" readonly="true"> <?php echo $serverArray[3]; ?> </textarea>
        </p>
      
        <div style="float:left;">
            <p style="border:2px solid red;width:100px;float:left;margin-left:120px;">Server Info</p>
            <p style="border:2px solid red;width:100px;float:left;margin-left:350px">Features</p>
            <table style="border:none;clear:both;" id="ServerTableName">
                <tr id="columTR">
                    <th style="border:1px solid black;">Name</th>
                    <th style="border:1px solid black;">Ip</th>
                    <th style="border:1px solid black;">Protocol</th>
                    <th style="border:1px solid black;">Port</th>
                    <th style="border:1px solid black;">Players</th>
                    <th style="border:1px solid black;">ExpRate</th>
                    <th style="border:1px solid black;">Website</th>
                </tr>
                    <tr>
                        <td> <?php echo $serverArray[1]; ?> </td>
                        <td> <?php echo $serverArray[2]; ?> </td>
                        <td> <?php echo $serverArray[4]; ?> </td>
                        <td> <?php echo $serverArray[5]; ?> </td>
                        <td> <?php echo $serverArray[6]; ?> </td>
                        <td> <?php echo $serverArray[7]; ?> </td>
                        <td> <?php echo $serverArray[8]; ?> </td>
                    </tr>
            </table>
            <div style="height:200px;width:524px;float:right;border:1px solid red;">
                <p> More info </p>
            </div>
        </div>
      
        <div style="height:461px;width:100%;clear:both;border:1px solid red;">
            <p> bottom </p>
      
        </div>
      
      
      
    </div>

</body>



</html>
 
Not sure if this topic is even allowed here but I am working on a new otservlist website. Essentially I want to make it so people can create there own page for the server on the website.

You can check it out here: otservers.ddns.net

Its not close to ready but I wanted to see opinions.

Server statistics will be real with no loop holes. Online player information for instance will be required to only show 1 player per IP, account, ect.
The main thing is people will be able to submit their own custom made pages on the site to be shown.

If you click on the server name it will direct you to their own server page. This is the example page.

PHP:
<html>

<head>
    <link rel="stylesheet" href="layout/style.css">
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Server Info</title>
</head>


<body>
    <a href="home.php"><button>Home</button></a>
    <div style="margin:auto;text-align:center;width:900px;height:900px;background-color:#303030;">
        <h1 style="border:3px solid red;color:red"> <?php echo $serverName; ?> </h1>
     
        <p>
            <textarea id="serverInfoTA" rows="1" cols="50" maxlength="500" readonly="true"> <?php echo $serverArray[3]; ?> </textarea>
        </p>
     
        <div style="float:left;">
            <p style="border:2px solid red;width:100px;float:left;margin-left:120px;">Server Info</p>
            <p style="border:2px solid red;width:100px;float:left;margin-left:350px">Features</p>
            <table style="border:none;clear:both;" id="ServerTableName">
                <tr id="columTR">
                    <th style="border:1px solid black;">Name</th>
                    <th style="border:1px solid black;">Ip</th>
                    <th style="border:1px solid black;">Protocol</th>
                    <th style="border:1px solid black;">Port</th>
                    <th style="border:1px solid black;">Players</th>
                    <th style="border:1px solid black;">ExpRate</th>
                    <th style="border:1px solid black;">Website</th>
                </tr>
                    <tr>
                        <td> <?php echo $serverArray[1]; ?> </td>
                        <td> <?php echo $serverArray[2]; ?> </td>
                        <td> <?php echo $serverArray[4]; ?> </td>
                        <td> <?php echo $serverArray[5]; ?> </td>
                        <td> <?php echo $serverArray[6]; ?> </td>
                        <td> <?php echo $serverArray[7]; ?> </td>
                        <td> <?php echo $serverArray[8]; ?> </td>
                    </tr>
            </table>
            <div style="height:200px;width:524px;float:right;border:1px solid red;">
                <p> More info </p>
            </div>
        </div>
     
        <div style="height:461px;width:100%;clear:both;border:1px solid red;">
            <p> bottom </p>
     
        </div>
     
     
     
    </div>

</body>



</html>
Keep working your work is good
 
This the billionth "new otservlist". I support this and probably most of the forum does! We always do :D
So can you please be the one to follow through, finally?

I like the idea of having a page for ourselves and regarding online count etc do you plan to have any other metrics that helps players decide if a server is worth trying?
 
It's not just building a new site, even if you make a better list you need to think on what kind of problem otserv list has today that yours will solve, and if that will be enough to at least try to compete with a 10+ years consolidated website that is in the heart and mind of all players and otadmins.

That's why I personally dislike the idea of having another website, the best server list IMO would be a common Launcher shared across the community (steam format, perhaps?) or in otclient itself.
This way you're reducing the effort of joining a website to search a server and plus you would have direct access to data of how many people are actually playing through each ip without having to enforce owners to make changes in their core code. Plus, a steam based list would track not only amount of players (which we already know by example isn't the ideal metric) but could have reviews and other ways to group and highlight servers
 
It's not just building a new site, even if you make a better list you need to think on what kind of problem otserv list has today that yours will solve, and if that will be enough to at least try to compete with a 10+ years consolidated website that is in the heart and mind of all players and otadmins.

That's why I personally dislike the idea of having another website, the best server list IMO would be a common Launcher shared across the community (steam format, perhaps?) or in otclient itself.
This way you're reducing the effort of joining a website to search a server and plus you would have direct access to data of how many people are actually playing through each ip without having to enforce owners to make changes in their core code. Plus, a steam based list would track not only amount of players (which we already know by example isn't the ideal metric) but could have reviews and other ways to group and highlight servers
Good aspect on it. I feel like if more of the community used otclient then this could be something. Could write the website to connect your otclient directly by clicking a link. Owners could create test accounts or something like that. Whatever the case. With a lot of people still using the original tibia client something like this can be achieved it just won't be as simple. Connecting can be simple but all the extras people like wouldn't.

Even storing the servers spr/data file would be possible to load the client up. Testing a new server would be 1 click of a button. Again this requires a push for otclient.

Really the main idea is allowing people to showcase their server a little better and adding some more QOL services on the website for finding specific servers and people knowing for sure the data collected is correct. Even if that means I get some people to check servers as a job. I know a lot of servers have owners that try to scam people on them and that would be the kind of rats I try to sniff out.

otservlist hasn't changed in a long time and xinn is pretty much done with it. He is obviously still active and does what he can I just think I can put a little more into it. Even if its for no reason.
 
Last edited:
You have been blacklisted from the website. Speak with an admin on discord for possible removal.

xD
 
Lookin pretty good!
5bf14f2984b692492fd081a0af01329c.png
 
You have been blacklisted from the website. Speak with an admin on discord for possible removal.

xD
Where are you connecting from? Device, location, ect.
Post automatically merged:

I like the current one tho
That's fine. This may die, whatever, just doing this to practice and see if I can make something good. Doesn't matter to me.


NOTE
If you create an account IP's are being logged, on the accounts already. If you don't want your IP logged for whatever reason dont make an account.
 
Last edited:
This the billionth "new otservlist". I support this and probably most of the forum does! We always do :D
So can you please be the one to follow through, finally?

I like the idea of having a page for ourselves and regarding online count etc do you plan to have any other metrics that helps players decide if a server is worth trying?
Up votes and allowing admins to modify there pages themselves essentially. You can see how much work is put in by their quality on the site.
 
Layout starting to come together. Working with someone to get some nice visuals added. Some features that will be on the site:

1) Tools (A sorted list of all tools for tibia servers)

2) Clients (Similar to otservlists clients - I will make sure clients are base/default as much as possible I know some 8.6 and 7.4 are modified on otservlist)

3) Support (Just general information on the site and how to do certain things)

4) TFS documentation (Will try to make a good system for TFS documentation on the site)

5) Servers can be searched by various and multiple search types (name, ip, protocol, exprate)

6) Link to otland.

That is it for now. I will try to think of some more stuff. If you guys think of anything that would be nice to have on the site please say something.
 
Back
Top