Could someone please help me with this code and explain me
how I can exclude my own website URL , and maybe some others from this?
I need my own board Url beeing untouched from this redirecting when Users post links to threads within my board.
Code:
// standard URL hyperlink
return "<a href=\"http://anonym.to/$rightlink\" target=\"_blank\"" . ($is_external ? ' rel="nofollow"' : '') . ">$text</a>";
How does the code need to look like with the protected links inside?
Thanks a lot guys 'n gulls.
Cheers,
psd_hunter