darknet-lantern/www
2025-04-20 13:08:44 +02:00
..
img cleanup + bigger project banner 2025-02-17 19:08:01 +01:00
.official_participants new webring participant: crux 2025-03-23 20:03:42 +01:00
favicon.ico updated 2025-02-03 09:02:26 +01:00
font.ttf Added captcha: Created new page with captcha auth and fields saving mechanism. 2025-04-13 09:22:37 +01:00
footer.php fix chatrooms link 2025-04-20 13:08:44 +02:00
generate.php Added captcha: Created new page with captcha auth and fields saving mechanism. 2025-04-13 09:22:37 +01:00
header.php Added captcha: Created new page with captcha auth and fields saving mechanism. 2025-04-13 09:22:37 +01:00
index.php fix index and submit.php 2025-04-18 22:24:23 +02:00
lainchan.php changes made 2024-12-29 14:41:30 +01:00
legal.txt fix links + hide the legal disclaimer as its UGLY 2025-02-05 08:56:06 +01:00
README.md Suggestions implemented 2025-04-17 02:20:53 -04:00
static.php fix footer name + other participants a href + links 2025-02-04 08:06:34 +01:00
style.css Added captcha: Created new page with captcha auth and fields saving mechanism. 2025-04-13 09:22:37 +01:00
submit.php fix index and submit.php 2025-04-18 22:24:23 +02:00

Configuration for php to work

  • To make the captcha image work you will need to install php-gd.
  • Since there might be version in the name first try searching your package manager
  • Next you need to go to /etc/php/[your_version]/cli/php.ini and remove the semi-colon(;) from the line with extension=gd.
    • Make sure to use chmod 777 on submission.csv file

Done.