moved website outside of panel folder

This commit is contained in:
Frank Harris 2026-05-13 20:00:40 -04:00
parent 92ac778956
commit 08f07dca97
10328 changed files with 90 additions and 501 deletions

View file

@ -1,57 +0,0 @@
<?php include(__DIR__ . '/includes/top.php'); include(__DIR__ . '/includes/menu.php'); ?>
<div class="container-wide pad-40">
<h1>Terms of Service</h1>
<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'); ?>