View Single Post
  #5 (permalink)  
Old 04-06-2008, 06:49 PM
SolidShadow SolidShadow is offline
Newbies
 
Join Date: Dec 2007
Posts: 18
Thanks: 0
Thanked 1 Time in 1 Post
Reputation: 10
iTrader: (0)
Default Re: How to spoof/cloak "referral " in affiliate URL ?

i just use a php redirect script and if you provide enough content on the page and you place the link correctly you get direct affiliate links indexed on google.

Code:
<?php
header( 'Location: http://yourafflink.com/12345' ) ;
?>
Copy that code and place in notepad name it whatever you like. Lets say you named it afflink.php <<<<its going to need a php extentsion for it to work save the file as all files not a txt file.

you can upload in a link directory or on the the main public.html folder....

then just make your affiliate link on your site like these hXXp://yoursite.c0m/afflink.php or hXXp://yoursite.c0m/links/afflink.php or the name of the directory the afflink is in.

Its a old trick but it works for me. You can even stuff cookies with this script but you need to add more code to it.
Reply With Quote
The Following User Says Thank You to SolidShadow For This Useful Post:
NessaChanel (02-04-2010)