threadr.lostcave.ddnss.de/threadr
BodgeMaster a6a6899e93 changed *[DIR] to [DIR]* fixing #4 2021-08-31 02:30:03 +02:00
..
about Yeeeeee! It’s done. All files have a short description now. 2020-03-12 23:51:03 +01:00
board fixed html injection 2020-03-12 23:14:03 +01:00
boards Yeeeeee! It’s done. All files have a short description now. 2020-03-12 23:51:03 +01:00
img added code variables for color replacement 2020-03-13 23:19:48 +01:00
login changed *[DIR] to [DIR]* fixing #4 2021-08-31 02:30:03 +02:00
logout Yeeeeee! It’s done. All files have a short description now. 2020-03-12 23:51:03 +01:00
news Yeeeeee! It’s done. All files have a short description now. 2020-03-12 23:51:03 +01:00
profile Yeeeeee! It’s done. All files have a short description now. 2020-03-12 23:51:03 +01:00
signup changed *[DIR] to [DIR]* fixing #4 2021-08-31 02:30:03 +02:00
userhome Yeeeeee! It’s done. All files have a short description now. 2020-03-12 23:51:03 +01:00
README.md changed *[DIR] to [DIR]* fixing #4 2021-08-31 02:30:03 +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 i think i fixed it (and that's a pun but you'd have to look into the changes to get it) 2020-04-01 01:53:08 +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