diff --git a/WebInterface/game-site/web/checks.php b/WebInterface/game-site/web/checks.php index 8837906..0f34786 100644 --- a/WebInterface/game-site/web/checks.php +++ b/WebInterface/game-site/web/checks.php @@ -1,109 +1,8 @@ - -HORSE ISLE - Online Multiplayer Horse Game - - - - - - - - - - - - - - - - - - - - - -
Welcome to Horse Isle 
- - - - - - - -
USER:
PASS:
(Forgot?)
- -
 
-
+
Alternative Payment Methods
If you cannot use PayPal(recommended) you may send a payment via snail mail to our U.S. Post Office Box.
@@ -124,9 +23,9 @@ USA
Identify Your Payment:
Be sure to include a CLEAR note of what account this is for. Include your email address in case there are problems identifying the account.
    -Your USERNAME =
    -Your ACCOUNT ID =
    -Your SERVER = pinto (make sure this is the one you play on)
    +Your USERNAME =
    +Your ACCOUNT ID =
    +Your SERVER = (make sure this is the one you play on)
Finally, let us know what it is for:
@@ -142,25 +41,6 @@ Remember PayPal Payments are instant and more secure!
Thanks!
[ Return to Account Page ]
- - - - - -
-
-[ Rules ] -[ Terms and Conditions ] -[ Privacy Policy ]
-[ Expected Behavior ] -[ Contact Us ] -[ Credits ]
-Copyright © 2021 Horse Isle - - - - + \ No newline at end of file diff --git a/WebInterface/game-site/web/header.php b/WebInterface/game-site/web/header.php index 8062f90..b9c1d34 100644 --- a/WebInterface/game-site/web/header.php +++ b/WebInterface/game-site/web/header.php @@ -8,8 +8,8 @@ if(session_status() !== PHP_SESSION_ACTIVE) if(!function_exists('is_logged_in')) include('common.php'); -$info = parse_url($_SERVER['HTTP_HOST']); -$host = $info['host']; +$host_names = explode(".", $host); +$host = $host_names[count($host_names)-2] . "." . $host_names[count($host_names)-1]; ?> diff --git a/WebInterface/game-site/web/reasonstosubscribe.php b/WebInterface/game-site/web/reasonstosubscribe.php index 62d3514..74e75f3 100644 --- a/WebInterface/game-site/web/reasonstosubscribe.php +++ b/WebInterface/game-site/web/reasonstosubscribe.php @@ -1,109 +1,8 @@ - -HORSE ISLE - Online Multiplayer Horse Game - - - - - - - - - - - - - - - - - - - - - -
Welcome to Horse Isle 
- - - - - - - -
USER:
PASS:
(Forgot?)
- -
 
-
+
@@ -171,26 +70,6 @@ Subscribers are allowed to draw in the group art rooms.

[ Return to Account Information ]
- - - - - -
-
-[ Rules ] -[ Terms and Conditions ] -[ Privacy Policy ]
-[ Expected Behavior ] -[ Contact Us ] -[ Credits ]
-Copyright © 2021 Horse Isle - - - - - + \ No newline at end of file