darknet-lantern/www
2025-04-13 13:43:08 +01: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 issue #49: link with status 0.0 now removes the whole line and add fixes with issues for php8.4 2025-04-11 09:04:52 +01: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 Added captcha: Created new page with captcha auth and fields saving mechanism. 2025-04-13 09:22:37 +01: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 Added captcha: Created new page with captcha auth and fields saving mechanism. 2025-04-13 09:22:37 +01: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 Added captcha: Created new page with captcha auth and fields saving mechanism. 2025-04-13 09:22:37 +01:00

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.

Done.