Hello!
I run forum where users post links to file sharing services so I want to adjust their links and add own refID into it
Example:
User post link:
http://www.filefactory.com/file/ABCD/ABCD.rar
I want to replace it with:
HTML Code:
<a href="http://www.filefactory.com/refer/REDERID"><img src="http://www.filefactory.com/img/account/buttons/download/new/download-001-s.png" alt="Join FileFactory!"></a><br />
http://www.filefactory.com/file/ABCD/ABCD.rar
or with:
HTML Code:
<a href="http://www.filefactory.com/refer/REDERID"><img src="http://www.filefactory.com/img/account/buttons/download/new/download-001-s.png" alt="Join FileFactory!"></a><br />
http://www.filefactory.com/file/ABCD/ABCD.rar?&refer=REDERID
All depending on file sharing service.... And there is hundreds of them

it would be nice to add new links if new one appear.
THANKS!