summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-04 19:24:28 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-04 19:24:28 +0100
commit56dd0b46b9e55378e91e326a16286a437f958fc7 (patch)
tree58ecacd4be7585be4a808d2621dc74fb44a582b2
parent45f990bf40668f61b78809d60a07505e369c4f31 (diff)
downloadwebsite-56dd0b46b9e55378e91e326a16286a437f958fc7.tar.gz
website-56dd0b46b9e55378e91e326a16286a437f958fc7.tar.bz2
website-56dd0b46b9e55378e91e326a16286a437f958fc7.tar.xz
website-56dd0b46b9e55378e91e326a16286a437f958fc7.zip
Updated the link to the IRC channel
Also removed unnecessary key variables, since they are set in keys.php.
-rw-r--r--includes/common.php4
-rw-r--r--index.php5
-rw-r--r--registration.php2
3 files changed, 4 insertions, 7 deletions
diff --git a/includes/common.php b/includes/common.php
index e8ae8a4..6ce9cc6 100644
--- a/includes/common.php
+++ b/includes/common.php
@@ -29,9 +29,9 @@ function placeHeader($page_title)
<div id="page">
<div id="irc_info">
- <a href="irc://irc.freenode.net/themanaworld" title="IRC">
+ <a href="irc://irc.themanaworld.org/themanaworld" title="IRC">
#themanaworld<br />
- irc.freenode.net
+ irc.themanaworld.org
</a>
</div>
diff --git a/index.php b/index.php
index 011b273..ca96d44 100644
--- a/index.php
+++ b/index.php
@@ -3,9 +3,8 @@
placeHeader("News");
?>
-<!--
-<div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px;">
-<b>Notice:</b> As of 17th of January, the server moved from <i>animesites.de</i> to <i>server.themanaworld.org</i>. We thank Ultramichy for hosting us for so long at no cost. The server is now hosted on <a href="http://platinum.linux.pl">platinum.linux.pl</a>, a server which supports nonprofit initiatives.
+<!-- <div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px;">
+<b>Notice:</b> New account creation disabled due to excessive abuse of this feature. If you want to sign up, contact thorbjorn or Jaxad0127 on IRC for now.
</div>
-->
<?php
diff --git a/registration.php b/registration.php
index 0033dc2..27d2f83 100644
--- a/registration.php
+++ b/registration.php
@@ -6,8 +6,6 @@
require_once('recaptcha-php/keys.php');
- $publickey = "6LexmAQAAAAAAJD-07K2pF5RvTfIdRrlE4lKbUZ2"; // you got this from the signup page
- $privatekey = ":::";
$enable_captcha = true; // modify this in production
$showform = true;