-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathterms.php
More file actions
210 lines (207 loc) · 9.19 KB
/
terms.php
File metadata and controls
210 lines (207 loc) · 9.19 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<?php
include 'configuration/config.php';
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title> <?php echo $config['website_name'] ?> - Terms of Service</title>
<?php include_once 'components/header.php';?>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="#"><?php echo $config['website_name'] ?></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarColor01"
aria-controls="navbarColor01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.php"
><span class="fa fa-home"></span> Home
<span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item active">
<a class="nav-link" href="terms.php"
><span class="fa fa-file-text"></span> Terms of Services</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="about.php"
><span class="fa fa-user"></span> About Us</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="report.php"
><span class="fa fa-flag"></span> Report Abuse</a
>
</li>
</ul>
</div>
</nav>
<div class="container pb-5 pt-5">
<div class="card">
<div class="card-header">
Terms of Service for <?php echo $config['website_name'] ?>
</div>
<div class="card-body">
<h3 class="card-title">Terms of Service</h3>
<p>
<ul>
<li>
These terms are binding and apply to any use of the services by
you and anyone who you allow to access your data or our services.
By using our services you and they irrevocably agree to these
terms. If you do not like these terms or don't want to be
bound, you can't use our services. If you do not comply with
these terms, we reserve the right to terminate your service and
therefore delete your data.
</li>
<li>
We can change these terms at any time via our website. Your
continued use means that you agree to the changed terms.
</li>
<li>
You must maintain copies of all data stored by you on our
services. We do not make any guarantees that there will be no loss
of data or the services will be bug free. You should download all
data prior to termination of services.
</li>
<li>
You can't do anything that would damage, disrupt or place an
unreasonable burden on our website or service or anyone else's
use of our website, or a service including but not limited to
denial of service attacks or similar.
</li>
<li>
You can't infringe anyone else's intellectual property
(including but not limited to copyright) or other rights in any
data.
</li>
<li>
You can't resell or otherwise supply our services to anyone
else without our prior written consent.
</li>
<li>
You can't use our services :
<ul>
<li>
to store, use, download, upload, share, access, transmit, or
otherwise make available, data in violation of any law in any
country (including to breach copyright or other intellectual
property rights held by us or anyone else).
</li>
<li>
to send unwelcome communications of any kind (including but
not limited to unlawful unsolicited commercial communications)
to anyone.
</li>
<li>
to abuse, defame, threaten, stalk or harass anyone, or to harm
them as defined by any law in any jurisdiction.
</li>
<li>
to store, use, download, upload, share, access, transmit, or
otherwise make available, unsuitable, offensive, obscene or
discriminatory information of any kind.
</li>
<li>
to upload anything or otherwise introduce any spyware,
viruses, worms, trojan horses, time bombs or bots or any other
damaging items which could interfere with our, or anyone
else's, network, device or computer system.
</li>
<li>
to attempt to gain unauthorised access to any services other
than those to which you have been given express permission to
access.
</li>
</ul>
</li>
<li>
You are not allowed to, and you can't let anyone else use,
copy, alter, distribute, display, licence, modify or reproduce,
reverse assemble, reverse compile, communicate, share, transmit or
otherwise make available, any of our code, content, copyright
materials, intellectual property or other rights without getting
our permission, other than in order to use our services as
intended or as allowed under any open source licences under which
we use intellectual property provided by others.
</li>
<li>
We respect the copyright of others and require that users of our
services comply with copyright laws. You are strictly prohibited
from using our services to infringe copyright. You may not upload,
download, store, share, access, display, stream, distribute,
e-mail, link to, communicate, transmit, or otherwise make
available any files, data, or content that infringes any copyright
or other proprietary rights of any person or entity.
</li>
<li>
We reserve the right to remove data alleged to be infringing
without prior notice, at our sole discretion, and without
liability to you. In appropriate circumstances, we will also
terminate your account if we consider you to be a repeat
infringer.
</li>
<li>
We will try to give you access to our services all the time, but
we do not make any promises or provide you with a warranty that
our services will be without any faults, bugs or interruptions.
</li>
<li>
Whilst we intend that the services should be available 24 hours a
day, seven days a week, it is possible that on occasions the
website or services may be unavailable to permit maintenance or
other development activity to take place or be periodically
interrupted for reasons outside our control.
</li>
<li>
Information on our website will change regularly. We will try to
keep our website up to date and correct, but again, we do not make
any promises or guarantees about the accuracy of the information
on our website.
</li>
<li>
We do not warrant that the services will meet your requirements or
that they will be suitable for any particular purpose.
</li>
<li>
We also aren't legally responsible for:
<ul>
<li>
any corruption or loss of data or other content which you or
anyone else may experience after using services, or any
problems you may have when you view or navigate our website.
</li>
<li>any loss or damage if you do not follow these terms.</li>
<li>
any actions or non-actions of other people which disrupt
access to our services. Including the content and nature of
any data that you upload, access or share. The content of ads
appearing on our website (including links to advertisers'
own websites) as the advertisers are responsible for the ads
and we don't endorse the advertisers' products. The
content of other people's websites even if a link to their
website is included on our website.
</li>
</ul>
</li>
</ul>
</p>
</div>
</div>
</div>
<?php include_once 'components/ads.php';?>
<?php include_once 'components/footer.php';?>
</body>
</html>