CPA Redirector Standalone Version
After releasing the CPA Redirector plugin (for Wordpress), I had numerous requests (PMs from Blackhat World Members, comments from blog visitors, and even a few emails) for a standalone version of the Redirector that did not require Wordpress.
Ok, here you go guys.
The settings are the same as before, 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!
$cpa_offer_url = ‘http://my-i-p.com/’;
$red_method = 0; // 0 = JS Form, 1 = JS, 2 = Meta Refresh
$form_method = 0; // 0 = POST, 1 = GET
Magic number: Any number you choose except ZERO. So, it could be 1,2,4 or 12,13 or whatever.
CPA offer URL: The URL of the CPA offer where you want visitors redirected too.
Redirection method: As with the previous CPA Redirector, you have 3 ways to redirect visitors.
Form method: POST or Get.
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 redirect all visitors to your chosen offer.
Categories: Uncategorized Tags: