ARCHIVED CODE NO LONGER IN USE AS A NEW VERSION IS BEING REWRITTEN AS CLOSED SOURCE SOFTWARE!
This project was created by anti-furries , in a team called "Anti-furry network" Feel free to contribute (especially the frontend) This is the source code for the anti-furry forums website backend and frontend.
TODO: Continue refactoring
- have python
- have pip
- cd into the project
- do
pip install -r requirements.txt
- do
python main.py
to run it
To access the admin page you must see the "Admin randid is {something}" and copy that number into the browser with "/admin-{something}" where {something} is that number , for example "/admin-2464/" from "Admin randid is 2464"
To give a user admin you must:
- Have that user account's username
- Run Admin/admin.py
- Insert that username
After you have done that , the set user can access the admin page.
To ip ban or reverse ip bad someone you must run Run Admin/ipban.py or Admin/reverse_ipban.py To view ip bans you must run Run Admin/view_ip_bans.py To view website traffic you must run Admin/traffic.py