I'm porting shiichan to PHP 8.0 right now. It is more strict so I have to correct everytime shii didn't use quotes around the fields for a POST variable.
Name:
Anonymous2024-02-04 18:06
Wow, i'm very interested in this.
Make a git repo
Currently i'm the main dev of a textboard that uses shiichan so i'm familiarized with the code. Also added a bunch of functions.
It seems to work without errors in PHP 8.0, but I haven't tested it fully (for example I haven't tested the admin functions).
It turns out I was testing and porting an out of date version of the modifications I made to shiichan, thus redoing a lot of work. Now I've cloned the repo and it seems to work well.