Changes to be committed:

modified:   modules/billing/admin.php
	modified:   modules/billing/cart.php
	modified:   modules/billing/css/header.css
	renamed:    modules/billing/includes/config.inc.php -> modules/billing/includes/config.inc.php.orig
	modified:   modules/billing/includes/menu.php
	modified:   modules/billing/order.php
	modified:   modules/billing/privacy.php
	modified:   modules/billing/serverlist.php
	modified:   modules/billing/tos.php
This commit is contained in:
Frank Harris 2025-10-23 19:25:29 -04:00
parent f0405e5998
commit 426b32b747
9 changed files with 195 additions and 85 deletions

View file

@ -1,6 +1,57 @@
<?php include(__DIR__ . '/includes/top.php'); include(__DIR__ . '/includes/menu.php'); ?>
<div class="container-wide pad-40">
<h1>Terms of Service</h1>
<p>This is the terms of service placeholder.</p>
<p>
Last updated: 2025/10/23
Who we are
- We host game servers. Thats it. We try hard to keep them fast, stable, and easy to use.
What youre buying
- Youre renting server time and resources for your games and mods.
- Well do our best to keep your server online and help you when something breaks.
Refunds & downtime
- First month: Ask for a refund anytime in the first 30 days—full refund, no questions asked.
- After that: If your server has downtime, tell us. Well credit or refund a fair, pro-rated amount for the time affected.
Billing & renewals
- No automatic billing. No surprise charges.
- You must log in to renew. Well email you when your service is coming due.
What we expect from you
- Use your server for legal, non-abusive stuff. No DDoS, malware, crypto mining, harassment, or anything illegal.
- Respect game/mod licenses and EULAs. Youre responsible for the content you upload and run.
- Keep your passwords safe. Youre responsible for activity on your account.
Backups & data
- We do our best, but backups are not guaranteed. Keep your own copies of anything important.
Fair use
- Dont hog shared resources in ways that ruin performance for others. We may throttle or move a server to keep things stable.
Support
- We provide best-effort support via {SUPPORT_EMAIL or PORTAL}. Share logs or details so we can help faster.
Service changes
- We may update software, move you to a better node, or make tweaks to improve reliability.
Suspension
- We can suspend or terminate a service that breaks these rules or harms the network. Well try to contact you first unless its urgent.
Liability (kept simple)
- Technology breaks sometimes. Well make it right with refunds/credits, but were not responsible for indirect losses.
Updates to this page
- If we change these terms, well update the date above. Keep using the service only if you agree with the updates.
Contact
- Questions or issues?
</p>
</div>
<?php include(__DIR__ . '/includes/footer.php'); ?>