Quote:
Originally Posted by Pitman
if (!$permissions['articlepermissions'] & CANFEATURE)
There are a few in there that are right though, hopefully he will release a new version soon. 
|
WRONG, if it's only
if (!$permissions['articlepermissions'] & CANFEATURE) then this is totally incorrect, it is never going to work, it MUST be:
if (!($permissions['articlepermissions'] & CANFEATURE))
I've spent half a day to fix all issues by myself and fortunately yet disappointedly I found alot of bugs. It looks like this hack was coded very carelessly and uncompleted. and I wonder why this could be a HoTM (!?!)
this is a fix done by me, I don't know if there're still any but without these any board installed this can terribly be hacked I believe.