changes made

This commit is contained in:
root 2024-12-29 14:41:30 +01:00
parent a1a1d8ad30
commit d92214fe09
146 changed files with 75 additions and 23 deletions

View file

@ -12,15 +12,16 @@
<center>
<?php
require("links.php");
require("header.php");
?>
<p>The Darknet depends on peers (like you and me) to run their own lists of onion links for visibility, as search engines can't crawl onion websites like they do on the clearnet. This project is there to list people's lists of onion links so that you don't have to search those links yourself. </p></br>
<p>The more people join the Darknet Onion Webring, the more visibility darknet websites will be able to have over time, just like how it would be on the clearnet while keeping the decentralisation and censorship-resistance intact. Let's make it happen.</p>
</br>
<h3>Darknet Onion Webring Participants</h3>
<?php
require("webring.php");
?>
<?php
echo "<center><table>\n\n";
@ -45,6 +46,7 @@ require("links.php");
echo "\n</table></center>";
?> </br>
<h3>Infos and Indexes</h3>
<?php
echo "<center><table>\n\n";
@ -54,7 +56,6 @@ require("links.php");
// Fetching data from csv file row by row
while (($data = fgetcsv($file)) !== false) {
// HTML tag for placing in row format
echo "<tr>";
foreach ($data as $i) {
@ -71,7 +72,9 @@ require("links.php");
?> </br>
<h3>Search Engines (lists of searchable onion links)</h3>
<h3>Search Engines</h3>
<?php
echo "<center><table>\n\n";
@ -96,9 +99,6 @@ require("links.php");
echo "\n</table></center>";
?>
<?php
require("userlinks.php");
?>
</center>
</body>