prod-changes

This commit is contained in:
root 2024-12-29 12:24:45 +01:00
parent 5f222cbfe7
commit a51de38a4c
25 changed files with 479 additions and 306 deletions

View file

@ -3,7 +3,7 @@
<body>
<head>
<title>Onion Uptime Checker</title>
<title>Darknet Onion Webring</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="/favicon.ico">
@ -12,13 +12,12 @@
<center>
<?php
require("/srv/onion-uptime/www/links.php");
require("links.php");
?>
<h1>Onion Uptime Checker (WIP)</h1>
<h2>KYC-Free services (last update: December 2024)</h3>
<p><u>Update Frequency:</u> every 3 hours</p>
<h2>Non-KYC services (last update: December 2024)</h3></br>
<p>These are <b>non-sensitive services</b> that you can use anonymously (meaning that there are no KYC procedures to use those services). The below links were originally taken from the awesome <a href="kycnotmezdiftahfmc34pqbpicxlnx3jbf5p7jypge7gdvduu7i6qjqd.onion">kycnot.me</a>. I recommend accessing those services via Tor [<a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/whonixqemuvms/index.html">1</a>] (including accessing VPSes via SSH via Tor aswell [<a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/anonymousremoteserver/index.html">2</a>]), and to pay for them using monero [<a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/monero2024/index.html">3</a>]. </p>
<p>(This page is strictly for educational purposes, we don't own any of the services below.)</p>
<h2>Exchanges</h3>
@ -154,6 +153,11 @@ require("/srv/onion-uptime/www/links.php");
echo "\n</table></center>";
?>
<?php
require("userlinks.php");
?>
</center>
</body>