mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-04-19 19:29:21 +12:00
Add files via upload
This commit is contained in:
parent
c632c19c34
commit
fb0a78cf76
17 changed files with 1808 additions and 1799 deletions
|
@ -1,21 +1,21 @@
|
|||
<?php
|
||||
session_start();
|
||||
include("config.php");
|
||||
include("header.php");
|
||||
?>
|
||||
<BR>
|
||||
<CENTER><TABLE CELLPADDING=5><TR><TD>
|
||||
|
||||
<font size="4" style="COLOR:#990000"><span style="FONT-WEIGHT:bold">Why is play time limited?</span></font><br/>
|
||||
<br/>
|
||||
The servers have to work very hard for each player logged in. We have high-end dedicated servers,
|
||||
but they can only run 150-200 players online at once. Dedicated servers are expensive.
|
||||
For these reasons, free players have a limited amount of playtime per day, and are even
|
||||
denied access when the server is nearing capacity. Subscribers have unlimited access, as they are sharing the costs of running the server.
|
||||
|
||||
<BR>
|
||||
<BR><CENTER> <B><A HREF=/account.php>RETURN TO ACCOUNT</A>
|
||||
</TD></TR></TABLE>
|
||||
<?php
|
||||
include("footer.php");
|
||||
<?php
|
||||
session_start();
|
||||
include("config.php");
|
||||
include("header.php");
|
||||
?>
|
||||
<BR>
|
||||
<CENTER><TABLE CELLPADDING=5><TR><TD>
|
||||
|
||||
<font size="4" style="COLOR:#990000"><span style="FONT-WEIGHT:bold">Why is play time limited?</span></font><br/>
|
||||
<br/>
|
||||
The servers have to work very hard for each player logged in. We have high-end dedicated servers,
|
||||
but they can only run 150-200 players online at once. Dedicated servers are expensive.
|
||||
For these reasons, free players have a limited amount of playtime per day, and are even
|
||||
denied access when the server is nearing capacity. Subscribers have unlimited access, as they are sharing the costs of running the server.
|
||||
|
||||
<BR>
|
||||
<BR><CENTER> <B><A HREF=/account.php>RETURN TO ACCOUNT</A>
|
||||
</TD></TR></TABLE>
|
||||
<?php
|
||||
include("footer.php");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue