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
57 lines
2.1 KiB
PHP
57 lines
2.1 KiB
PHP
<?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. That’s it. We try hard to keep them fast, stable, and easy to use.
|
||
|
||
What you’re buying
|
||
- You’re renting server time and resources for your games and mods.
|
||
- We’ll 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. We’ll 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. We’ll 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. You’re responsible for the content you upload and run.
|
||
- Keep your passwords safe. You’re 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
|
||
- Don’t 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. We’ll try to contact you first unless it’s urgent.
|
||
|
||
Liability (kept simple)
|
||
- Technology breaks sometimes. We’ll make it right with refunds/credits, but we’re not responsible for indirect losses.
|
||
|
||
Updates to this page
|
||
- If we change these terms, we’ll 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'); ?>
|