View Single Post
  #1 (permalink)  
Old 07-23-2007, 07:52 AM
ayushpant's Avatar
ayushpant ayushpant is offline
5 Star Senior Member
 
Join Date: Apr 2007
Location: Washington, DC
Posts: 164
Default Very Simple Link Cloaking Technique

Hey guys,

Few days back I posted a discussion on link cloaking. I looked into various methods, and this one is by far the easiest. This is the method I learned from Jeremy Palmer's link cloaking video which was recommended here itself by Linda.

Any ways, to cut it short here's the method. There is only 3 lines of code and you can use notepad to save your file as php.:

This is the code:
Code:
<?php
header ('Location:http://www.youraffiliatelink.com');
exit();
?>
Simple 4 Step Process

1. Replace the link "youraffiliatelink.com" with your affiliate code
2. Save file as something called coupon10.php (whatever name you want), make sure you save this file as .php extension
3. Upload this file to your directory on your website e.g www.yourwebsite.com/directory/coupon10.php
4. Link your text like this: www.yourwebsite.com/directory/coupon10.php

And you are done!!!
__________________
Regards,

Ayush P
Follow Me on Twitter :)
Reply With Quote