How To Easily Fake The Referrer When Using Double Meta Refresh

metalcolin, thanks again for the script.

I tried it out and its working perfectly in FF, but not in IE 6 or 7. Any ideas?
 
My CPA a fake referrer,you have code to use for CJ ?
 
Looks like in IE 6 and 7 the browser stops at the White hat landing page, and doesn't do the final re-direct to the offer....hmmm.
 
same here.. it doesn' work on my browser ie6, ie7, chrome.. i don't know for safari and konquer.. well i think just need to work it out a little bit.
 
this does work. ive been using it for a while.

but, dont put your html source in there, thats just silly. just do it like this.

<?php

if referrer=site1{
redirect to cpa offer using form}

?>

<html>
site
</html>

hope you guys understood that very rough way of doing that. it works for me though. :)
 
i know much more simple method, go to polish site http://skocz.pl and add your affiliate link to it (it is a site like tiny url) and your referrer will be blank. I have checked this method by adding check referrer page url to skocz.pl and always i saw blank referrer

He isn't trying to have a blank referrer though, the point of this script is for the referrer to be your landing page, so if the CPA company checks, they see the landing page and it all looks good and natural.
 
If you?re new to a CPA network and do volume via a blank referrer, the network WILL become suspicious! Most networks don?t have their head in the sand, they can?t afford to! Give them a referrer :p

Last year I got booted from a dating offer I was doing volume with because I left footprints. That mistake has cost me many tens of thousands of dollars. I got burned and learned my lesson!

Bit busy at the moment, but my next blog post will be: Hiding your Referrer Footprint with Blackhat CPA

My blog: http://www.contentgeneration.org/
 
This doesn't seem to be working in IE 6 and 7:

PHP:
<?php

$referer = $_SERVER['HTTP_REFERER'];

if($referer == 'http://www.mydomain.com/page3.htm')

{
header( 'Location: http://my-i-p.com' ) ;
}

else {}

?>

This is my first bit of code on my whitehat landing page that I want the network to see as my referrer. Works perfectly in FF, but not in IE, any ideas?
 
This doesn't seem to be working in IE 6 and 7:

PHP:
<?php

$referer = $_SERVER['HTTP_REFERER'];

if($referer == 'http://www.mydomain.com/page3.htm')

{
header( 'Location: http://my-i-p.com' ) ;
}

else {}

?>

This is my first bit of code on my whitehat landing page that I want the network to see as my referrer. Works perfectly in FF, but not in IE, any ideas?

IE 6/7 wipe the referer when using simple java location redirects. So, the filtering to make sure you came from the correct location does not work. A java form submit instead should work.

Also, I would not use a php header redirect for the final page. It gives the referer of the prior page--i.e. won't fake the referer to the last page but to the one before it. (One the affiliate should not see.)
 
IE 6/7 wipe the referer when using simple java location redirects. So, the filtering to make sure you came from the correct location does not work. A java form submit instead should work.

Also, I would not use a php header redirect for the final page. It gives the referer of the prior page--i.e. won't fake the referer to the last page but to the one before it. (One the affiliate should not see.)

Ahhh I see. Thanks. Do you mind posting some example code? Thanks again!
 
Also, I would not use a php header redirect for the final page. It gives the referer of the prior page--i.e. won't fake the referer to the last page but to the one before it. (One the affiliate should not see.)

I use a similar method, but with three redirects like this:

Forum Stuffed -> Page 1

Page 1 (with secret code) -> Page 2

Page 2 (Secret code is present, with another secret code) -> Page 3
(Secret code is not present) -> show a real site (white hat)

Page 3 (Secret code is present, my cookie is not found, put my cookie, check for night time, etc) - > Affiliate redirection -> Affiliate site img
(Secret code is not present) -> show a real site (white hat)

All pages are build in php with scrapped content (wikipedia etc, official banners, etc and use html meta refresh tags). Also use width="0" and height="0" on img tag. Also use geotargeting (for us and non us affiliates networks) and CTR balance ratio.
 
Last edited:
OK you all, I am totally confused now on WHICH one of your above AWESOME scripts and advices to use!

I want to send my webcam/phone sex troll traffic to my cpa with out them know i trolled. I am thinking the original code (corrected) so the cpa see's my hoochie girls landing page, but then so many different opinions on yes, send referrer, no send blank. I never do this cause I have never understood it.

Right now instead of sending to my cpa - i am sending people to my hoochie girl page and i tend to lose them from there. want to send to a tinyurl link ( my hoochie page) and have it just DUMP them on my cpa with my referral code.

Want to jump in, which pool is the best for me?

Thank you.

G.
 
I've just quoted in google "double meta refresh ref blank" and here I am, back home to BHW..
lol
high in serps..
 
i know much more simple method, go to polish site http://skocz.pl and add your affiliate link to it (it is a site like tiny url) and your referrer will be blank. I have checked this method by adding check referrer page url to skocz.pl and always i saw blank referrer

Even though this thread is old that is false.
That was because you were pasting into your address bar.

It does indeed show a referrer.

Don't want someone who's new try that and get owned by their CPA.
 
Last edited:
Back
Top