[ prog / sol / mona ]

prog


Shiichan Installation

2 2019-11-16 21:31

shiichan

http://wakaba.c3.cx/shii/shiichan
"""Shiichan was a 2ch-type board in PHP. It was written in late 2004 by a guy named Shii. Currently, it is in a buggy beta stage, and no development is planned.
[...]
An actually working alternative: Kareha"""

admin.php
Cannot re-assign $this
line 557

The problem is:

else foreach ($board as $this) {

$this is special in PooHeaP and cannot be assigned to.
https://www.php.net/manual/en/language.oop5.basic.php
https://stackoverflow.com/questions/4035355/php-assign-value-to-this
https://stackoverflow.com/questions/19242647/cannot-re-assign-this
Compare with:
https://github.com/Capaverde/shiichan3960/blob/master/admin.php#L557

else foreach ($board as $thus) {

which uses $thus instead.

23


VIP:

do not edit these