Welp, I finaly did i tonight, here is end code I added
Code:
if (($threads['forumid'] == "6" || $threads['forumid'] == "9") && ($bbuserinfo['usergroupid'] <= "4")) {
echo("<img src=\"$urlimg/off.gif\">  -Private-</nobr></td>\n");
} else {
if ($bbuserinfo['lastvisit'] < $threads['lastpost']) {
echo("<img src=\"$urlimg/on.gif\">  <a href=\"$url/showthread.php?threadid=$threads[threadid]&goto=newpost\" style=\"color: $lc;\" title=\"$threads[title]\">$title</a></nobr></td>\n");
} else {
echo("<img src=\"$urlimg/off.gif\">  <a href=\"$url/showthread.php?threadid=$threads[threadid]&goto=newpost\" style=\"color: $lc;\" title=\"$threads[title]\">$title</a></nobr></td>\n");
}
}