Blank or Fake Referrer that is super super fast!

Status
Not open for further replies.

andy2009

Regular Member
Joined
Apr 18, 2009
Messages
201
Reaction score
48
I want to blank or fake referrer that is passed on when a popup/popunder script is executed. I have tried several methods but none work perfectly.

The only methods I found so far that blank the referrer is the double meta refresh and and FORM post/get methods.

When I check Analytics real-time stats I can see that the traffic decreases 40-45% as soon as I activate one of the above methods.

I need a faster way to popup/popunder traffic with blanked or faked referrer.

Anyone have ideas? Im willing to pay for a super fast solution.

Thanks.
 
No one? Those methods I found on BHW lose a lot of traffic
 
That's my current solution for referrer blanking

Code:
<html>
<head>
    <title></title>
    <style>body {display:none;}</style>
    <noscript>
    	<META HTTP-EQUIV=Refresh CONTENT='1;url=REDIRECT_URL'>
    </noscript>
</head>
<body>
    <iframe src="javascript:parent.location.replace('REDIRECT_URL')" style='visibility:hidden'></iframe>
    <a id='c' href='REDIRECT_URL' rel='noreferrer' noreferrer></a>
    <script>document.getElementById('c').click();</script>
</body>
</html>
You must have SSL setup for this to work with all browsers.
 
I want to blank or fake referrer that is passed on when a popup/popunder script is executed. I have tried several methods but none work perfectly.

The only methods I found so far that blank the referrer is the double meta refresh and and FORM post/get methods.

When I check Analytics real-time stats I can see that the traffic decreases 40-45% as soon as I activate one of the above methods.

I need a faster way to popup/popunder traffic with blanked or faked referrer.

Anyone have ideas? Im willing to pay for a super fast solution.

Thanks.

If you're trying to increase PPV revenues with blanking referrers it will probably last 1 day before you get a warning/ban from the network. If your traffic is rubbish, they will not want to pay you. If visitors leaves the page, it's not because it's slow, but because it's unwanted popups.

Maybe you could explain us what you're trying to do by blanking the ref, is there any valid reason?
 
I use fakereferer.com

Fuck knows if it's good or not but seems to work for me and my network.
 
Im sending around 500k visitors daily to another site so it has nothing to do with different CPA offers etc. Nothing illegal either for that matter. I have my own reason for this.

So without faking/blanking ref around 500k arrives at destination.
Around 300k arrives to the destination when I activate the blank/faking ref solutions I found so far. That is a high number... Im trying to figure out how to make it quicker (less requests in the path to destination etc.)

I assume that the 40-45% that is lost now is due to slow loading for the surfer so they manage to close the page down. This traffic is through popunders.

Im prepared to pay for any solution (if it exists) that is really really quick.

fakereferer.com is slow for me. But thanks for the suggestion! :)
 
Im sending around 500k visitors daily to another site so it has nothing to do with different CPA offers etc. Nothing illegal either for that matter. I have my own reason for this.

So without faking/blanking ref around 500k arrives at destination.
Around 300k arrives to the destination when I activate the blank/faking ref solutions I found so far. That is a high number... Im trying to figure out how to make it quicker (less requests in the path to destination etc.)

I assume that the 40-45% that is lost now is due to slow loading for the surfer so they manage to close the page down. This traffic is through popunders.

Im prepared to pay for any solution (if it exists) that is really really quick.

fakereferer.com is slow for me. But thanks for the suggestion! :)

The page/website that you use should be using a cdn, could be cloudflare as well. Did you manage to fix your issue ?
 
you could use cloaking. put a cloaker on a domain that loads the landing page you want and then just load that domain in the pop up/under
edit: sorry didnt see that the post was from 2016 already as it got bumped :P
 
I tried fakereferrer.com but with a lower volume of traffic. It seems to work but haven't tried it intensively. There was another plugin which I forgot the name. That worked too but it needs fast hosting.
 
The page/website that you use should be using a cdn, could be cloudflare as well. Did you manage to fix your issue ?

He asked the question in 2016 so I would hope that he got a solution by now (!).

Thread closed.
 
Status
Not open for further replies.
Back
Top