Hi do any of you no were i can get a mod that makes all links posted on a phpbb forum look like this www.domain.co.uk/forum/rlink.php?url=http://www.phpbbgoogle.co.uk iv sore it on a german phpbb site or could you tell me wich bit to edit to make it do this. Thanks in advanced.
This probably isn't the best way to do it, but I think it should work. It's somewhat a lazy way of it. Edit this in bbcode.tpl <!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url --> HTML: To be this: <!-- BEGIN url --><a href="http://www.domain.co.uk/forum/rlink.php?url={URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url --> HTML: Then you have to create your 'rlink.php' file to do the rest. Not exactly sure about this though. I'll have a look into a better way of doing it and get back to you.
Ok i will here is the link to my forum www.joesgraphics.co.uk/forum see if the members links open in ther domain or in that redirect script of my domain thanks.
Hi it dont seem to work on the bbcode but i dont think the bbcode is working for some reson but to make a link in the post you dont need bbcode you can just type the url in. I did make it so all the members links go like that tho it was prity easy just got to stop the bots from indexing rlink.php then they wont get indexed if you do no how to fix it so when any out side of my domain link goes threw rlink.php it would rely help thanks.