Well, I just got rid of another bug, which caused, that IP's weren't logged anymore, after activating the hack through the new setting in the admin-cp.
Just apply the following and it works again
PHP Code:
###################################################
#-------------==={OPEN THE FILES}===--------------#
###################################################
forum/newthread.php
forum/newreply.php
###################################################
#---------------==={FIND IN BOTH}===--------------#
###################################################
if ($logip==1 or $logip==2) {
###################################################
#---------==={REPLACE IT IN BOTH WITH}===---------#
###################################################
if ($logip>0) {
It should work then.