And to replace vbcodes and smilies in the who's online, find in the online.php, find :
PHP Code:
$userinfo[where] = "Viewing Thread <a href='showthread.php?s=$session[sessionhash]&postid=$userinfo[postid]'>".$thread[title][$post[$userinfo[postid]]]."</a>";
and replace by
PHP Code:
$userinfo[where] = "".$thread[title][$userinfo[threadid]]."";
$userinfo[where] = bbcodeparse($userinfo[where]);
$userinfo[where] = "Viewing Thread <a href='showthread.php?s=$session[sessionhash]&postid=$userinfo[postid]'>$userinfo[where]</a>";
I update now my 2 .txt files