Archive for January, 2009

CPA Framer Standalone Version

I’ve been asked for a standalone version of CPA Framer too, so…

Here it is.

The settings are the same as the Wordpress version, but obviously there is no user interface. Download the script above and open it in a text editor, then you’ll see the following.

//Settings

$magic_number = 1234; // Any number you choose except ZERO!

$html_frame_code = ‘<frameset rows=”260,*” frameborder=”0″ border=”0″ framespacing=”0″>
<frame src=”http://contentgeneration.org/incentivepage.html”   scrolling=”no” noresize>
<frame src=”http://www.date.com/ShowLogin.do”   scrolling=”auto” noresize>
</frameset>’;

Magic number: Any number you choose except ZERO. So, it could be 1,2,4 or 12,13 or whatever.
HTML Frame Code: The HTML code to display your framed CPA offer(s).

Upload the script to any site. To test it, call the script with the magic number. So, for example, http://somesite.com/mylandingpage.php?mn=1234 will display your framed offer(s).

 BTW, you can have some serious fun with this script if you play it :-)

2 comments - What do you think?  Posted by Brad - January 28, 2009 at 4:34 pm

Categories: Uncategorized   Tags:

Next Page »