threadr.lostcave.ddnss.de/src
BodgeMaster 98596e5695 fixed #31 2021-10-30 19:19:44 +02:00
..
about moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
board moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
boards moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
img fixed #31 2021-10-30 19:19:44 +02:00
login moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
logout moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
news moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
profile moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
signup moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
userhome moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
README.md fix documentation 2021-09-08 10:39:00 +02:00
accept_cookie.php fixed #51 to make the new variable grabbler work properly 2021-09-08 09:20:38 +02:00
index.php moved favicon to a macro, fixed broken formatting wherever I found it 2021-10-29 05:05:38 +02:00
redirect_home.html fix documentation 2021-09-08 10:39:00 +02:00
style.css fixed #51 to make the new variable grabbler work properly 2021-09-08 09:20:38 +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

redirect_home.html

small HTML file that redirects to ThreadR, can be linked or copied to any place that needs to redirect to ThreadRs landing page