CPA-Redirector 2

So what this thing does I don't get it ?

Follow the instructions from the site below, you'll understand

hxxp://w3.contentgeneration.org/how-to-fake-a-browser-referrer-for-blackhat-cpa/

replace xx by tt and w3 by 3 w's
 
Follow the instructions from the site below, you'll understand

hxxp://w3.contentgeneration.org/how-to-fake-a-browser-referrer-for-blackhat-cpa/

replace xx by tt and w3 by 3 w's

Nah, all that is doing is using the old CPA redirector. You're going to confuse people when they are trying to edit the header.php with:
Code:
<?php if (prc_red()) exit(); ?>
and get errors. With the new CPA redirector, you don't need to do this at all.
 
is there a script that would show a user different content based on their ip or location?

I want to get a link on this guys site and have it so whenever he goes to check on it it will show him a whitehat page (he's in germany)

everyone else who cllicks on the link would be redirected directly to the offer page.

maybe it could show his country the whitehat page and the rest of the planet the redirect? this way i can get my link on his site and he would never know and i would not have to worry about him checking it 2 weeks down the road if i were to change it from whitehat to blackhat.

do you know what i'm saying?
 
Hey,

I checked out the site and this looks awesome. The only issue I can think of is when you create a dummy landing page to drive traffic to and the CPA companies see that this is where traffic is being placed. Won't it be suspicious if you are driving any decent amount of traffic and your landing page has no clicks, views or ratings on alexa or compete? Do you have any suggestions for this?
 
Hey,

I checked out the site and this looks awesome. The only issue I can think of is when you create a dummy landing page to drive traffic to and the CPA companies see that this is where traffic is being placed. Won't it be suspicious if you are driving any decent amount of traffic and your landing page has no clicks, views or ratings on alexa or compete? Do you have any suggestions for this?

Buy cheap traffic and send them to this landing page to inflate its stats.
 
What is this For?
Can I use it to build a site for continuous redirection like the Publisher Clearing house website. were i can send visitors to a different off after they are done with one.
:beach2:
Thanks
 
ya, ive checked links a few times and they are redirecting to a PAY US FOR A MEMBERSHIP @ wpblackhat.com
 
Hi,

Can anyone reupload the standalone version again please because i just keep getting redirected to a payment page and i thought it was free?

Thanks
 
OP, have you considered selling the CPA redirector v.5 as a standalone product?
 
Hi,
Does anyone have the files cpadirector2 and scpadirector2 and directions available on a different source? contentcreation is down.

Thanks!
 
Can anyone send me this plugin? because for me site is not working
Found it. I hope it not wrong.
Code:
<?php
  
//Standalone CPA Redirector v2 
//Settings
 
$magic_number = 1234; // Any number you choose except ZERO!
 
$cpa_offer_url = 'OFFER_URL_HERE';
 
 
 
 
//Don't edit below this line unless you know what you are doing.
 
if (isset($_GET['mn']) && $_GET['mn']==$magic_number){      
 
        echo '<html><head></head><body><form action="' . 'h__p://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'] . '" method="post" id="form1">
 
<input type="hidden"  name="mn" value="' . $magic_number . '" /></form>
 
<script language="JavaScript"> 
    document.getElementById(\'form1\').submit();</script></body></html>';
        return true; 
        exit();
}
 
if ($_POST['mn']==$magic_number){       
 
    echo '<html><head></head><body><form action="' . 'h__p://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'] . '" method="post" id="form1">
 
<input type="hidden"  name="mn" value="' . $magic_number . $magic_number . '" /></form>
 
<script language="JavaScript"> 
    document.getElementById(\'form1\').submit();</script></body></html>';
        return true; 
        exit();
}   
 
$dom = preg_replace( "/^www\./", "", $_SERVER[ 'HTTP_HOST' ] ) ;
$ref= $_SERVER['HTTP_REFERER'];
 
 
if (((strpos($ref, $dom)!=FALSE) || (trim($ref)=="" ) )  && ($_POST['mn']==$magic_number.$magic_number)){
        header( 'Location: ' . $cpa_offer_url);
        exit();
    }
 
 
?>
 
 
<html>
  <head>
    <title>Your Fake Landing Page</title>
  </head>
  <body>
    <br><br><br><br>
     <center><h1>Your Fake Landing Page</h1></center>
  
  </body>
</html>

*Change OFFER_URL_HERE to you offer url.
*Change h__p to http
 
I'm using this to promote a offer on Facebook, and its not working in firefox, but it is working in chrome for me...any clues?
 
Brad, this got asked earlier in the thread but I didn't find an answer... is it possible to have CPA-R2 use magic letters instead of numbers?
 
I think that he is not owner of that forum anymore, its taken over by someone.
 
Back
Top