summaryrefslogtreecommitdiff
path: root/registration.php
diff options
context:
space:
mode:
Diffstat (limited to 'registration.php')
-rw-r--r--registration.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/registration.php b/registration.php
deleted file mode 100644
index 8a0c4ac..0000000
--- a/registration.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?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();
-?>