MyBB Community Forums

Full Version: Outgoing links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to use an anonymizer service for all my outgoing links. Is there a board setting that will add http://anonym.to/? to the beginning of any link posted in my forum? For example, if www.disney.com was posted, it the url would be changed to http://anonym.to/?http://www.disney.com

Or is this something that needs a mod?
Would be a modification yes.
You could create a custom MyCode: http://community.mybboard.net/showthread.php?tid=12008
Or edit inc/class_parser.php
Find:
$link = "<a href=\"$fullurl\" target=\"_blank\">$name</a>";
Replace with:
$link = "<a href=\"http://anonym.to/?$fullurl\" target=\"_blank\">$name</a>";
Just a note, if you link to yourself, you'll be "anonymized" as well.
Christian Wrote:You could create a custom MyCode: http://community.mybboard.net/showthread.php?tid=12008
Or edit inc/class_parser.php
Find:
$link = "<a href=\"$fullurl\" target=\"_blank\">$name</a>";
Replace with:
$link = "<a href=\"http://anonym.to/?$fullurl\" target=\"_blank\">$name</a>";

Thanks Christian. That's exactly what I was lookin for.
DennisTT Wrote:Just a note, if you link to yourself, you'll be "anonymized" as well.

That's ok. I don't mind being anonymized. After a few drinks, I might even enjoy it. Toungue