![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#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: Northern Thailand
Posts: 284
Thanks: 11
Thanked 123 Times in 36 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 |
|
Active Warrior
Join Date: Aug 2008
Posts: 70
Thanks: 0
Thanked 2 Times in 2 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: 405
Thanks: 18
Thanked 74 Times in 29 Posts
|
I use a redirect...simply, fast and easy.
|
|
|
|
|
|
|
|
|
#58 |
|
Active Warrior
Join Date: Jan 2009
Posts: 75
Thanks: 1
Thanked 8 Times in 7 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 BlueFart you can spoof the referrer, some googling should give you sufficient know how on this.
|
|
|
|
|
|
#60 |
|
HyperActive Warrior
Join Date: Apr 2009
Posts: 141
Thanks: 0
Thanked 2 Times in 2 Posts
|
You could either use Proper202 or you can just use a redirect.
|
|
|
|
|
|
#61 |
|
HyperActive Warrior
Join Date: May 2007
Location: United Kingdom.
Posts: 181
Thanks: 1
Thanked 9 Times in 5 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 |
|
|
|
|
|
|
|
|
#62 |
|
HyperActive Warrior
War Room Member
Join Date: Apr 2009
Location: San Diego
Posts: 124
Thanks: 21
Thanked 6 Times in 5 Posts
|
|
|
|
|
|
|
|
|
|
#63 |
|
Warrior Member
Join Date: Jan 2009
Posts: 8
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 |
|
HyperActive Warrior
War Room Member
Join Date: Sep 2007
Location: Malaysia
Posts: 101
Thanks: 62
Thanked 19 Times in 8 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 |
|
Aiden Chong - I was a NEWBIE not long ago. I am now a "semi-newbie". Thanks to this FREE WSO!
I get to stay focused and getting things done after joining it. Are you still a newbie?
|
|
|
|
|
|
|
#66 |
|
Active Warrior
Join Date: Jul 2007
Location: , , .
Posts: 73
Thanks: 0
Thanked 7 Times in 6 Posts
|
what about using the gocodes wp plugin
|
|
|
|
|
|
#67 | |
|
HyperActive Warrior
War Room Member
Join Date: Apr 2009
Location: San Diego
Posts: 124
Thanks: 21
Thanked 6 Times in 5 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 |
|
HyperActive Warrior
War Room Member
Join Date: Apr 2009
Location: San Diego
Posts: 124
Thanks: 21
Thanked 6 Times in 5 Posts
|
Refer to my post below where I explained all the steps you need to follow.
How do you "HIDE" your affiliate link ? |
|
|
|
|
|
|
|
|
#69 |
|
HyperActive Warrior
War Room Member
Join Date: Apr 2009
Location: San Diego
Posts: 124
Thanks: 21
Thanked 6 Times in 5 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: 67
Thanks: 29
Thanked 4 Times in 4 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: 67
Thanks: 29
Thanked 4 Times in 4 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 |
|
HyperActive Warrior
War Room Member
Join Date: Apr 2009
Location: San Diego
Posts: 124
Thanks: 21
Thanked 6 Times in 5 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
Join Date: Jan 2009
Location: United Kingdom
Posts: 67
Thanks: 10
Thanked 7 Times in 7 Posts
|
I creat a subdomain name with my domain and redirects it to the affiliate link
|
|
|
|
|
|
|
|
|
#75 |
|
HyperActive Warrior
War Room Member
Join Date: Oct 2008
Location: Edmonton, Alberta, Canada
Posts: 144
Thanks: 144
Thanked 44 Times in 33 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 | |
|
HyperActive Warrior
War Room Member
Join Date: Sep 2007
Location: Malaysia
Posts: 101
Thanks: 62
Thanked 19 Times in 8 Posts
|
Quote:
| |
|
Aiden Chong - I was a NEWBIE not long ago. I am now a "semi-newbie". Thanks to this FREE WSO!
I get to stay focused and getting things done after joining it. Are you still a newbie?
|
||
|
|
|
|
|
#77 | |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2008
Posts: 135
Thanks: 5
Thanked 15 Times in 11 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: 135
Thanks: 5
Thanked 15 Times in 11 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: 135
Thanks: 5
Thanked 15 Times in 11 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: 135
Thanks: 5
Thanked 15 Times in 11 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 | |
|
HyperActive Warrior
Join Date: May 2007
Location: United Kingdom.
Posts: 181
Thanks: 1
Thanked 9 Times in 5 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'. | |
|
|
||
|
|
|
|
|
#82 | |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2008
Posts: 135
Thanks: 5
Thanked 15 Times in 11 Posts
|
Quote:
Wil | |
|
|
||
|
|
|
|
|
#83 |
|
Active Warrior
War Room Member
Join Date: Nov 2005
Location: , , .
Posts: 67
Thanks: 29
Thanked 4 Times in 4 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 | |
|
HyperActive Warrior
War Room Member
Join Date: Apr 2009
Location: San Diego
Posts: 124
Thanks: 21
Thanked 6 Times in 5 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: 1,265
Thanks: 424
Thanked 566 Times in 322 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. | |
|
I'm that writer you ask how to find every time your other writers deliver. SEO That Works - In The Long Run - Coming Soon... An employee is bought for what he thinks he is worth, and sold for what he is truly worth; from this alone, his employer profits.
|
||
|
|
|
|
|
#86 | |
|
"Serious Entreprenuer"
War Room Member
Join Date: Jan 2009
Location: Georgia (via Mississippi)
Posts: 108
Thanks: 20
Thanked 32 Times in 9 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. | |
|
The Hottest Untapped Traffic Sources Google Is In Love With!--> Document Sharing Pro<-- Tommie Powers Dot Com | Follow me on Twitter. |
||
|
|
|
|
|
#87 | |
|
Advanced Warrior
War Room Member
Join Date: Jun 2006
Location: Alberta, Canada. - just North of Calgary
Posts: 525
Thanks: 4
Thanked 2 Times in 2 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: 135
Thanks: 5
Thanked 15 Times in 11 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: 135
Thanks: 5
Thanked 15 Times in 11 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: 135
Thanks: 5
Thanked 15 Times in 11 Posts
|
@joeman - lots of different ways of doing this. for example, a PHP script could redirect AND to the click counting for you.
|
|
|
|
|
|
|
|
|
#91 |
|
Active Warrior
Join Date: Feb 2009
Posts: 35
Thanks: 0
Thanked 1 Time in 1 Post
|
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: 525
Thanks: 4
Thanked 2 Times in 2 Posts
|
Quote:
Quote:
Quote:
Thanks Jack | |||
|
|
||||
|
|
|
|
|
#93 |
|
Senior Warrior Member
War Room Member
Join Date: May 2003
Location: Everywhere , USA.
Posts: 1,005
Thanks: 23
Thanked 54 Times in 28 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 |
|
Stop Spinning Your Wheels And Discover The Real Secrets! Article Marketing Power Tips - Free Report (There's More To Life Than Submitting To Article Directories!) |
|
|
|
|
|
|
#94 |
|
Active Warrior
Join Date: Jun 2008
Location: , , United Kingdom.
Posts: 44
Thanks: 0
Thanked 1 Time in 1 Post
|
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: 525
Thanks: 4
Thanked 2 Times in 2 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: 135
Thanks: 5
Thanked 15 Times in 11 Posts
|
|
|
|
|
|
|
|
|
|
#97 |
|
Warrior Member
Join Date: Jul 2009
Location: Palm Coast, Florida
Posts: 26
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: 54
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: 135
Thanks: 5
Thanked 15 Times in 11 Posts
|
Quote:
Wil | |
|
|
||
|
|
|
|
|
#100 |
|
Advanced Warrior
War Room Member
Join Date: Jun 2006
Location: Alberta, Canada. - just North of Calgary
Posts: 525
Thanks: 4
Thanked 2 Times in 2 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 | |
|
|
![]() |