threadr.lostcave.ddnss.de/threadr
BodgeMaster cd12c57617 navbar design hack corrected fixing #40 2021-09-02 04:31:51 +02:00
..
about fixed underlined space at the end of links 2021-09-02 03:02:06 +02:00
board added links to all the READMEs 2021-08-31 03:21:30 +02:00
boards added links to all the READMEs 2021-08-31 03:21:30 +02:00
img removed an image used on the old about page 2021-09-02 03:05:28 +02:00
login removed useless comment 2021-08-31 03:24:19 +02:00
logout added links to all the READMEs 2021-08-31 03:21:30 +02:00
news added links to all the READMEs 2021-08-31 03:21:30 +02:00
profile added links to all the READMEs 2021-08-31 03:21:30 +02:00
signup collected all the ToDos and created issues for the ones that are still relevant fixing #23 2021-09-01 03:14:01 +02:00
userhome collected all the ToDos and created issues for the ones that are still relevant fixing #23 2021-09-01 03:14:01 +02:00
README.md added links to all the READMEs 2021-08-31 03:21:30 +02:00
accept_cookie.php it wörks now 2020-03-10 19:41:26 +01:00
index.php Just edited this file to fix a crime I committed: I wrote fell instead of feel. Typos are a sin. 2020-04-08 02:15:20 +02:00
style.css navbar design hack corrected fixing #40 2021-09-02 04:31:51 +02:00

README.md

Short documentation of each file

[DIR] about

contains the about us page

[DIR] board

contains the files needed to display a board

[DIR] boards

contains the files for the board list

[DIR] img

the directory that contains images that are part of the website itself (no user content)

[DIR] login

everything that is needed to log in a user

[DIR] logout

the logout process

[DIR] news

a page displaying a special board that is write-protected and shows updates about ThreadR

[DIR] profile

profile pages and profile settings

[DIR] signup

the signup process

[DIR] userhome

the users feed

redirect immediately back to where the user came from but sets a cookie that says 'You accept cookies.' $_GET variables:

  • from: the url the user came from after urlencode() was used on it

index.php

the homepage

README.md

this file

style.css

the stylesheet used on every ThreadR site