summaryrefslogtreecommitdiff
path: root/servers.php
blob: 8d493b25c9d9c2c3628f0aa70e983170b77cb5fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
  include("includes/common.php");
  placeHeader("Servers");
?>

<p>There are multiple servers where you can play The Mana World. Each server
can run a different world. Different servers may be set up for different target
languages, but also as an entirely separate projects. Below is a non-exhaustive
list of available servers.</p>

<p style="background-color: #ede2da; padding: 5px; border: 1px solid
#9f9894; -moz-border-radius: 10px;"><i>Security warning:</i> Do not use the same username and password on
two different servers. The server admins can read all of them in clear text and
nothing stops them from trying them on other servers. It happened a lot in the
past that users of the official server got "hacked" because they ignored this
important precaution.</p>

<h3>Global The Mana World server (English)</h3>

<p>Address: <b><tt>server.themanaworld.org</tt></b> (port 6901)<br/>
<a href="http://server.themanaworld.org/">Online player list</a>, <a href="registration.php">Registration</a></p>

<p>This is the official The Mana World server. The current client picks this as
the default server. One thing to keep in mind is that since it's open to
everybody, we ask you to speak English when around other people (other
languages are fine in party or private chat, of course).</p>

<h3>Brazilian The Mana World server (Portugese)</h3>

<p>Address: <b><tt>server.themanaworld.com.br</tt></b> (port 6901)<br/>
<a href="http://www.themanaworld.com.br/">Forums</a>, <a href="http://code.google.com/p/themanaworld-br/">Website</a></p>

<p>Everybody is welcome to play on this server (though you should probably
understand Portugese). It features a custom world developed separately from
the content on the global server, based on the same graphics.</p>

<h3>UFB Mana World</h3>

<p>Address: <b><tt>tmw.ufbteam.com</tt></b> (port 6901)<br/>
<a href="http://tmw.ufbteam.com/manaworld/">Website</a></p>

<p>A server hosted on a dedicated server in France. All languages are
accepted in public. Some content is different from the official server.</p>

<h3>More alternative servers</h3>

<p>More servers can be found on the wiki <a href="http://wiki.themanaworld.org/index.php/Servers">Servers</a> page. You may also advertise your own server there!</p>

<?php
  placeFooter();
?>