![]() | | ||||||||
| | #1 |
| Advanced Warrior War Room Member Join Date: Mar 2009 Location: Kent, UK
Posts: 803
Thanks: 141
Thanked 114 Times in 89 Posts
|
I understand this maybe a very basic noob question but its on my mind so I need to ask. I now have a few CPA sites and I know you can cloak your links to protect or make them look more appealing. Now there was a free php script that was posted once but I think that was to cloak only 1 link on the page. So lets say I have multiple CPA offers on a page how do I cloak my links for each offer ? Is cloaking the right word ? Is there a software I can buy or a WSO or what do you recommend sorry Im clueless on this and my links look ugly. Thanks Dave |
| | |
| | #2 |
| Bullsh*t Vigilante War Room Member Join Date: Mar 2008 Location: Cary, NC, USA.
Posts: 112
Thanks: 10
Thanked 21 Times in 13 Posts
|
It's easy... but people always seem to make it insanely complex. Create a page, call it go.php or recommends.php whatever, it's irrelevant. On that page put this.... and only this (in other words delete all the head / body / wc3 BS that most html editors put on your page) ************************************************** ************* <? header("location: http://www.your-affiliate-url.com/offer.php"); ?> ************************************************** ************* And that is it!!! Told you it was easy! If you want to drop a cookie / sub-id/ grab some analytics, do this: Create a page: ************************************************** ************* <html> <head> <title>Product NameŽ | Keywords| Call-To-Action-Keywords</title> <script language="JavaScript" type="text/javascript"> if (top.location != self.location) top.location.replace(self.location); </script> <script type="text/javascript" src="A-Great-Place-For-An-Analytics-Script"></script> </head> <body style="margin: 0px; padding: 0px;" scroll="no"> <iframe src="/REDIRECT.php" style="border: 0px; width: 100%; height:100%;"></iframe> <script type="text/javascript" src=A-Great-Place-For-A-Tracking-Script-URL-Or-Cookie"></script> </body> </html> ************************************************** ************** I have capitalized the word redirect in the code above. Replace REDIRECT.php with the name of the page you created in step 1. |
| | |
![]() |
|
| Tags |
| basic, cpa, offers, protecting, question |
| Thread Tools | |
| |
![]() |