ok got the fix... (credit Hambil for fix)
use this code to replace with in class_bbcode.php instead of the above and it should work fine:
Code:
// standard URL hyperlink
if (stristr($rightlink, 'frame=true') === FALSE)
return "<a href=\"http://www.urltoyourexternalframe.php?frame=true&go=$rightlink\" target=\"_blank\">$text</a>";
else
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";