Because you seem to use the java**script window.location to redirect, it does not always get your referal's right. And since this is a very important part for most banner systems (for example, I always got errors while using TradeDoubler.com's banners), I would suggest changing the code in subSilver/redirect.tpl to this:
- Code: Select all
<HEAD><META http-equiv="refresh" content="0;url={REDIRECT_URL}"></HEAD>
<BODY><CENTER>{MESSAGE}</CENTER></BODY>
I now no longer have any referal errors. And it was kinda... having two things to do the same (the meta-refresh tag and the java**script). Now you have one thing which should always work. And if it doesn't, the people always have a link to click on too!
BTW java**script window.document does not really ads a referrer... you can also not press, for example, the back button due to this request.
This should fix a lot of errors related not getting the money but people are clicking on the banners!


