Browse Source

disclaimer and privacy

Kajetan Johannes Hammerle 3 năm trước cách đây
mục cha
commit
c4d5882383
6 tập tin đã thay đổi với 87 bổ sung11 xóa
  1. 12 4
      contact.php
  2. 55 0
      disclaimer.php
  3. 6 5
      home.view.php
  4. 2 0
      index.php
  5. 3 2
      index.view.php
  6. 9 0
      thanks.php

+ 12 - 4
contact.php

@@ -5,12 +5,20 @@
     <p>
         Name: Kajetan Johannes Hammerle<br>
         Address: Vienna, Austria<br>
-        Email: <img src="images/mail.png" height="22">
+        Email: <img src="images/mail.png" height="22"><br>
     </p>
-    <h4>
-        Disclaimer
+    <p>
+		You can get the full address on request per mail.
+    </p>
+	<h4>
+        Donate
     </h4>
     <p>
-        Much Disclaimer so wow.
+		Please tell us your ingame username, so we can give you the <b>Sponsor</b> rank.<br>
+        <form action="https://www.paypal.com/donate" method="post" target="_top">
+			<input type="hidden" name="hosted_button_id" value="4HUZQEARVWQBU" />
+			<input type="image" src="https://www.paypalobjects.com/en_US/AT/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
+			<img alt="" border="0" src="https://www.paypal.com/en_AT/i/scr/pixel.gif" width="1" height="1" />
+		</form>
     </p>
 </div>

+ 55 - 0
disclaimer.php

@@ -0,0 +1,55 @@
+<div class="container mt-4">
+    <h4>
+        Disclaimer
+    </h4>
+	<h6>
+        Links
+    </h6>
+    <p>
+        We can not take responsibility for the content of other websites to which it refers to by link (<a href="https://www.jusline.at/gesetz/ecg/paragraf/17">§ 17 ECG</a>).
+    </p>
+	<h4>
+        Privacy Policy
+    </h4>
+	<p>
+        For calming: We do not eat your data. No data will be transferred to third parties.
+    </p>
+	<h6>
+        Website
+    </h6>
+    <p>
+        On using our website - or generally "the internet" - you must be aware of data which we receive and save due to technical reasons in logs.
+		This includes:
+		<ul>
+			<li>your IP address</li>
+			<li>version and type of your browser and operating system</li>
+			<li>visited sites</li>
+			<li>date and time of the retrieval</li>
+		</ul>
+    </p>
+    <p>
+		We do not use this data for further processing. These logs are deleted after 4 weeks.
+    </p>
+	<h6>
+        Minecraft
+    </h6>
+    <p>
+		If you play on our Minecraft server we store
+		<ul>
+			<li>your IP address</li>
+			<li>your name and uuid of your Minecraft account</li>
+			<li>date and time of the retrieval</li>
+			<li>every content you create on the server (e.g. your plots)</li>
+		</ul>
+    </p>
+    <p>
+		Your IP address will be deleted after 4 weeks. Other data is stored permanently for statistical purposes and to ensure the best experience for other players.
+		Private messages between users sent via /mail are deleted two weeks after they have been read.
+	</p>
+	<h6>
+        Your rights
+    </h6>
+	<p>
+		If you no longer wish us to process and store your personal data, you may exercise your right to deletion of your personal data. To ensure the best experience for other players some data will only be anonymised.
+	</p>
+</div>

+ 6 - 5
home.view.php

@@ -26,10 +26,12 @@
 </div>
 
 <div class="container">
-	<br>
-	<span style="font-size:18pt"><b>Join our <a href="https://discord.gg/AjwBpm5">Discord</a> to download the mod.</b></span>
-	<br>
-	<br>
+	<div class="row featurette text-center">
+	    <div class="col-lg-12">
+	        <h2 class="featurette-heading">Join our <a href="https://discord.gg/AjwBpm5">Discord</a> to download the mod.</h2>
+	    </div>
+	</div>
+	<hr class="featurette-divider"/>
     <div class="row featurette">
         <div class="col-lg-7 vertical-center">
             <h2 class="featurette-heading">Survival</h2>
@@ -45,7 +47,6 @@
             <img class="img-fluid rounded" src="images/survival.png" alt="Survival Spawn">
         </div>
     </div>
-
     <hr class="featurette-divider"/>
     <div class="row featurette">
         <div class="col-lg-7 order-lg-2 vertical-center">

+ 2 - 0
index.php

@@ -9,6 +9,8 @@ $navData = [
     "ranks" => ["name" => "Ranks", "class" => "", "show" => true],
     "team" => ["name" => "Our Team", "class" => "", "show" => true],
     "contact" => ["name" => "Wusi", "class" => "", "show" => false],
+    "disclaimer" => ["name" => "Wusi", "class" => "", "show" => false],
+    "thanks" => ["name" => "Wusi", "class" => "", "show" => false],
 ];
 
 $includePath = "error.php";

+ 3 - 2
index.view.php

@@ -35,8 +35,9 @@
             <hr class="featurette-divider"/>
             <p class="float-right"><a href="#">Back to top</a></p>
             <p>
-                Made by Kajetan &middot; 
-                <a href="?site=contact">Contact / Disclaimer</a>
+                Made by Kajetan & Marvin &middot; 
+                <a href="?site=contact">Contact / Donate</a> &middot; 
+				<a href="?site=disclaimer">Disclaimer / Privacy Policy</a>
             </p>
         </footer>
         <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>

+ 9 - 0
thanks.php

@@ -0,0 +1,9 @@
+<div class="container mt-4">
+    <h4>
+        Donation completed!
+    </h4>
+    <p>
+		Thank you for your donation.<br>
+		Go and tell the team, so they can give you the <b>Sponsor</b> rank.
+    </p>
+</div>