Quote:
Originally Posted by phill2003
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;
|
Which line did you have replaced ?
Quote:
Originally Posted by Revpolar
I switched to this one mainly because it works for links posted into the shoutbox and the other one didnt. Thank you nice hack.
|
Thanx !