How to change external links?

gandalf29

New Member
How can I change the external links that are displayed in any post automatically in the next way:

In html should be:
ORIGINAL LINK:
HTML:
<a href="http://www.google.com/">google</a>
That I want:
HTML:
<a href="http://www.mydomain.com/index.php?url=http://www.google.com">google</a>

I explained it OK? Change the url that the users post into a link to a php script where the url is a variable.
Could be?

(Excuse me for my bad English, and answer me if you don't understand)
 
Daz said:
Do you mean so they view the new web page from inside your site inside a frame?
This is! But I don't know how to "remake" the links to the needed format. Somebody knows any way to do it? Or at least, the php code or something that transform the links from plain text to active links, to modify it.

Hoxxy, arr0ow:The hacks you say aren't I need, but I will read the code to see if I can use somethig in it.

Thanks!
 
Back
Top