rap8557
Banned - Selling via PM
- Sep 15, 2008
- 2,000
- 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
URL2
sorry for asking still noob on DMR..
and how about the payment are they net15?
thanks!
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!