Register Advertise with usHelp Desk Today's Posts Search

Thread Tools Search this Thread
Unread 2nd Oct 2008, 08:56 PM   #1
New Warrior Member
War Room Member
 
TShooter's Avatar
 
Join Date: 2008
Location: Columbus, OH , USA.
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default
How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Can someone please tell me where one can go to learn how to "Cloak" a domain name or an affiliate name. I understand there is a difference between a "redirect" an a "cloak". Of course I don't know how to do either, but I'm told cloaking is the better option.

Also when I get business cards printed, do I have the "Cloaked Name" printed or the actual "Domain Name" printed on the cards?

Nathaniel

[url=http://www.eHomeBusinessMall.com[/url]
TShooter is offline   Reply With Quote
Unread 2nd Oct 2008, 10:31 PM   #2
Doug Gorman
 
Doug Gorman's Avatar
 
Join Date: 2007
Location: Indiana, USA
Posts: 140
Thanks: 25
Thanked 23 Times in 11 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Nathaniel,

What cloaking does is hides your affiliate links - place this code anywhere in your html of your website between the <body> and </body> tags:

<script>function cloakst1(){window.status="Promised Profit";} zint=setInterval(cloakst1,10)</script>

***That script works on blogs as well ***

Now after you do this, when someone hovers over any link in your site they will not see the url link at the bottom of the computer screen - instead they will see whatever you put in the {window.status="whatever you want";}. So instead of seeing www. pips12334545.affiliate069686 or what ever - they will see "Promised Profit".

YOU absolutely have to put your website url on business cards - you want everyone in the world to know the url of your website. It is the affiliate and other links that you want to cloak.

Hope that helps,

Doug

Doug Gorman is offline   Reply With Quote
Unread 2nd Oct 2008, 10:52 PM   #3
Banned
 
Join Date: 2007
Location: Kuala Lumpur, WP, Malaysia.
Posts: 74
Thanks: 0
Thanked 2 Times in 2 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

If you use php, you can create a index.php with

<HTML>
<?php
header('Location:http://youraffiliatelink.vendor.hop.clickbank.net');
?>
</HTML>
kkchoon1 is offline   Reply With Quote
Unread 3rd Oct 2008, 12:58 AM   #4
Advanced Warrior
War Room Member
 
Stephen Meyer's Avatar
 
Join Date: 2007
Location: Ada,OK , USA.
Posts: 910
Thanks: 107
Thanked 336 Times in 222 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

This is what I use.

<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Page Title Here</TITLE>
</HEAD>
<FRAMESET rows="100%" border=0 frameborder=0 framespacing=0>
<FRAME name=top src="Your Affiliate Link Here" noresize>
</FRAMESET>
</HTML>

This gives you a page title that shows up in the browser bar and ithides your link.

To use it you go into your Host4Profit account and click on
"File manager". Once there scroll to the bottom and "Create File" by giving your file a name. Be sure to end the name with .html. It would look like "thebestprogramever.html". By ending it with .html that will assure all browsers will open it correctly. Once you have given it a name and clicked create file a window will open. Just copy and paste the code above in the window. Give it a name and add your URL as shown above then click save and it's done.

Find out how this guy went from being over $40,000 in debt to having total financial freedom and how you can to.Click Here: Freedom ~
Stephen Meyer is offline   Reply With Quote
Unread 3rd Oct 2008, 03:29 AM   #5
HyperActive Warrior
 
tplahav's Avatar
 
Join Date: 2007
Location: , , Israel.
Posts: 305
Thanks: 16
Thanked 39 Times in 30 Posts
Blog Entries: 1
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Hi, You can do it with any account you use, that allows you to edit and create new web pages, so I guess yes.

Tanny

tplahav is offline   Reply With Quote
Unread 3rd Oct 2008, 06:56 AM   #6
Advanced Warrior
War Room Member
 
Stephen Meyer's Avatar
 
Join Date: 2007
Location: Ada,OK , USA.
Posts: 910
Thanks: 107
Thanked 336 Times in 222 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by nicesurf View Post

Can we do it directly in godaddy account ?
Yes, you can do it with most accounts. All you are doing is crating a new web page that uses html to redirect.

Find out how this guy went from being over $40,000 in debt to having total financial freedom and how you can to.Click Here: Freedom ~
Stephen Meyer is offline   Reply With Quote
Unread 3rd Oct 2008, 03:33 PM   #7
New Warrior Member
War Room Member
 
TShooter's Avatar
 
Join Date: 2008
Location: Columbus, OH , USA.
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

"Wow" ..... this is good stuff. Thanks to all ..... I love it!!!

Nathaniel

[url=http://www.eHomeBusinessMall.com[/url]
TShooter is offline   Reply With Quote
Unread 4th Oct 2008, 06:28 AM   #8
HyperActive Warrior
 
luckystar's Avatar
 
Join Date: 2008
Location: , , Nigeria.
Posts: 201
Thanks: 11
Thanked 31 Times in 23 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

A cool Html Trick that works on your webpages:
Usually you will keep your links in this
format-

<A href="http://www.youraffiliatelink">clickhere</A>

In this way when you keep your cursor over the
link, you can see your long affiliate link.

Instead of above code, you can keep this code-

<A href="http://www.youraffiliate link" onMouseOver=
"window.status='your text here!'; return true" onMouseOut=
"window.status=''; return true">Click here</a>

Whole of the above line should be in SINGLE line.
When you keep cursor on the link, you can see the
text that you put in the status bar.

Click http://www.thecurepoint.com/makemoneyonline to learn how to make money using automated email marketing platform
luckystar is offline   Reply With Quote
Unread 4th Oct 2008, 08:00 PM   #9
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Good info here. Just curious... does anyone at all use Affiliate Link Cloaker in the Web Army Knife? I swear I must be the only one using it... and it works so well and a lot easier than creating redirects and messing with the HTML code. Although, it does not hurt to know the HTML code to do those things. Can be very handy.

Cheers,

Alan

Alan Mater is offline   Reply With Quote
The Following User Says Thank You to Alan Mater For This Useful Post:
Unread 4th Oct 2008, 08:09 PM   #10
Senior Warrior Member
War Room Member
 
Jeff Casmer's Avatar
 
Join Date: 2003
Location: Chicago
Posts: 1,037
Thanks: 31
Thanked 250 Times in 192 Posts
Blog Entries: 5
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Hi Alan,

I dont but glad its working well for you...

Take care
Jeff Casmer

Why Dont You Learn How To Trade the Foreign Exchange Markets?

Reach Me on FB

30DTS Challenge | IM Training | IM Community | AFF Program
Jeff Casmer is offline   Reply With Quote
Unread 4th Oct 2008, 08:16 PM   #11
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Hi Jeff,

It works very well. Don't know why more people don't use it.

Alan

Alan Mater is offline   Reply With Quote
Unread 4th Oct 2008, 08:17 PM   #12
Senior Warrior Member
War Room Member
 
Jeff Casmer's Avatar
 
Join Date: 2003
Location: Chicago
Posts: 1,037
Thanks: 31
Thanked 250 Times in 192 Posts
Blog Entries: 5
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Hi Alan,

Great to hear. As long as you cloak those links you cant go wrong..

the easier the better I say..LOL

Take care
Jeff

Why Dont You Learn How To Trade the Foreign Exchange Markets?

Reach Me on FB

30DTS Challenge | IM Training | IM Community | AFF Program
Jeff Casmer is offline   Reply With Quote
Unread 4th Oct 2008, 08:25 PM   #13
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Jeff,

Haha... you got that right. I try to make everything as easy as possible. Time is valuable.

Alan

Alan Mater is offline   Reply With Quote
Unread 5th Oct 2008, 02:06 AM   #14
New Warrior Member
 
Join Date: 2008
Location: , , USA.
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

One site I would like to suggest is Tiny URL.com where you can shorten you long URL into a Tiny URL. Among the many advantages of shortening your URL is that it is easy to remember a short name. Another advantage could be to guard against fraudulent activities. In the internet based affiliate marketing business such as Clickbank, it is generally known that some unscrupulous bad guys out there can steal business from you by substituting your unique affiliate name so that you end up promoting business for them. To get around this dilemma, some people use third parties such as TinyURL.com to cloak their long affiliate marketing names. Shortening your name may not guarantee against fraud, but it certainly increases your security by at least adding a layer of protection. Besides TinyURL, you can possibly shorten your long URL as other Forum Warrior members have suggested by the use of HTML in Notepad. Unless you're familiar with HTML, I suggest you visit TinyURL.com and see if this is helpful. For further suggestions of how you can protect yourself in the home base money making business, visit my blog at Plug-In Profit Site - Complete Money Making Site Setup FREE! | Proven Internet Home Business Opportunity.

How To Make Money123
http://www.MyThriver.com/blog
mythriver is offline   Reply With Quote
Unread 5th Oct 2008, 05:41 AM   #15
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I feel it's more beneficial if your cloaked URL has your domain attached. Affiliate Link Cloaker in the WAK will do just this. You don't have to mess with HTML code. Just copy and paste the code it gives you into a new web page and you're good to go. The suggestions above will also give you the same thing pretty much.

I would much rather promote a URL that begins with my domain, rather than a domain like tinyurl.com or something similar. To me that's unprofessional, but that's just my opinion.

Cheers,

Alan

Alan Mater is offline   Reply With Quote
Unread 5th Oct 2008, 06:50 AM   #16
Advanced Warrior
War Room Member
 
Stephen Meyer's Avatar
 
Join Date: 2007
Location: Ada,OK , USA.
Posts: 910
Thanks: 107
Thanked 336 Times in 222 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Hey Alan, the HTML I posted above is as simple as copy and paste. About 4 clicks and you are done in less than 3 minutes. It not only hides your affiliate link on the first page but it hides it as you surf your affiliate site. All your visitors ever see is your domain name followed by what you called the link. It is simple and easy.

Besides that, I couldn't get rid of the web Army Knife fast enough, froze my computer 3 times. I hate installing programs when a couple clicks does the trick.

Find out how this guy went from being over $40,000 in debt to having total financial freedom and how you can to.Click Here: Freedom ~
Stephen Meyer is offline   Reply With Quote
Unread 5th Oct 2008, 07:03 AM   #17
Active Warrior
 
Join Date: 2008
Location: , , .
Posts: 36
Thanks: 1
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I use cloaking software. for me, it's much easier.

keithngu is offline   Reply With Quote
Unread 5th Oct 2008, 10:39 AM   #18
HyperActive Warrior
 
tplahav's Avatar
 
Join Date: 2007
Location: , , Israel.
Posts: 305
Thanks: 16
Thanked 39 Times in 30 Posts
Blog Entries: 1
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I say whatever works for you is fine, I use the same code as Steve and it works fine.

As for tinyurl, I got used to see it everywhere, usually related to MLM programs and more in scams. It got to the point when I see a tinyurl I ignore it completely.

I know it is not always the case, but if you want to hide something do it with style, beside the tinyurls are not so tiny anymore

Tanny

tplahav is offline   Reply With Quote
The Following User Says Thank You to tplahav For This Useful Post:
Unread 5th Oct 2008, 11:39 AM   #19
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by Stephen Meyer View Post

Hey Alan, the HTML I posted above is as simple as copy and paste. About 4 clicks and you are done in less than 3 minutes. It not only hides your affiliate link on the first page but it hides it as you surf your affiliate site. All your visitors ever see is your domain name followed by what you called the link. It is simple and easy.

Besides that, I couldn't get rid of the web Army Knife fast enough, froze my computer 3 times. I hate installing programs when a couple clicks does the trick.
Hi Steve,

The WAK does the exact same thing. Wonder why it kept freezing for you. I've never had a problem with it. Whatever works, I say. Good you found something that's quick and easy. I know how valuable our times are.

I know that some people fret about even the thought of touching HTML code, so that's why I threw in my scenario. It's more user friendly, if you will .

Tanny, you kind of said what I was thinking about tinyurl. It's not a bad thing, but I think it's much better for you as a marketer to be promoting your domain name, instead of tinyurl.com. It's one thing to shorten a URL... and a completely different thing to cloak it.

Cheers,

Alan

Alan Mater is offline   Reply With Quote
Unread 5th Oct 2008, 02:43 PM   #20
VIP Warrior
War Room Member
 
talfighel's Avatar
 
Join Date: 2004
Location: Ontario, Canada.
Posts: 6,896
Thanks: 168
Thanked 1,535 Times in 1,249 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Nathaniel,

Just go to:

YOURSITE.com/menu and log in....

Once you are there, go to "Create file" and name it anything that you want. At the end add a ".php".

Once you are in the page, add:

<HTML>
<?php
header('Location:http://youraffiliatelink.vendor.hop.clickbank.net');
?>
</HTML>

Does this help?

Tal

talfighel is offline   Reply With Quote
Unread 5th Oct 2008, 02:58 PM   #21
New Warrior Member
 
Join Date: 2007
Location: Michigan, USA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I have found that this method doesn't work in FireFox.

Originally Posted by luckystar View Post

A cool Html Trick that works on your webpages:
Usually you will keep your links in this
format-

<A href="http://www.youraffiliatelink">clickhere</A>

In this way when you keep your cursor over the
link, you can see your long affiliate link.

Instead of above code, you can keep this code-

<A href="http://www.youraffiliate link" onMouseOver=
"window.status='your text here!'; return true" onMouseOut=
"window.status=''; return true">Click here</a>

Whole of the above line should be in SINGLE line.
When you keep cursor on the link, you can see the
text that you put in the status bar.
JimK is offline   Reply With Quote
Unread 6th Oct 2008, 08:25 AM   #22
New Warrior Member
War Room Member
 
TShooter's Avatar
 
Join Date: 2008
Location: Columbus, OH , USA.
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Thanks Tal, I will give this a try also ....... great information and greatly appreciated.

Thanks
Nathaniel

[url=http://www.eHomeBusinessMall.com[/url]
TShooter is offline   Reply With Quote
Unread 13th Oct 2008, 01:02 PM   #23
VIP Warrior
War Room Member
 
magentawave's Avatar
 
Join Date: 2007
Location: San Diego, California
Posts: 1,603
Thanks: 748
Thanked 66 Times in 56 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by Doug Gorman View Post

Nathaniel,

What cloaking does is hides your affiliate links - place this code anywhere in your html of your website between the <body> and </body> tags:

<script>function cloakst1(){window.status="Promised Profit";} zint=setInterval(cloakst1,10)</script>

***That script works on blogs as well ***

Now after you do this, when someone hovers over any link in your site they will not see the url link at the bottom of the computer screen - instead they will see whatever you put in the {window.status="whatever you want";}. So instead of seeing www. pips12334545.affiliate069686 or what ever - they will see "Promised Profit".

YOU absolutely have to put your website url on business cards - you want everyone in the world to know the url of your website. It is the affiliate and other links that you want to cloak.

Hope that helps,

Doug
Hi Doug,

Well I got all excited when I saw what a simple way you explained here on how to cloak an affiliate link because I was just about to spend money on a program like Ninja Link Cloaker. So I immediately pasted
<script>function cloakst1(){window.status="Promised Profit";} zint=setInterval(cloakst1,10)</script> into the bottom of the HTML section of a blog post and I can still very clearly see my butt ugly affiliate link in the bottom of the browser. Have any idea why that didn't work? Does it matter that my affiliate link is a 'nofollow' link?

I tried it with both Firefox and IE.

Thanks.
Steve
magentawave is offline   Reply With Quote
Unread 13th Oct 2008, 02:19 PM   #24
HyperActive Warrior
 
Join Date: 2008
Location: Singapore
Posts: 106
Thanks: 6
Thanked 7 Times in 7 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Hello,

When it comes to cloaking our affiliate links, which is the better option, using a free cloaking software or using a paid one? Need plenty of advice on this as I'm a newbie in internet marketing.

Didi
Didi is offline   Reply With Quote
Unread 4th Nov 2008, 09:36 AM   #25
Gerald Lum
War Room Member
 
geraldlum's Avatar
 
Join Date: 2007
Location: Singapore
Posts: 73
Thanks: 12
Thanked 4 Times in 4 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by Alan Mater View Post

Good info here. Just curious... does anyone at all use Affiliate Link Cloaker in the Web Army Knife? I swear I must be the only one using it... and it works so well and a lot easier than creating redirects and messing with the HTML code. Although, it does not hurt to know the HTML code to do those things. Can be very handy.

Cheers,

Alan
I'm searching for a easy to use cloaker. Which one do you recommend??
geraldlum is offline   Reply With Quote
Unread 4th Nov 2008, 09:53 AM   #26
Renegade Marketer
War Room Member
 
JustVisiting's Avatar
 
Join Date: 2008
Location: Malta
Posts: 545
Thanks: 292
Thanked 145 Times in 88 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by JimK View Post

I have found that this method doesn't work in FireFox.
You may have javascript disabled in Firefox?
Some folk seem to disable javascipt, I often do this because I can view my own adsense web sites without seeing the ads and therefore not breaking Googles t&c's.

This is why I prefer .php file redirects. )

"...If at first you don't succeed; call it Version 1.0"
JustVisiting is offline   Reply With Quote
Unread 5th Nov 2008, 03:19 AM   #27
Brian Ngoi
 
chngoi's Avatar
 
Join Date: 2008
Location: Malaysia. K.L
Posts: 37
Thanks: 25
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Well, I had got the same feeling about this tinyurl, very scams looking URL, but I've been advised to use this from dayone, is it very important to cloak or hide all our CB affiliate link? Does it affect our sales lot if we show our actual affiliate name? Need some advise here. Thanks

Originally Posted by tplahav View Post

I say whatever works for you is fine, I use the same code as Steve and it works fine.

As for tinyurl, I got used to see it everywhere, usually related to MLM programs and more in scams. It got to the point when I see a tinyurl I ignore it completely.

I know it is not always the case, but if you want to hide something do it with style, beside the tinyurls are not so tiny anymore

Tanny

Visit:-http://www.msgonlineincome.com Proven Home Business and Work At Home Ideas and Opportunities.
chngoi is offline   Reply With Quote
Unread 5th Nov 2008, 10:53 AM   #28
Renegade Marketer
War Room Member
 
JustVisiting's Avatar
 
Join Date: 2008
Location: Malta
Posts: 545
Thanks: 292
Thanked 145 Times in 88 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by chngoi View Post

Does it affect our sales lot if we show our actual affiliate name? Need some advise here. Thanks
When selling internet marketing and related products to other marketers then it is advisable to cloak...however...it is still very easy to steal the referrers commission, whatever system is used. It all comes down to ethics.

Offering an additional relevent bonus to a purchaser is the best way to keep your commission.

In my experience for *non-internet marketing products* it makes little difference whether you cloak or not, although the referral URL looks prettier.

Also, CB has now altered their affiliate payout terms so it's not possible for a purchaser to qualify for a payout if they only buy products using their own PayPal account or CC.

"...If at first you don't succeed; call it Version 1.0"
JustVisiting is offline   Reply With Quote
The Following User Says Thank You to JustVisiting For This Useful Post:
Unread 5th Nov 2008, 12:06 PM   #29
OffTheWallflowerChild
War Room Member
 
Patrician's Avatar
 
Join Date: 2004
Location: USA
Posts: 2,776
Thanks: 6,161
Thanked 2,625 Times in 1,763 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I just want to mention (not sure if anyone has above) that if your PIPS site was installed after May 2008, (any PIPS ID higher than 22712), all the affiliate links are already cloaked by your PIPS affiliate ID.

So there is no need to cloak your site - maybe only your individual affiliate links for the core affiliate programs if you are advertising them separately from your PIPS site.

Patricia Brucoli
Plug-In Profit Site Helpdesk
Patrician is offline   Reply With Quote
Unread 5th Nov 2008, 12:18 PM   #30
Active Warrior
 
JJonesRN3's Avatar
 
Join Date: 2008
Location: Brooklyn, NY
Posts: 60
Thanks: 38
Thanked 5 Times in 5 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Hi,


I tried several times to delete army knife, but I can't get rid of the program. Can someone please tell me how to eliminate army knife from my hard drive?

To your success and happiness.

JJonesRN3 is offline   Reply With Quote
Unread 5th Nov 2008, 12:46 PM   #31
OffTheWallflowerChild
War Room Member
 
Patrician's Avatar
 
Join Date: 2004
Location: USA
Posts: 2,776
Thanks: 6,161
Thanked 2,625 Times in 1,763 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

To Remove a Program:

If you have already used the add/delete programs in your Windows Control Panel,

Go to ccleaner.com and download the free cleaner application. After it is installed, run the scan on your applications and delete the files (these are temporary files that are unncessary and cookies, etc).

Then run the Registry cleaner and 'fix all issues'.

Reboot your PC.

If it is still there, then VERY CAREFULLY you can try to remove any remnants from your Registry:

Click the Windows Start button in the left lower corner.

Click 'Run'

When the box comes up, type 'regedit' (without the ' ')

A box will come up with file names on the left that start with 'HKEY_'

Click the plus sign next to the folders for two of these to see the files in them.

First: 'HKEY_LOCAL MACHINE' and 'SOFTWARE' and if you don't see a file by the name of Web Army Knife, then click the minus sign to close the directories.

Try again with 'HKEY_CURRENT USER' and 'Software'

At either place if you see a folder called 'Web Army Knife', CAREFULLY right click the file folder with your mouse and choose 'delete' from the mouse menu.

CAREFUL NOT TO DELETE ANY OTHER FOLDER OR FILE THERE - you can tell which one is highlighted. Make sure only that one folder is highlighted.

If you delete the wrong file, you can cause some program to stop working and there is nothing we can do about it once the file is gone. I am not responsible if this happens.

Patricia Brucoli
Plug-In Profit Site Helpdesk
Patrician is offline   Reply With Quote
The Following User Says Thank You to Patrician For This Useful Post:
Unread 5th Nov 2008, 02:48 PM   #32
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Michael,

Yes, I use the WAK to cloak any affiliate site. It's very easy to use and doesn't require any scripting or coding of any kind. Works in all browsers and encrypts the page source code as well.

Alan

Alan Mater is offline   Reply With Quote
Unread 7th Nov 2008, 05:35 AM   #33
Active Warrior
 
Racey1's Avatar
 
Join Date: 2008
Location: Spain
Posts: 84
Thanks: 3
Thanked 5 Times in 5 Posts
Lightbulb
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by Patrician View Post

I just want to mention (not sure if anyone has above) that if your PIPS site was installed after May 2008, (any PIPS ID higher than 22712), all the affiliate links are already cloaked by your PIPS affiliate ID.

So there is no need to cloak your site - maybe only your individual affiliate links for the core affiliate programs if you are advertising them separately from your PIPS site.

Hi Pat

Have not altered my site yet, I joined after the date you say.

However on the front Page my afiliate number is printed for everyone to see. Also when you hover over various adverts the link shows up.

Can these be cloaked?

Rosalie

Suffering from lack of real traffic to your website? take a look now
http://developyourownsuccess.blogspot.com/


Racey1 is offline   Reply With Quote
Unread 7th Nov 2008, 08:37 AM   #34
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by Racey1 View Post

Hi Pat

Have not altered my site yet, I joined after the date you say.

However on the front Page my afiliate number is printed for everyone to see. Also when you hover over various adverts the link shows up.

Can these be cloaked?

Rosalie
Hi Rosalie,

Yes, they can all be cloaked. It will take some time to do, but I feel it should be done. I have mentioned the WAK to use to cloak affiliate pages. Others have mentioned how to do this as well and mask the identity of your links. Whichever way is up to you.

Alan

Alan Mater is offline   Reply With Quote
Unread 7th Nov 2008, 11:58 AM   #35
OffTheWallflowerChild
War Room Member
 
Patrician's Avatar
 
Join Date: 2004
Location: USA
Posts: 2,776
Thanks: 6,161
Thanked 2,625 Times in 1,763 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

ROSALIE,

They are cloaked by your PIPS affiliate number. That is what you see when you hover over the affiliate links - your PIPS ID.

There is no problem with people knowing your PIPS ID - this is a free program and they couldn't steal anything that is free - there are no commissions.

Alan with all due respect I really don't know why someone would need to cloak something that is already cloaked and further, I feel it may not work correctly.

Please BE specific about what to cloak. The sales pages for each affiliate program are what can be cloaked.


THERE IS NO REASON TO CLOAK THE LINKS ON THE PIPS WEBSITES, WHICH ARE ALREADY CLOAKED IF THEY JOINED AFTER MAY 2008.

Patricia Brucoli
Plug-In Profit Site Helpdesk
Patrician is offline   Reply With Quote
Unread 7th Nov 2008, 12:30 PM   #36
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by Patrician View Post

ROSALIE,

They are cloaked by your PIPS affiliate number. That is what you see when you hover over the affiliate links - your PIPS ID.

There is no problem with people knowing your PIPS ID - this is a free program and they couldn't steal anything that is free - there are no commissions.

Alan with all due respect I really don't know why someone would need to cloak something that is already cloaked and further, I feel it may not work correctly.

Please BE specific about what to cloak. The sales pages for each affiliate program are what can be cloaked.


THERE IS NO REASON TO CLOAK THE LINKS ON THE PIPS WEBSITES, WHICH ARE ALREADY CLOAKED IF THEY JOINED AFTER MAY 2008.
Pat,

Keep in mind I'm not the one that asked the question and was only trying to help in answer the question that was asked. I took a look at Rosalie's website, and to me, the links are not cloaked.

To me, cloaking a link would be taking that URL and changing it to something like yourdomain.com/freesetup.html. That's an example of the free setup URL that is on the website. The PIPS ID would not be seen that way. And yes, it WOULD work.

You are taking that "landing page" and essentially making it your own, giving it a new domain name. It will be seen as coming from your domain and not the pluginprofitsite.com domain.

If you feel it's not necessary to cloak those links, that's fine. But the question was asked, and I was only providing an answer.

It's not a matter of whether or not they need to, it's a matter of whether they want to. The question was how to get rid of the ID in the link, and that's what my answer was for. Some people may want their link pointing to their domain and not the pluginprofitsite.com domain.

Hope that clears it up,

Alan

Alan Mater is offline   Reply With Quote
Unread 7th Nov 2008, 02:25 PM   #37
OffTheWallflowerChild
War Room Member
 
Patrician's Avatar
 
Join Date: 2004
Location: USA
Posts: 2,776
Thanks: 6,161
Thanked 2,625 Times in 1,763 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I am referring to for instance if you look at SFI - you hover - you do not see whatever the SFI affiliateID is, what you see is pluginprofitiste.com/main-####/sfi.html

That is an already cloaked SFI link.

I am looking at her site and I see a cloaked link on every single affiliate program.

I understand you are trying to help and I do appreciate that.

My concerns are related to the fact that newbies need to stay focused on what is critical - training and promoting their website. They don't need to do unnecessary things or buy unnecessary products.

I know the level of expertise of most newbies in this program and I know they are challenged on several levels. I would just like to see them avoid anything that makes it more of an uphill battle.

Patricia Brucoli
Plug-In Profit Site Helpdesk
Patrician is offline   Reply With Quote
Unread 7th Nov 2008, 05:24 PM   #38
OffTheWallflowerChild
War Room Member
 
Patrician's Avatar
 
Join Date: 2004
Location: USA
Posts: 2,776
Thanks: 6,161
Thanked 2,625 Times in 1,763 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

OK I just realized how you see something I don't see, Alan. That's because I am getting tunnel vision. I am looking at the stock PIPS site - I never deal with custom services.

I realize now there is stuff added to her site 'after market' - and yes those are not cloaked and maybe should be.

Patricia Brucoli
Plug-In Profit Site Helpdesk
Patrician is offline   Reply With Quote
Unread 7th Nov 2008, 08:52 PM   #39
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Pat,

I understand the links you're talking about, and you're right. Glad to see you noticed what I saw . Wasn't sure if it was just me or not lol.

I also understand your perspective about newbies needing to be focused on the bigger task at hand. You're absolutely right that they should focus more on marketing and building their business and not customizing stuff just yet. But, at some point it should be done.

Alan Mater is offline   Reply With Quote
The Following User Says Thank You to Alan Mater For This Useful Post:
Unread 9th Nov 2008, 03:12 PM   #40
Active Warrior
 
Racey1's Avatar
 
Join Date: 2008
Location: Spain
Posts: 84
Thanks: 3
Thanked 5 Times in 5 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Sorry guys did not mean to cause world war three but to me the links are not linked and I'm glad that you see it to, thought I was going of my trolly.

Pat please dont shout, it is not nice.

Suzanne added pages I'll contact her and ask her why links not clocked.

Rosalie

Suffering from lack of real traffic to your website? take a look now
http://developyourownsuccess.blogspot.com/


Racey1 is offline   Reply With Quote
Unread 10th Nov 2008, 10:21 PM   #41
New Warrior Member
 
Join Date: 2008
Location: , , USA.
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Tip
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I suggest that you try TinyURL.com. I have used their service, and I am satisfied.

To your success!

How To Make Money123
http://www.MyThriver.com/blog
mythriver is offline   Reply With Quote
Unread 10th Nov 2008, 10:53 PM   #42
New Warrior Member
 
Join Date: 2008
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Wish i knew that before.

farh* is offline   Reply With Quote
Unread 11th Nov 2008, 06:12 AM   #43
Freelance Proofreader
War Room Member
 
Alan Mater's Avatar
 
Join Date: 2008
Location: Pennsylvania, US
Posts: 1,564
Thanks: 55
Thanked 154 Times in 135 Posts
Blog Entries: 2
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I would suggest NOT using Tinyurl.com. It looks unprofessional and when you really start growing your business you'll wish you hadn't. You want your links pointing to your domain, not anyone elses.

Alan

Alan Mater is offline   Reply With Quote
Unread 11th Nov 2008, 08:40 AM   #44
PMA
New Warrior Member
 
Join Date: 2007
Location: , , USA.
Posts: 14
Thanks: 1
Thanked 1 Time in 1 Post
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I am very glad this question was asked. I see there's a variety of ways in which to cloak our affiliate links and that everyone is very passionate about their choice.

Although I like a lot of what is listed here, it's rather difficult to choose which option will work best for me. There seems to be advantages in all of the suggestions. Therefore, I will seek advice from my 6 Mentors at PIPS Power Group and make a decision.

Pat, thanks for the info regarding the cloaked PIPS links. It's good to know that they are continuing to make improvements to the Plug-In Profit Site.

Margie Franklin
The Home Biz Diva

PMA is offline   Reply With Quote
Unread 13th Nov 2008, 01:28 AM   #45
Brian Ngoi
 
chngoi's Avatar
 
Join Date: 2008
Location: Malaysia. K.L
Posts: 37
Thanks: 25
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I think somehow our PIPS and other affiliate links are looking good.

Visit:-http://www.msgonlineincome.com Proven Home Business and Work At Home Ideas and Opportunities.
chngoi is offline   Reply With Quote
Unread 15th Nov 2008, 09:59 AM   #46
New Warrior Member
 
Kmarion's Avatar
 
Join Date: 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

There are lots of scripts and expensive software. I have tried many different techniques. Some of the software, like PowerLinker and Ninja Cloaker are quite expensive. But if you want to use your own script that provides both cloaking and a re-direct, I suggest you try the free one here: freeaffiliatecloaker dot com This script is absolutely free and it's yours to use however you like (as long as you don't try to sell it) without license fees or paying for software updates. Enjoy!

Did You Know That Most People Wont Click On Long Affiliate Links? But, Never Fear, You Can Get An Absolutely Free Cloaker Script from: http://www.freeaffiliatecloaker.com
Kmarion is offline   Reply With Quote
Unread 15th Nov 2008, 10:05 AM   #47
HyperActive Warrior
War Room Member
 
Join Date: 2008
Posts: 121
Thanks: 3
Thanked 16 Times in 14 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Great info. As if I expected less!
JackTheLad is offline   Reply With Quote
Unread 20th Nov 2008, 11:50 AM   #48
New Warrior Member
 
Join Date: 2008
Location: , , .
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Some cj.com vendors offer ONLY javascript links with remotely hosted images. How can one cloak the status bar, mouse over, destination for such? I'd really like to cover their image with a simple button.jpg.
mugwum0 is offline   Reply With Quote
Unread 19th Sep 2009, 08:28 PM   #49
Warrior Member
 
Join Date: 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

Originally Posted by Stephen Meyer View Post

This is what I use.

<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Page Title Here</TITLE>
</HEAD>
<FRAMESET rows="100%" border=0 frameborder=0 framespacing=0>
<FRAME name=top src="Your Affiliate Link Here" noresize>
</FRAMESET>
</HTML>

This gives you a page title that shows up in the browser bar and ithides your link.
I am new at this, so if this question seems dumb please excuse my ignorance, but I want to cloak my affiliate link from clickbank... Am I supposed to create a new website to be able to add that code you recommended and that will have it direct people to my affiliate site or do I just host that code alone and use it somehow on my emails to refer people to? I'm not sure how it works. Please advise. Thanks.
jayann725 is offline   Reply With Quote
Unread 19th Sep 2009, 08:46 PM   #50
Warrior Member
 
Join Date: 2009
Location: MA
Posts: 28
Thanks: 1
Thanked 1 Time in 1 Post
Blog Entries: 1
Default
Re: How do I "Cloak" a domain/affiliate name
Share on: 
fb share twitter share gplus share more share

I have to say it amazes me how much I learn at this forum everytime I come here. The members here are great and so willing to help new people. I really appreciate it.

As far as cloaking I have tried creating subdomains and redirects and it works pretty well. Though I like the information above about cloaking as it hides your information well.

JimHardin is offline   Reply With Quote


Bookmarks

Tags
cloak, domain or affiliate


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -6. The time now is 09:05 AM.