mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
v1.0.1 release candidate 1
This commit is contained in:
parent
24bb960cd3
commit
e66a37ae87
11 changed files with 917 additions and 997 deletions
3
www/.known_participants
Normal file
3
www/.known_participants
Normal file
|
@ -0,0 +1,3 @@
|
|||
lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
||||
lantern.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion
|
||||
zhd7yf675dav6njgc7yjwke2u5cq7d5qim2s7xwa2ukxfzubrguqmzyd.onion
|
|
@ -53,7 +53,7 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[3])) {
|
|||
|
||||
//if ((($sensitive == 1) and ($data[4] == "✔️")) or (($sensitive == 0) and ($data[4] != "✔️")) ){
|
||||
// ONLY display links if (sensitive equals to 1 and sensitiveCOLUMN equals to V) OR (sensitive equals to 0 and sensitiveCOLUMN is NOT equal to V)
|
||||
if (($data[4] != "✔️") or (($sensitive == 1) and ($data[4] == "✔️"))){
|
||||
if (($data[4] != "YES") or (($sensitive == 1) and ($data[4] == "YES"))){
|
||||
$rowcount++;
|
||||
|
||||
|
||||
|
@ -67,7 +67,7 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[3])) {
|
|||
}
|
||||
|
||||
echo "<td>" ; // begin the table cell
|
||||
if($data[4] == "✔️"){
|
||||
if($data[4] == "YES"){
|
||||
echo '<a class="sensitivelink" href="'; // begin a href
|
||||
}else{
|
||||
echo '<a href="'; // begin a href
|
||||
|
@ -76,8 +76,13 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[3])) {
|
|||
echo $urllink . '"> '; // display the link
|
||||
echo $data[2] . ' </a></td><td class="description">'; // display the link title and close the a href and first cell, open the second cell
|
||||
echo $data[5] . " </td><td>"; // OPTIONAL: display the description column
|
||||
echo $data[7] . " </td><td>"; // display the status and close the second cell, open the third cell
|
||||
echo $data[6] . " </td> \n"; // display the score and close the third cell
|
||||
echo $data[7] . " </td><td>"; // display the score and close the second cell, open the third cell
|
||||
if($data[6] == "YES"){
|
||||
echo "✔️" ;
|
||||
}else{
|
||||
echo "❌" ;
|
||||
}
|
||||
echo " </td> \n"; // display the status and close the third cell
|
||||
}
|
||||
//if ($c == 2){
|
||||
//}
|
||||
|
@ -169,7 +174,7 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) {
|
|||
}
|
||||
}
|
||||
}
|
||||
echo "</p>";
|
||||
echo '<a class="sensitivelink" href="index.php?query=.&sensitive=1">Display All Links</a> |</p>';
|
||||
fclose($handle);
|
||||
}
|
||||
//echo "<p>" . $resultcount . " Result(s) found.</p>";
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Add table
Add a link
Reference in a new issue