![]() | | ||||||||
| | #52 |
| Active Warrior Join Date: Apr 2009
Posts: 30
Thanks: 0
Thanked 2 Times in 2 Posts
|
php rediret its easy...
|
| | |
| | #53 |
| Warrior Member Join Date: May 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hi, I am very new to this so please ignore my ignorance . If you use godaddy and use their masker is that any good as a cloaking device Herdster |
| | |
| | #54 | |
| Mage War Room Member Join Date: May 2009 Location: Chiang Mai
Posts: 484
Thanks: 20
Thanked 208 Times in 77 Posts
| Quote:
So it is basically 1 url for 1 affiliate link. This method can be used for semi-legibility spreading your affiliate link around the internet to places that affiliate links are traditionally not allowed. For example I believe that eZine allows affilaite links in the resource box if they are masked and you can then spread this link to other 2.0 creation sites as well. Though you should take care if dealing with CPA offers, as they don't like masking for good reason. Read this for more info on masking http://www.competespy.com/CompetePPC.pdf | |
| | ||
| | |
| | #55 |
| Warrior Member Join Date: May 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
Thanks for that Greg. I am loving this forum already people seem to be so helpful and tons of great info Herdster |
| | |
| | #56 |
| HyperActive Warrior Join Date: Aug 2008
Posts: 210
Thanks: 1
Thanked 15 Times in 14 Posts
|
a php redirect is what I use to cloak affiliate links.
|
| | |
| | #57 |
| HyperActive Warrior War Room Member Join Date: Jan 2008 Location: Ireland
Posts: 408
Thanks: 18
Thanked 78 Times in 32 Posts
|
I use a redirect...simply, fast and easy.
|
| | |
| | |
| | #58 |
| Marketing Monkey Wrench War Room Member Join Date: Jan 2009
Posts: 566
Thanks: 21
Thanked 95 Times in 87 Posts
|
javascript redirect or .htaccess to php header redirect.
|
| | |
| | #59 |
| Warrior Member Join Date: May 2009
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
|
Well blanking the referrer isn't to difficult, you can use a double meta refresh. If you wanna get more blackhat you can spoof the referrer, some googling should give you sufficient know how on this.
|
| | |
| | #60 |
| HyperActive Warrior Join Date: Apr 2009
Posts: 133
Thanks: 0
Thanked 2 Times in 2 Posts
|
You could either use Proper202 or you can just use a redirect.
|
| | |
| | #61 |
| Not-So-Active Warrior Join Date: May 2007 Location: Good ol' Blighty
Posts: 231
Thanks: 12
Thanked 24 Times in 14 Posts
|
Sorry, but are all these redirects, etc, only if you have hosting? Is there anyway using Namecheap, WITHOUT hosting, to redirect to affiliate page, without having your affiliate link showing? -WM |
| I have nothing of value to add here. But we can't let a signature go to waste now, can we? | |
| | |
| | #62 |
| SocialAdr.com War Room Member Join Date: Apr 2009 Location: San Diego
Posts: 318
Thanks: 56
Thanked 29 Times in 27 Posts
| |
| | |
| | |
| | #63 |
| Warrior Member Join Date: Jan 2009
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
|
the guy has good reason to be PARANOID cuz the fact is 40% of those thieves in the net world are making a killing off of affiliates who put blood, sweat, and tears in trying to make money online /:-( tanady by all means cloak your link & guard it for life :-)
|
| | |
| | |
| | #64 |
| Warrior Member Join Date: Jun 2009
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
Simple php redirects.
|
| | |
| | #65 |
| JVWSO.com War Room Member Join Date: Sep 2007 Location: Malaysia & Singapore
Posts: 985
Thanks: 717
Thanked 545 Times in 194 Posts
|
I saw Akky & IM Biz System both gave a PHP redirect code, but they were slightly different. Akky's code - <?php header('Location: h-t-t-p://www.YourAffiliateUrlHere.com/'); ?> IM Biz System's Code - <?php $url = "YourFullAffiliateURL"; header("Location: $url"); exit(); ?> Can anyone please tell me what's the difference between the two codes? Thanks a lot |
| | |
| | |
| | #66 |
| HyperActive Warrior Join Date: Jul 2007 Location: across the universe
Posts: 347
Thanks: 7
Thanked 23 Times in 21 Posts
|
what about using the gocodes wp plugin
|
| | |
| | #67 | |
| SocialAdr.com War Room Member Join Date: Apr 2009 Location: San Diego
Posts: 318
Thanks: 56
Thanked 29 Times in 27 Posts
|
They are practically identical and will do exactly the same thing. In the second one, instead of hardcoding the affiliate URL in the PHP header function, it's first assigned to a variable $url (the $ in PHP means variable). Then the header function simply calls this variable. Using exit(); at the end is optional. If you don't use it and there's additional lines the script will continue to execute. Quote:
| |
| | ||
| | |
| | #68 |
| SocialAdr.com War Room Member Join Date: Apr 2009 Location: San Diego
Posts: 318
Thanks: 56
Thanked 29 Times in 27 Posts
|
Refer to my post below where I explained all the steps you need to follow. How do you "HIDE" your affiliate link ? |
| | |
| | |
| | #69 |
| SocialAdr.com War Room Member Join Date: Apr 2009 Location: San Diego
Posts: 318
Thanks: 56
Thanked 29 Times in 27 Posts
|
This plugin IS a PHP redirect; it's just wrapped up in a nice interface that you can access through the WordPress admin panel and it also stores all the URLs in the database. I sometimes use this because it's handy and tracks how many clicks you get on each link. The only times I *don't* use this is when I need to have full control over the redirect logic. I have a script that detects the visitors country based on their IP and then redirects them to different Amazon sites. |
| | |
| | |
| | #71 |
| Active Warrior War Room Member Join Date: Nov 2005 Location: , , .
Posts: 87
Thanks: 66
Thanked 9 Times in 8 Posts
|
Hi, Clickbank provides the following affiliate code http://ClickbankProduct.com/?hop=Myhopname I want to hide MyHopName so people won't steal my commission. How do I do that? Thanks. hal I'm |
| | |
| | #72 |
| Active Warrior War Room Member Join Date: Nov 2005 Location: , , .
Posts: 87
Thanks: 66
Thanked 9 Times in 8 Posts
|
Thanks for the php tip. Question 1: Where on the server to do place this code? Question 2: will it hide my ClickBankName as in the example below? http://ClickbankProductName.com/?hop=ClickBankName Thanks. hal |
| | |
| | #73 |
| SocialAdr.com War Room Member Join Date: Apr 2009 Location: San Diego
Posts: 318
Thanks: 56
Thanked 29 Times in 27 Posts
|
Hal, if that's all you want to do, I think it's best if you just use one of the many free services offered. I'd recommend one of these. #1 - ClickBank already has their own "hoplink shield" https://www.clickbank.com/hoplink_encoding.htm #2 - bit.ly - a free URL shortener that even tracks # of clicks bit.ly, a simple url shortener |
| | |
| | |
| | #74 |
| Active Warrior War Room Member Join Date: Jan 2009 Location: United Kingdom
Posts: 89
Thanks: 16
Thanked 11 Times in 11 Posts
|
I creat a subdomain name with my domain and redirects it to the affiliate link
|
| | |
| | #75 |
| Ronin War Room Member Join Date: Oct 2008 Location: Near the River
Posts: 268
Thanks: 206
Thanked 224 Times in 168 Posts
|
For WordPress try the WPMarketer plugin. It has many features including internal looking links and link tracking. Best of all it's free.
|
| | |
| | #76 | |
| JVWSO.com War Room Member Join Date: Sep 2007 Location: Malaysia & Singapore
Posts: 985
Thanks: 717
Thanked 545 Times in 194 Posts
| Quote:
| |
| | ||
| | |
| | #77 | |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
| Quote:
I will be hosting a free webinar soon to talk about managing affiliate links and will cover the issue above. For now, you can search Google for additional information...or just simply STOP using this method. Wil | |
| | ||
| | |
| | #78 | |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
| Quote:
2. It is a time consuming process. If a script cuts the time in half, over time this can add up to a lot of wasted time 3. THE BIGGEST ISSUE: It is error prone. Mess up your .htaccess with an extra character in the wrong place, an extra space, etc and ALL your links will be broken...in fact you can bring down your site like this. Why risk it? Wil | |
| | ||
| | |
| | #79 | |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
| Quote:
Some CB Publishers implement some code on their site (sales page) to remove the ?hoplink=xzy once the visitor arrives by redirecting them one more time. There is a way to do this and I am creating a redirect script to allow you to never show a ?hoplink=xyz at the destination page. Script will be released very soon. You can PM me if you want details. Wil | |
| | ||
| | |
| | #80 |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
|
All, PHP redirects are best for most situations, although sometimes a meta refresh or JavaScript redirect should be used. When you want to redirect the user to another destination (the affiliate link) in the fastest and most standard means possible, you should use a PHP redirect. This will send the redirect in the HTTP Header to the Web Browser. Nothing is loaded. There is no JavaScript requirement on the browser and the redirect attempt will never be blocked. If used with the appropriate options, a PHP redirect can be 301 or 302 redirect, thus allowing you to control the SEO value or your redirect! BTW, .htaccess redirects behave the same way as PHP redirects, and you can choose 302 or 301. However, I do not recommend this because it is error prone and you can mess up your entire site if you put an extra space or wrong character in the file. It is also not scalable, the larger the .htaccess file, the higher the impact on your web server's performance. A Meta Refresh redirect requires a page to be loaded and interpreted by the browser. It can be used when you want to display something to the user before actually redirecting them...such as a message that you are going to redirect them. Have you ever seen those messages saying: "If you are not redirected in X seconds, click this link?" This type of redirect can be blocked by the browser. It also does not allow you to control the SEO value of the link. A JavaScript redirect works much in the same way as the a Meta Refresh. It requires the browser to load the page with the JavaScript code on it and process the JavaScript code to redirect the user. This type of redirect can be blocked by the browser. It also does not allow you to control the SEO value of the link. Hope this helps clarify your options. Wil |
| | |
| | |
| | #81 | |
| Not-So-Active Warrior Join Date: May 2007 Location: Good ol' Blighty
Posts: 231
Thanks: 12
Thanked 24 Times in 14 Posts
| Quote:
- from http: //.vendor.hop.clickbank.net?=yourID - to something like http: //2de14oqj69s7oq8dml2kfgirdljxff.hop.clickbank.net Is this what the HopLink does? If so, I'd say that the cloaked link looked infinitely more ugly than the normal link, although, this doesn't mean it's any less useful in preventing commission theft. Just wanted to know if I've got the right idea about the ClickBank HopLink Shield - I'd have thought/hoped it was somewhat more 'refined'. | |
| I have nothing of value to add here. But we can't let a signature go to waste now, can we? | ||
| | |
| | #82 | |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
| Quote:
Wil | |
| | ||
| | |
| | #83 |
| Active Warrior War Room Member Join Date: Nov 2005 Location: , , .
Posts: 87
Thanks: 66
Thanked 9 Times in 8 Posts
|
Hi, Yes, this does encrypt the URL, BUT once I get to the Affiliate page, my Clickbank username is STILL hanging off of the URL for example, http://theAffiliateProduct.com/?hop=ClickbankUsername I DON'T want the "hop=ClickBankUsername to show up. How do I hide that??? thanks. hal |
| | |
| | #84 | |
| SocialAdr.com War Room Member Join Date: Apr 2009 Location: San Diego
Posts: 318
Thanks: 56
Thanked 29 Times in 27 Posts
|
Hal, I'm not aware of any way that you could hide that. It's up to the vendor to setup code on their website to hide affiliate IDs, and many of them don't bother or know how to. You can do all the masking/cloaking of URLs that you want to, but ultimately you need the visitor to end up at the vendor's site, which requires "?hop=xxxxx" at the end of the URL. Unless someone else knows a trick I'm not aware of? ![]() Quote:
| |
| | ||
| | |
| | #85 | |
| AT gmail DOT com War Room Member Join Date: May 2009 Location: Kent, WA
Posts: 6,947
Blog Entries: 4 Thanks: 1,740
Thanked 5,485 Times in 2,510 Posts
| Quote:
1. Go to your link, hijack it, and don't buy 2. Go to your link, don't hijack it, and don't buy 3. Go to your link, hijack it, and buy 4. Go to your link, don't hijack it, and buy The problem is that while you see everyone go to your link, you cannot tell the difference among the first three situations. In every case, they go to your link, and then you don't get a commission. The only thing you can see happening is people who go to your link, don't hijack it, and buy - because you get a commission. When you don't get one, it could have been any of the previous three things. So you can NEVER get a straight answer to that question, because all you can do is guess. Just like the RIAA's piracy statistics: they say "we sold X number of legitimate copies, and we think there are Y copies out there, so ( Y - X ) copies are illegitimate and that has cost us $Z." But they made up Y, so that $Z figure is just plain garbage. | |
| Donate to the Darklock Liquor Fund Hey; I got nothin' to do today but smile, 'n-da, 'n-da, doo-da, and here I am. | ||
| | |
| | #86 | |
| TommiePowers.com War Room Member Join Date: Jan 2009 Location: Georgia (via Mississippi)
Posts: 335
Blog Entries: 1 Thanks: 99
Thanked 100 Times in 48 Posts
| Quote:
Upload this file to your public_html folder and it will appear as Yourdomain.com/yourphpfilename.php. Works like a charm! I use it because it seems to get more clicks. | |
| MY BLOG --> TommiePowers.com <-- * Paid Traffic & Mobile Marketing Specialist * | ||
| | |
| | #87 | |
| Advanced Warrior War Room Member Join Date: Jun 2006 Location: Alberta, Canada. - just North of Calgary
Posts: 618
Thanks: 32
Thanked 31 Times in 22 Posts
|
GREAT answer - but a couple questions: - can you explain 'allow you to control the SEO value of your link' - how could you incorporate some type of tracking/counting of your links with the php redirect? Thanks Jack Quote:
| |
| | ||
| | |
| | #88 |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
|
@zedbiz 301 Reirects pass PageRank to the destination page...that's what I meant by controlling SEO value. 302 redirects, Meta Refresh, and JavaScript redirects do NOT pass PageRank. As far as click counting, it can be done in different ways. You can always use a web server log analyzer and see how many hits there were for the redirect URL. That is NOT the easiest, or best way to do it. It would be better to implement a little more PHP code (instead of just the redirect) to keep a click count for you, but this is cumbersome also. The best way is to have a tool that handles the redirect management for you and allows you to manage the type of redirect (301 & 302) as well as doing the click counting. I am sending you a PM with a link to a free webinar I am hosting on Sunday to cover this topic in great detail. Wil |
| | |
| | |
| | #89 |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
|
@nicheGoober - it is important to know what type of redirect the plugin is creating (301 or 302) if you are linking to sites that you want to help rank in the search engines (ie. your own sites or web 2.0 properties). Wil |
| | |
| | |
| | #90 |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
|
@joeman - lots of different ways of doing this. for example, a PHP script could redirect AND to the click counting for you.
|
| | |
| | |
| | #91 |
| King of WordPress plugins War Room Member Join Date: Feb 2009 Location: Los Angeles
Posts: 385
Thanks: 0
Thanked 42 Times in 30 Posts
|
There's a WordPress plugin called LinkEngine (wplinkengine.com iirc) that does this for you if you use WordPress.
|
| | |
| | #92 | |||
| Advanced Warrior War Room Member Join Date: Jun 2006 Location: Alberta, Canada. - just North of Calgary
Posts: 618
Thanks: 32
Thanked 31 Times in 22 Posts
| Quote:
Quote:
Quote:
Thanks Jack | |||
| | ||||
| | |
| | #93 |
| Senior Warrior Member War Room Member Join Date: May 2003 Location: Everywhere , USA.
Posts: 1,204
Thanks: 46
Thanked 98 Times in 65 Posts
|
Free video at http://LinkCloakingExplained.com covers the most popular ways to cloak a link. Someone else mentioned cloaking *and* tracking, which is what my Cloak And Tracker software does (creative name, don't you think?). While a simple PHP redirect will work fine, I like the added features a more comprehensive script will give you. For example... This link: http://jayjennings.com/likes/cloakandtracker ...will send you to the CaT sales page. This link: http://jayjennings.com/likes/cloakandtracker/wf ...will send you to the same place but when I look at my stats I'll know the cloaked link was used in the Warrior Forum. I could use the same link, but tack on a different "tracking token" like this: http://jayjennings.com/likes/cloakandtracker/blog ...and I'll be able to see how many clicks came from the link on my blog, versus the link on the WF. And tracking tokens can be added on the fly -- they don't have to be set up ahead of time in the script. Not to turn this into a pitch, but CaT (and big brother Sonic Sneak) can also disguise the link even more, for example... http://jayjennings.com/likes/cloakandtracker.html ...is the same link, but looks like an actual web page because of the .html suffix. So while the PHP redirect code shown here will cloak and redirect your link perfectly, there are some good reasons to use an actual software program to do the job. There are good options out there besides CaT and Sneak -- find the one that's best for you and start using it for your links. Jay Jennings |
| Instant Video Web Pages - Create Video Sales Letters, Video Opt-in Pages, and Video Postcards, Instantly! Free Article: The Pros and Cons of Video Marketing Free Article: Why Use a Video Landing Page? | |
| | |
| | #94 |
| Active Warrior Join Date: Jun 2008 Location: , , United Kingdom.
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
|
Click bank have recently introduced an automated feature for cloaking your links.
|
| | |
| | |
| | #95 |
| Advanced Warrior War Room Member Join Date: Jun 2006 Location: Alberta, Canada. - just North of Calgary
Posts: 618
Thanks: 32
Thanked 31 Times in 22 Posts
|
Jay - what method does cloak and tracker use to re-direct? php - - htaccess or ?? |
| | |
| | |
| | #96 |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
| |
| | |
| | |
| | #97 |
| Warrior Member Join Date: Jul 2009 Location: Palm Coast, Florida
Posts: 28
Thanks: 4
Thanked 1 Time in 1 Post
|
Just a side note...cloaking your link is not only good just to shorten it...it's also great considering some networks get their link sent through spam filters 100M times before lunch every day. After a while, 80% of your mail could be caught in spam filters due to the domain in the URL... We usually request all of our affiliates to mask...great thread! |
| | |
| | |
| | #98 |
| Active Warrior Join Date: Jul 2009
Posts: 53
Thanks: 0
Thanked 3 Times in 3 Posts
|
why would like to hide affiliate link? For this purpose, word press redirect plug-in is used but easy to use is html meta refresh. |
| | |
| | #99 | |
| HyperActive Warrior War Room Member Join Date: Dec 2008
Posts: 204
Thanks: 10
Thanked 22 Times in 17 Posts
| Quote:
Wil | |
| | ||
| | |
| | #100 |
| Advanced Warrior War Room Member Join Date: Jun 2006 Location: Alberta, Canada. - just North of Calgary
Posts: 618
Thanks: 32
Thanked 31 Times in 22 Posts
|
The various wordpress plugins that redirect - do any of them allow you to use them on multiple blogs. Otherwise if you have more than one blog, it means logging in to different ones for different links. Nice to have it all organized in one place. And can it be tied / connected to Google Analytics somehow? Will a php redirect show up in google analytics report? |
| | |
| | |
![]() |
|
| Tags |
| affiliate, hide, link |
| Thread Tools | |
| |
![]() |