this is what i have put into class_bbcode.php
Code:
$url_info = parse_url($rightlink);
if ($url_info["host"]=="www.THATSSHOCKING.COM"):
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
else:
return "<a href=\"http://www.thatsshocking.com/links.php?url=$rightlink\" target=\"_blank\">$text</a>";
endif;
and it does not work as you state it should and indeed does for others, now if i have made a mistake would be gatefull if you would point it out to me as i cant for the life of me see where?