summaryrefslogtreecommitdiff
path: root/registration.php
blob: 8a0c4acac5b18ca4b4a86b4f41f2eba56542f266 (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
<?php
    include('includes/common.php');
    placeHeader("Registration");
?>
<p>With this form you can register for a new account.</p>

<p>Note that you also need to <a href="downloads.php">download Manaplus</a>, The Mana World's official client, and run it to log in and play.</p>

<br><p><i>We will never give your email to someone else or send you spam! Its only purpose is to notify you whether account creation succeeded. Also your email is important to send you a new password if you forgot yours (<a href="https://forums.themanaworld.org/viewtopic.php?f=3&t=17737">further information).</a></i></p>

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

<a href="/register" style="margin: 2em;font-size: 3em;display: block;">&gt;&gt; Continue &gt;&gt;</a>

<?php
    placeFooter();
?>