mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 12:16:57 +00:00
big changes, closer to prod
This commit is contained in:
parent
95474141f4
commit
f23a6e3ac8
12 changed files with 191 additions and 73 deletions
|
@ -1,9 +1,9 @@
|
|||
<p><a href="index.php">Darknet Onion Webring</a> - <a href="nonkycservices.php">Non-KYC Services</a> - <a href="sensitive.php">Sensitive Darknet Websites</a> - <a href="moneronodes.php">Monero Nodes</a> - <a href="nowhere.php">Nowhere Infrastructure</a> </p>
|
||||
</br>
|
||||
|
||||
<h1><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-onion-webring">Darknet Onion Webring (WIP)</a></h1>
|
||||
<h1><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-onion-webring"><img src="img/webring-project-banner.png"></a></h1>
|
||||
<p><u>Update Frequency:</u> every 3 hours</p> </br>
|
||||
<img src="img/onion.png">
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
|
@ -25,7 +25,7 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) {
|
|||
if ( $row == "2") {
|
||||
echo "<tr><td>Category</td> <td>Name</td> <td>Score</td> <td></td></tr>";
|
||||
}else{
|
||||
if (str_contains($data[3], $query) or str_contains($data[2], $query)) {
|
||||
if (str_contains(strtolower($data[3]), strtolower($query)) or str_contains($data[2], strtolower($query)) or str_contains(strtolower($data[1]), strtolower($query))) {
|
||||
$resultcount++;
|
||||
for ($c=0; $c < $num; $c++) { // iterate over each row
|
||||
echo "<tr>"; // begin html table row for that Category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue