CPA Redirector Version 1.1 And Framing

After significant feedback, I’ve updated the original CPA Redirector plugin to patch a very minor security issue and resolve a problem with the JS redirection.

CPA Redirector

As you can see from the screenshot below of the user interface, the only new option is the ‘Form Method’ (or, more accurately, the JS form submission method). In most cases, you will leave this set to POST. Everything should be working fine now with your affiliate links.

I’ve been asked about framing CPA offers – this is an area that fascinates me! Many networks seem to be trying to combat this, which is not surprising really considering some of the things you can do with framing – but where there’s a will, there’s a way!

Here’s a good starting point:

<frameset rows=”0,*” frameborder=”0″ border=”0″ framespacing=”0″>
<frame src=”anything.html”  scrolling=”no” noresize>
<frame src=”http://mycpablog.com/some-offer/?mn=XXXX”   scrolling=”auto” noresize>
</frameset>