Hunwarrior
Senior Member
- May 12, 2010
- 1,035
- 876
Hi,
To use only a shortener service has its negative sides.
1/ Some of us think shortener services sometimes shaves a bit. In other words, they change -some percent- of the affiliate links to theirs.
2/ Your links can be deactivated if caught on spamming.
2/ It cloaks your aff link, but does not blank the referer.
My method to impove this situation to my favour:
Go to godaddy, buy 5 .info-s. 5 domains come with free private registration. Not a bad think if you do a bit of BH.
Cost is about $5 for 5 .info-s.
<?php echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.yourdirtcheapinfodomain.info/1.php\">"; ?>
save the file as index.php, and upload to the new domain.
---------------------------------------------------------
open up your favourite notepad again:
<?php
$referer = $_SERVER['HTTP_REFERER'];
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.youraffiliatelink.com\">";
}
else
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.yourdirtcheapinfodomain.info\">";
}
?>
save this as 1.php and upload to the new domain.
Of course you have to change the text in red to your domains!!!
With these php scripts we have the referrer blanked, and redirected to the offer page.
Why do i still cloak it? Cos with costum aliases i can have several urls, which i am rotating, to get the less damage if somewhere they are banned.
Get to your favourite url shorteners, and have your http://www.yourdirtcheapinfodomain.info shortened to :
yourfavourite-shortener1/my-offer
yourfavourite-shortener2/my-offer
yourfavourite-shortener3/my-offer
------------------------------------------------------------------------
This is my first guide here, hope it is newbie friendly, and many of you will use it with success.I know this information is already shared in parts in different threads, but i could not find any bring all to one place, sorry if i missed some other threat sharing this.
To use only a shortener service has its negative sides.
1/ Some of us think shortener services sometimes shaves a bit. In other words, they change -some percent- of the affiliate links to theirs.
2/ Your links can be deactivated if caught on spamming.
2/ It cloaks your aff link, but does not blank the referer.
My method to impove this situation to my favour:
step 1: Getting private domains for dirt cheap
Go to godaddy, buy 5 .info-s. 5 domains come with free private registration. Not a bad think if you do a bit of BH.
Cost is about $5 for 5 .info-s.
step 2: Blanking referrer
open up your favourite notepad:
<?php echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.yourdirtcheapinfodomain.info/1.php\">"; ?>
save the file as index.php, and upload to the new domain.
---------------------------------------------------------
open up your favourite notepad again:
<?php
$referer = $_SERVER['HTTP_REFERER'];
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.youraffiliatelink.com\">";
}
else
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.yourdirtcheapinfodomain.info\">";
}
?>
save this as 1.php and upload to the new domain.
Of course you have to change the text in red to your domains!!!
With these php scripts we have the referrer blanked, and redirected to the offer page.
3 Cloaking your domain.
Why do i still cloak it? Cos with costum aliases i can have several urls, which i am rotating, to get the less damage if somewhere they are banned.
Get to your favourite url shorteners, and have your http://www.yourdirtcheapinfodomain.info shortened to :
yourfavourite-shortener1/my-offer
yourfavourite-shortener2/my-offer
yourfavourite-shortener3/my-offer
------------------------------------------------------------------------
This is my first guide here, hope it is newbie friendly, and many of you will use it with success.I know this information is already shared in parts in different threads, but i could not find any bring all to one place, sorry if i missed some other threat sharing this.