diff --git a/www/header.php b/www/header.php index 0e360fb..219ebf0 100644 --- a/www/header.php +++ b/www/header.php @@ -173,13 +173,55 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) { if (strtolower($oldcatname) != strtolower($data[1])){ if( str_contains(strtolower($data[1]),'monero' )){ - echo '' . $data[1] . ' | '; // display the category as its the first row with this new category + echo '' . '' . $data[1] . ' | '; // display the category as its the first row with this new category $oldcatname=$data[1]; }elseif( str_contains(strtolower($data[1]),'simplex' )){ - echo '' . $data[1] . ' | '; // display the category as its the first row with this new category + echo '' . '' . $data[1] . ' | '; // display the category as its the first row with this new category $oldcatname=$data[1]; + + }elseif (str_contains(strtolower($data[1]), 'sms')){ + echo '' . '' . $data[1] . ' | '; // display the category as its the first row with this new category + $oldcatname=$data[1]; + + }elseif (str_contains(strtolower($data[1]), 'games')){ + echo '' . '' . $data[1] . ' | '; // display the category as its the first row with this new category + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'vps')){ + echo '' . '' . $data[1] . ' | '; // display the category as its the first row with this new category + $oldcatname=$data[1]; + + }elseif (str_contains(strtolower($data[1]), 'torproject')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'privacy front-ends')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'vpns')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'fediverse')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'torrents')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'forums')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'mail')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'radio')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'search engine')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; + }elseif (str_contains(strtolower($data[1]), 'exchanges')){ + echo '' . '' . $data[1] . ' |'; + $oldcatname=$data[1]; }else{ - echo '' . $data[1] . ' | '; // display the category as its the first row with this new category + echo '' . '' . $data[1] . ' | '; // display the category as its the first row with this new category $oldcatname=$data[1]; } } diff --git a/www/img/clawsmail.png b/www/img/clawsmail.png new file mode 100644 index 0000000..dcb0127 Binary files /dev/null and b/www/img/clawsmail.png differ diff --git a/www/img/dread.png b/www/img/dread.png new file mode 100644 index 0000000..fe253ea Binary files /dev/null and b/www/img/dread.png differ diff --git a/www/img/games.ico b/www/img/games.ico new file mode 100644 index 0000000..f0a883e Binary files /dev/null and b/www/img/games.ico differ diff --git a/www/img/haveno.png b/www/img/haveno.png new file mode 100644 index 0000000..c031b77 Binary files /dev/null and b/www/img/haveno.png differ diff --git a/www/img/linux.ico b/www/img/linux.ico new file mode 100644 index 0000000..582561a Binary files /dev/null and b/www/img/linux.ico differ diff --git a/www/img/monero.png b/www/img/monero.png new file mode 100644 index 0000000..ea0d863 Binary files /dev/null and b/www/img/monero.png differ diff --git a/www/img/opensource.ico b/www/img/opensource.ico new file mode 100644 index 0000000..1808bfd Binary files /dev/null and b/www/img/opensource.ico differ diff --git a/www/img/openvpn.ico b/www/img/openvpn.ico new file mode 100644 index 0000000..5df666f Binary files /dev/null and b/www/img/openvpn.ico differ diff --git a/www/img/radio.ico b/www/img/radio.ico new file mode 100644 index 0000000..792a95c Binary files /dev/null and b/www/img/radio.ico differ diff --git a/www/img/searxng.svg b/www/img/searxng.svg new file mode 100644 index 0000000..f3ff8e3 --- /dev/null +++ b/www/img/searxng.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/www/img/sms.ico b/www/img/sms.ico new file mode 100644 index 0000000..15ff283 Binary files /dev/null and b/www/img/sms.ico differ diff --git a/www/img/tor_browser.ico b/www/img/tor_browser.ico new file mode 100644 index 0000000..98293b7 Binary files /dev/null and b/www/img/tor_browser.ico differ diff --git a/www/img/torrents.ico b/www/img/torrents.ico new file mode 100644 index 0000000..b7a5463 Binary files /dev/null and b/www/img/torrents.ico differ diff --git a/www/img/xmpp.ico b/www/img/xmpp.ico new file mode 100644 index 0000000..a56a17d Binary files /dev/null and b/www/img/xmpp.ico differ