darknet-lantern/www
2025-05-10 15:51:09 +02:00
..
img add more logos, compress most things to webp, refactor header.php 2025-05-10 15:51:09 +02:00
.official_participants new participant 2025-05-04 20:57:25 +02: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 add more logos, compress most things to webp, refactor header.php 2025-05-10 15:51:09 +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 add more logos, compress most things to webp, refactor header.php 2025-05-10 15:51:09 +02: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 add more logos, compress most things to webp, refactor header.php 2025-05-10 15:51:09 +02:00
submit.php fix simplex stuff (remove amp; crap) 2025-05-04 23:21:55 +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.