-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterms.php
More file actions
32 lines (32 loc) · 2.18 KB
/
terms.php
File metadata and controls
32 lines (32 loc) · 2.18 KB
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
<?php
require_once __DIR__ . '/config.php';
require_once __DIR__ . '/lib/functions.php';
bootstrap();
$page_title = 'Terms of Service | GoldOSRS';
$page_desc = 'GoldOSRS Terms of Service.';
require_once __DIR__ . '/includes/header.php';
?>
<main class="page-content">
<section class="page-hero"><h1>Terms of Service</h1><p>Last updated: January 2026</p></section>
<section class="section" style="padding-top:20px">
<div class="container" style="max-width:800px">
<div class="card" style="line-height:1.9;font-size:14px;color:var(--text-muted)">
<h3 class="text-gold mb-16">1. Acceptance of Terms</h3>
<p>By using GoldOSRS.com you agree to these terms. GoldOSRS is not affiliated with Jagex Ltd. RuneScape® is a trademark of Jagex Ltd.</p>
<h3 class="text-gold mt-24 mb-16">2. Services</h3>
<p>GoldOSRS provides RuneScape gold trading, account services and gambling games. All transactions are final once GP has been delivered.</p>
<h3 class="text-gold mt-24 mb-16">3. Refund Policy</h3>
<p>Refunds are issued if we are unable to complete your order. No refunds once gold has been delivered or services completed. Crypto payments are non-refundable once confirmed on-chain.</p>
<h3 class="text-gold mt-24 mb-16">4. Gambling</h3>
<p>Gambling features are for entertainment purposes. All games are provably fair. You must be 18+ to use gambling features. GoldOSRS is not responsible for any losses.</p>
<h3 class="text-gold mt-24 mb-16">5. Account Security</h3>
<p>You are responsible for maintaining the security of your account. Do not share your password. GoldOSRS will never ask for your password via chat.</p>
<h3 class="text-gold mt-24 mb-16">6. Prohibited Use</h3>
<p>You may not use GoldOSRS for money laundering, fraud, chargebacks or any illegal activities. Accounts found in violation will be permanently banned.</p>
<h3 class="text-gold mt-24 mb-16">7. Limitation of Liability</h3>
<p>GoldOSRS is not liable for any losses resulting from account bans, game updates, or any third-party actions. Use our services at your own risk.</p>
</div>
</div>
</section>
</main>
<?php require_once __DIR__ . '/includes/footer.php'; ?>