Can somebody help me with this hack?!
Installed this hack. Work fine on one of my servers (PHP 5.1.6). And when I install this script on another server (PHP 4.4.4) the error appears:
Fatal error: Call to a member function on a non-object in /home/v/clubm/snd/public_html/includes/functions_forumdisplay.php on line 181
In the line 181 there is code from Resurrection hack:
$thread['preview'] = $GLOBALS['hhr']->parse_bbcode($thread['preview'], $thread['forumid'], $thread['threadid'], $thread['firstpostid'], $thread['postuserid']);
I suppose that the hack doesn't work in PHP 4.4.4 or some variables are not activated on the server.
Can anybody help me?