i have some code already with the regex but i ran into a problem. i have 3 patterns.
Code:
1 - matches [.url.]http://cgi.ebay.com/blah[./url.]
2 - matches [.url=http://cgi.ebay.com/blah]link[./url.]
3 - matches http://cgi.ebay.com/blah
but when it runs, the patterns match more than once and it screws up the link.
i never really got into regular expressions at all, this is all new to me.
that would be great if you could do this one. you can find out how auctionads writes its urls if you go to the site, make an account and go to the url converter page.