72.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

07-22-2015, 10:42 AM
Post: #1
Masking Affiliate URL
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
07-26-2015, 08:13 PM
Post: #2
RE: Masking Affiliate URL
For your answer.
https://www.anonymiz.com
[Image: torrent-proxy.gif]
07-28-2015, 08:14 AM
Post: #3
RE: Masking Affiliate URL
This is what you are looking for: http://bestblackhatforum.com/Thread-50-O...ompetitors
08-05-2015, 05:33 PM
Post: #4
RE: Masking Affiliate URL
Thanks, Interesting Topic.
08-19-2015, 08:36 AM
Post: #5
RE: Masking Affiliate URL
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?
34.gif
08-19-2015, 01:58 PM
Post: #6
RE: Masking Affiliate URL
(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. :)
08-21-2015, 04:16 PM
Post: #7
RE: Masking Affiliate URL
I like free wp one Easy Affiliate Links by Bootstrapped Ventures
url becomes http://www.usite/recommends/xyzproduct/

tracks clicks also
10-09-2015, 07:50 PM
Post: #8
RE: Masking Affiliate URL
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>




31.gif