Quote:
Originally Posted by volarium
Yes you definitely need to make this change for it to work 100% of the time!
|
Just for clarification ....
I need to add:
Code:
$encodedlink = str_replace('&', '&', $rightlink);
$encodedlink = urlencode($encodedlink);
... both these lines as is and replace the one that exists now?
Thanks ... :up:
Regards,
Badger
Edit: Never mind... I had to put code back the way it was as eBay stopped crediting me for click throughs the day I changed the code and added the above two lines as a replacement. As soon as I returned the code back to the original one line, the clicks starting paying again, so I have no idea why this is the case, but others should be careful making the above change.