Best Blackhat Forum

Full Version: Masking Affiliate URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I have been using an iFrame Script to mask my affiliate links, so it goes from page1.html to page2.html, with page2.html showing the affiliate link. I have also used a two page Meta Refresh. The referring URL is usually affiliatesite.com/page1.html and this is fine. However recently a site i used was released into the affiliate referring URL, which i should not have been using.

Can anyone please help me with some almost foolproof ways of masking your referring URLs from affiliate programs. Whether this is a sophisticated redirect that definitely flushes out the referring link or anything else. Hope someone can help me out, i am really saddened that my redirects are no longer working.

Tony
For your answer.
https://www.anonymiz.com
Thanks, Interesting Topic.
Thanks for your comments everyone.

I am wanting a redirect script that i can install on my hosting. For instance maybe a 3 page redirect or something a little better at not leaking any referral page data. If anyone can share anything that i can install on my hosting such as a good redirect, please could you share this?
(07-28-2015 08:14 AM)kirstie Wrote: [ -> ]This is what you are looking for: http://bestblackhatforum.com/Thread-50-O...ompetitors

Nice Share mate. I was looking something like that. :)
I like free wp one Easy Affiliate Links by Bootstrapped Ventures
url becomes http://www.usite/recommends/xyzproduct/

tracks clicks also
you can use this code

<html>
<head>
<title></title>
<meta name="DESCRIPTION" content="">
<meta name="KEYWORDS" content="">
</head>
<frameset rows='100%' frameborder='no' framespacing='0' border='0'>
<frame src="example.com" frameborder='0'
framespacing='0' marginheight='0' marginwidth='0'>
</frame>
</frameset>
<noframes>
<h2>Your browser does not currently support frames. We recommend
upgrading your browser as soon as possible.</h2>
<br>
<br>
<center>Click here <a href="example.com">here</a> to enter the site.</center>
</noframes>
</html>
Reference URL's