Well, no suprise that this isn't working for me.
Folloowed the steps to the letter, editted index.php and created the 2 templates and editted forumhome. Nothing.
I'm using the instructions found here:
https://vborg.vbsupport.ru/attachmen...&postid=212495
I thought the code might be commenting itself out. For example:
PHP Code:
// today online hack begin if ((int)$maxusers[0]..........
So I did:
PHP Code:
// today online hack begin
if ((int)$maxusers[0]........
And got a parse error on line 374. Weird.