From 32f2aeed68a8c4ac92ec294afde7e00f78050db9 Mon Sep 17 00:00:00 2001 From: arf20 Date: Wed, 10 Apr 2024 17:15:21 +0200 Subject: Added Privacy Policy and ToS --- index.php | 2 ++ order.php | 2 +- pay.html | 2 +- privacy.html | 46 ++++++++++++++++++++++++++++++ tos.html | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 142 insertions(+), 2 deletions(-) create mode 100644 privacy.html create mode 100644 tos.html diff --git a/index.php b/index.php index 2a6b6ce..1054f75 100644 --- a/index.php +++ b/index.php @@ -47,6 +47,8 @@ $services = $result->fetch_all(MYSQLI_ASSOC);

Login

Sign up today!

Payment methods

+

Privacy Policy

+

Terms of Service

diff --git a/order.php b/order.php index c51fce2..9e465ad 100644 --- a/order.php +++ b/order.php @@ -92,7 +92,7 @@ function genoption($id, $name) { if (service["name"] == "vps") { document.getElementById("extraform").innerHTML = `


-

+




`; } else document.getElementById("extraform").innerHTML = ""; diff --git a/pay.html b/pay.html index 26af04b..d6f8906 100644 --- a/pay.html +++ b/pay.html @@ -28,7 +28,7 @@ Camino Hondo, Buzón 104
-

Back

+

Back

diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..e094956 --- /dev/null +++ b/privacy.html @@ -0,0 +1,46 @@ + + + + + + ARFNET CSTIMS + + +
+ ARFNET +
+
+
+
+
+

ARFNET Client Service Ticket and Invoice Management System

+

State of the art hosting solution with ultra personalised service

+

Privacy Policy

+

Collection of information

+

+ We collect the following mandatory information on registration: +

    +
  • email address
  • +
  • registration date
  • +
+ And on usage: +
    +
  • web server logs (no tracking)
  • +
+

+

Use of information

+

+ We use the aforementioned information to contact you and offer you the services. +

+

Cookies

+

+ The only cookie used in the system is the PHP SESSIONID. Apparently this is not subject to any data protection law. +

+
+ +
+
+ + \ No newline at end of file diff --git a/tos.html b/tos.html new file mode 100644 index 0000000..83d2564 --- /dev/null +++ b/tos.html @@ -0,0 +1,92 @@ + + + + + + ARFNET CSTIMS + + +
+ ARFNET +
+
+
+
+
+

ARFNET Client Service Ticket and Invoice Management System

+

State of the art hosting solution with ultra personalised service

+

Terms of Service

+

New accounts and ordering

+

+ On registration, the email address must be verified.
+ Ordering of services must be through the web interface.
+ Setting up of services not automated, this may take a few business days. Billing starts on order date not on service active date. +

+

Payments

+

+ No setup fee when ordering a service. The first bill is always 1st of each month for the previous month.
+ Should you fail to pay a bill within 5 business days, the service will be interrupted until payment is resumed.
+ Invoices are sent via email and no due notices are sent. +

+

Cancellations

+

+ To cancel a service, open a ticket. No fees will be applied and no further invoices will be sent effective inmediate.
+ Bringing down of the service might take a few business days. +

+

Nature of material and content hosted

+

+ In services hosting public access content such as potentially vps, webhost, proxy, mirror and subname must not allow access to
+ illegal or copyrighted content or material such as but not limited to +

    +
  • Child pornography
  • +
  • High profile leaks
  • +
  • Distribution of copyrighted works (films, series, music, books, etc)
  • +
  • Fraudulent sites
  • +
  • Any content illegal under local laws (Spain)
  • +
+ ARFNET will not tolerate any liability from clients. +

+

Unacceptable activities in VPS

+

+ The vps service should not be used for illegal, abusive or unethical activities such as but not limited to +

    +
  • Hacking or pentesting unauthorised hosts
  • +
  • Denial of Service attacks
  • +
  • Honeypotting
  • +
  • Spamming
  • +
+ ARFNET will not tolerate any liability from clients. +

+

Unacceptable activities in other

+

+ Services like vpn, bothost, email, voip, nextcloud, matrix and xmpp should not be used for abusive activities such as but not limited to +

    +
  • Spamming
  • +
  • Sharing illegal content
  • +
  • Hate
  • +
  • Generally being a cunt
  • +
+

+

Account and order termination

+

+ Accounts are not terminated unless abuse of the web interface is in effect.
+ Failing to adhere to the aforementioned guidelines for content and activity may result on termination of service,
+ after which you may appeal and upon evaluation and a fee service may be resumed if not rejected. +

+

Backups, data theft, loss or disclosure

+

+ We do not support backups of services and we do not take any liability or responsibility should our service fail to meet demand,
+ for loss of service, data or accidental disclosure of it. +

+

Refunds

+

+ We do not do refunds. +

+
+ +
+
+ + \ No newline at end of file -- cgit v1.2.3