mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
DONE:
|
|
- install php8.2-fpm nginx
|
|
- make the nginx config
|
|
|
|
create index.php
|
|
- in it, you must be able to display the contents of the csv file in an array https://stackoverflow.com/questions/1269562/how-to-create-an-array-from-a-csv-file-using-php-and-the-fgetcsv-function
|
|
|
|
- create the status.csv file with this syntax: [URL;NAME;CATEGORY;DESCRIPTION;STATUS;]
|
|
|
|
- csv file updater in python ? and triggered by a cronjob ?
|
|
https://docs.python.org/3/library/csv.html
|
|
https://stackoverflow.com/questions/1949318/checking-if-a-website-is-up-via-python
|
|
https://stackoverflow.com/questions/63970912/urllib-request-with-socks5-proxy
|
|
|
|
-from python, sort the CSV files based on the score value
|
|
|
|
-make the css to be dark background and light text (copy it from nowhere)
|
|
-make a header php page, containing the links ot the other status pages
|
|
-make a monero node checker page,
|
|
-make a nowhere dot moe service checker
|
|
|
|
-upload the sourcecode to gitea
|
|
-> create README.md
|
|
TODO:
|
|
-> mention the sourcecode in the header
|
|
- check for status 200s otherwise it might believe that a 502 is a valid status code
|
|
-
|
|
|
|
|