-
Notifications
You must be signed in to change notification settings - Fork 1
/
tos.php
35 lines (35 loc) · 1.92 KB
/
tos.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?
$title="Terms Of Service";
require_once("members/config.php");
require_once("members/header.php");
?>
<div id="content-header"><h1>Terms of Service</h1></div>
<div id="breadcrumb">
<a href="index.php" title="Go to Home" class="tip-bottom"><i class="icon-home"></i> Home</a>
<a href="#" class="current">Terms of Service</a>
</div>
<br>
<div class="container-fluid gplay">
<div class="well">
<ol>
<li>Each player is limited to having only one account.</li>
<li>An account is only to be played by one person; the creator of that account.</li>
<li>Accounts sharing the same ip are not to send items to each other, or assist each other in any way.</li>
<li>Advertising anything not related to Global Takeover is strictly forbidden.</li>
<li>Advertising anything related to Global Takeover via other online games is strictly forbidden.</li>
<li>The shooting of administrators or moderators is forbidden.</li>
<li>If anyone other than the account creator is on an account, even if it has been hacked, the account(s) involved will be banned.</li>
<li>Any exploits found in the game must instantly be reported to an admin. If none are online, send the same message to all admins.</li>
<li>Any cheaters found in the game must instantly be reported to an admin, along with valid evidence. </li>
<li>The use of proxies in any way is forbidden.</li>
<li>Pornography, racism, sexual harrassment, and discrimination of any kind is forbidden.</li>
<li>Tokens must be purchased with money used with permission from the holder. No refunds will be given.</li>
<li>Transfering of any other money/bullets from other games to this one is strictly forbidden</li>
</ol>
<hr>
The failure to comply with any of these rules will result in an instant ban of the account(s) in question. No discussion will be given, and no unbanning will ever occur. No exceptions to the rules will be given under any circumstances.<br />
Thank you.
</div>
<?
include("members/footer.php");
?>