-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy.php
More file actions
233 lines (215 loc) · 12.7 KB
/
privacy.php
File metadata and controls
233 lines (215 loc) · 12.7 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/assets/images/RL-icon.png">
<title>Runlevel Systems | Privacy Policy</title>
<!-- CSS -->
<link href="assets/css/coreloop.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<?php
// Page-specific variables
$current_page = 'privacy';
$header_class = 'privacy-header inner-header';
$page_subtitle = 'Design • Debug • Deploy';
?>
<!-- Include Site Header -->
<?php include 'includes/header.php'; ?>
<!-- Include Navigation Header -->
<?php include 'includes/navigation.php'; ?>
<!-- Privacy Policy -->
<section class="privacy-policy">
<div class="container page-bgc">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h2 class="title mt0">Privacy Policy</h2>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<p class="inner-p" style="font-size: 14px; color: #7894b9;">Last updated: March 2026</p>
<p class="inner-p">
This privacy policy applies to all software, games, websites, and services created or published by Runlevel Systems.
</p>
<p class="inner-p">
This includes applications released under our main brand as well as products and services such as GameServers.World and any other projects developed by Runlevel Systems.
</p>
<p class="inner-p">
Our goal is simple: we create software and games for entertainment and useful services. We do not collect personal information unless it is necessary for the service to function.
</p>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div class="wds-card">
<h3 style="color: #ffd166; margin-bottom: 15px;">Information We Collect</h3>
<p style="color: #a8bedc; margin-bottom: 15px; font-size: 16px; line-height: 1.6;">
Most of our applications and services do not directly collect personal information.
</p>
<p style="color: #a8bedc; margin-bottom: 10px; font-size: 16px; line-height: 1.6;">
However, some apps or services may automatically collect limited technical information such as:
</p>
<ul style="color: #a8bedc; font-size: 16px; line-height: 1.8; padding-left: 20px; margin-bottom: 15px;">
<li>Device type</li>
<li>Operating system version</li>
<li>App usage statistics</li>
<li>Crash reports</li>
<li>Anonymous identifiers used for advertising or analytics</li>
</ul>
<p style="color: #a8bedc; font-size: 16px; line-height: 1.6;">
This information helps us improve stability, performance, and user experience.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div class="wds-card">
<h3 style="color: #ffd166; margin-bottom: 15px;">Advertising</h3>
<p style="color: #a8bedc; margin-bottom: 15px; font-size: 16px; line-height: 1.6;">
Some of our applications may display advertisements provided by third-party advertising networks such as Google AdMob.
</p>
<p style="color: #a8bedc; margin-bottom: 15px; font-size: 16px; line-height: 1.6;">
Advertising providers may automatically collect anonymous device information in order to show relevant ads and measure ad performance.
</p>
<p style="color: #a8bedc; font-size: 16px; line-height: 1.6;">
Some apps may offer a one-time purchase to remove advertisements.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div class="wds-card">
<h3 style="color: #ffd166; margin-bottom: 15px;">Analytics and Crash Reporting</h3>
<p style="color: #a8bedc; margin-bottom: 10px; font-size: 16px; line-height: 1.6;">
Some applications may use analytics or crash reporting services to help us understand:
</p>
<ul style="color: #a8bedc; font-size: 16px; line-height: 1.8; padding-left: 20px; margin-bottom: 15px;">
<li>How the application is used</li>
<li>When crashes occur</li>
<li>How performance can be improved</li>
</ul>
<p style="color: #a8bedc; font-size: 16px; line-height: 1.6;">
This data is typically anonymous and used only to improve our products.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div class="wds-card">
<h3 style="color: #ffd166; margin-bottom: 15px;">In-App Purchases</h3>
<p style="color: #a8bedc; margin-bottom: 10px; font-size: 16px; line-height: 1.6;">
Some applications may offer optional in-app purchases such as:
</p>
<ul style="color: #a8bedc; font-size: 16px; line-height: 1.8; padding-left: 20px; margin-bottom: 15px;">
<li>Removing advertisements</li>
<li>Unlocking additional features</li>
<li>Game content or upgrades</li>
</ul>
<p style="color: #a8bedc; margin-bottom: 10px; font-size: 16px; line-height: 1.6;">
All purchases are securely processed through the platform provider (such as Google Play).
</p>
<p style="color: #a8bedc; font-size: 16px; line-height: 1.6;">
Runlevel Systems does not store payment information.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div class="wds-card">
<h3 style="color: #ffd166; margin-bottom: 15px;">Children's Privacy</h3>
<p style="color: #a8bedc; margin-bottom: 15px; font-size: 16px; line-height: 1.6;">
Our applications are generally intended for a general audience.
</p>
<p style="color: #a8bedc; font-size: 16px; line-height: 1.6;">
We do not knowingly collect personal information from children. If you believe a child has provided personal information through one of our services, please contact us and we will remove it.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div class="wds-card">
<h3 style="color: #ffd166; margin-bottom: 15px;">Data Security</h3>
<p style="color: #a8bedc; font-size: 16px; line-height: 1.6;">
We take reasonable steps to protect the limited information used by our applications and services. However, no method of transmission or storage is completely secure.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div class="wds-card">
<h3 style="color: #ffd166; margin-bottom: 15px;">Changes to This Policy</h3>
<p style="color: #a8bedc; font-size: 16px; line-height: 1.6;">
We may update this privacy policy from time to time. When updates occur, the revised policy will be posted on this page.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<div class="wds-card">
<h3 style="color: #ffd166; margin-bottom: 15px;">Contact</h3>
<p style="color: #a8bedc; margin-bottom: 15px; font-size: 16px; line-height: 1.6;">
If you have questions about this privacy policy or any products created by Runlevel Systems, please contact us:
</p>
<p style="color: #a8bedc; font-size: 16px; line-height: 1.8;">
<strong>Runlevel Systems</strong><br>
Website: <a href="https://coreloop.dev" style="color: #ffd166;">https://coreloop.dev</a><br>
Email: <a href="mailto:info@coreloop.dev" style="color: #ffd166;">info@coreloop.dev</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="boxed">
<div class="col-sm-12">
<p class="inner-p" style="font-size: 14px; color: #7894b9;">
This privacy policy applies to all applications, games, websites, and services created or published by Runlevel Systems unless a specific product provides its own privacy policy.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Include Footer -->
<?php include 'includes/footer.php'; ?>
<!-- Scripts -->
<script src="assets/js/jquery-1.12.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>