Need help in blackhating CJ

rap8557

Banned - Selling via PM
Joined
Sep 15, 2008
Messages
2,000
Reaction score
631
Ok i tested my technique about iframing email submit and it worked perfectly but this thing bothers me.

I think i didnt hide my landing page correctly.
i found out in invalid clicks my landing page.

how can i hide this?
is this code hide my lp?

URL1
Code:
<?php
    $referer = $_SERVER['HTTP_REFERER'];
    if($referer == "")
    {
        echo "<meta http-equiv=\"refresh\" content=\"0;url=URL2\">";    
    }
?>

URL2
Code:
<?php
    $referer = $_SERVER['HTTP_REFERER'];
    if($referer == "")
    {
        echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.landingpage.com\">";    
    }
?>

sorry for asking still noob on DMR..
and how about the payment are they net15?

thanks! :D
 
Back
Top