Cloak Affiliate Link?

SeoGoddess

Newbie
Joined
Oct 1, 2010
Messages
13
Reaction score
2
This code was used to cloak an affiliate link. What program did this person use or how can i decode this? I would like to use a similar code to hide my affiliate link.

All I know is they used JavaScript and an html file. They put their affiliate link in a html file with another link to open up to that looks better.

I'm already using pretty link. But I don't just want my link to look nice when you scroll over it. I also want it to open up to a nice link as well so no one sees my affiliate iink in the next page.




Code:
<script language="JavaScript">
var x=unescape("%3c%46%52%41%4d%45%53%45%54%20%63%6f%6c%73%3d%27%31%30%30%25%27%3e%3c%46%52%41%4d%45%53%45%54%20%72%6f%77%73%3d%27%31%30%30%25%27%3e%3c%46%52%41%4d%45%20%73%72%63%3d%27%68%74%74%70%3a%2f%2f%62%63%61%6c%6c%69%6e%67%32%33%2e%6d%61%6b%69%6e%67%75%70%2e%68%6f%70%2e%63%6c%69%63%6b%62%61%6e%6b%2e%6e%65%74%27%3e%3c%2f%46%52%41%4d%45%53%45%54%3e%3c%2f%46%52%41%4d%45%53%45%54%3e");
s="z89/7pwBdqNu53f+lHJFv1EZR1ZGZPPf6mbdSR9iDA5y1DEHDNgaCBwdYNcUyBW9hMPVFgi1IWyow8q2ZgZcYEap1hvXBtTw38veBw5TJRL9B191Hy6N63oYEXZGVcLL"
v="897pwBdqNu53f+lHJFv1EZR1ZGZPPf6mbdSR9iDA5y1DEHDNgaCBwdYNcow8q2ow8q2ZgZcYEap1hvXZgZcYEap1hvXUyBW9hMPVFgi1IWyBtTw38veBw5TJRL9B191Hy6N63oYEXZGVcLL";
document.write(x)
</script>
</html>
 
I have a software which creates a similar java coding for cloaking, it's Affiliate Link Mask (I downloaded it here a year or two ago...)
 
here you go:
Code:
http://script-smart.com/resources/hide-affiliate-link/online-link-cloaker.php
 
This code was used to cloak an affiliate link. What program did this person use or how can i decode this? I would like to use a similar code to hide my affiliate link.

All I know is they used JavaScript and an html file. They put their affiliate link in a html file with another link to open up to that looks better.

I'm already using pretty link. But I don't just want my link to look nice when you scroll over it. I also want it to open up to a nice link as well so no one sees my affiliate iink in the next page.




Code:
<script language="JavaScript">
var x=unescape("%3c%46%52%41%4d%45%53%45%54%20%63%6f%6c%73%3d%27%31%30%30%25%27%3e%3c%46%52%41%4d%45%53%45%54%20%72%6f%77%73%3d%27%31%30%30%25%27%3e%3c%46%52%41%4d%45%20%73%72%63%3d%27%68%74%74%70%3a%2f%2f%62%63%61%6c%6c%69%6e%67%32%33%2e%6d%61%6b%69%6e%67%75%70%2e%68%6f%70%2e%63%6c%69%63%6b%62%61%6e%6b%2e%6e%65%74%27%3e%3c%2f%46%52%41%4d%45%53%45%54%3e%3c%2f%46%52%41%4d%45%53%45%54%3e");
s="z89/7pwBdqNu53f+lHJFv1EZR1ZGZPPf6mbdSR9iDA5y1DEHDNgaCBwdYNcUyBW9hMPVFgi1IWyow8q2ZgZcYEap1hvXBtTw38veBw5TJRL9B191Hy6N63oYEXZGVcLL"
v="897pwBdqNu53f+lHJFv1EZR1ZGZPPf6mbdSR9iDA5y1DEHDNgaCBwdYNcow8q2ow8q2ZgZcYEap1hvXZgZcYEap1hvXUyBW9hMPVFgi1IWyBtTw38veBw5TJRL9B191Hy6N63oYEXZGVcLL";
document.write(x)
</script>
</html>
what it does is not cloaking the link, but does a cookie stuffing via iframe.

Code:
<FRAMESET cols='100%'><FRAMESET rows='100%'><FRAME src='http://******.clickbank.net'></FRAMESET></FRAMESET>
 
Last edited:
Why not just use a short URL service to cloak your affiliate links? Wouldn't that be a lot easier
 
I recommend MaxBlogPress ***** Affiliate it is great at cloaking links and also if you are promoting an affiliate and you decide you want to change the link in all your posts/blogs you can make that changes easy right from the dashboard area. You can check my website about more information about the other features it offers.
Lisa
 
Last edited:
I like the JS version as I've seen affiliates doing adwords campaigns using it. However it's not <iframe> or <frame> which Google will stop your campaign for. Probably this too but as less people are doing it your campaign might last longer.

Anyone know how to do the JS cloaking without iframe information?
 
sorrry to bump an old thread. I was looking for the same thing. if OP got some info. Please share
 
Back
Top