Blank Referral Header for iframe view

Hemang Shah

Newbie
Joined
Apr 29, 2012
Messages
27
Reaction score
7
Hello,

I have this type of structure.

Members open my site main tab/window (say x.com) and they are redirected to another website by way of iframe. (say y.com)

Now obviously, analytics of y.com will reveal that visitors are coming from x.com

Is there any way to send blank referral header when using iframe?

i.e. analytics of y.com should reveal that visitors are direct and not referred.

Any free/PAID help will be appreciated.

You can Pm me.

Thanks
 
This is simple enough.

Let's say your iframe on x.com is this: <iframe src="http://www.y.com"></iframe>

All you need to do is setup JohnsonDaniel's blanking script here:
Code:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo/330930-free-self-hosted-referer-blanker-johnsondaniels-latest-share.html#post3023250

Your new link to use in your iframe is:

<iframe src="http://www.whereveryouuploadedblankingscript.com/?http://www.y.com"></iframe>
 
Don't need a blanking script. Just need 2 more files.
x.com/index.php -> iframe of y.com/frame-loader.php
y.com/frame-loader.php -> iframe of y.com/frame.php
y.com/frame.php -> iframe of y.com/content.php

So basically just frame your content file on y.com in a y.com frame, frame that in another y.com file, then frame that on x.com. The referer changes to y.com instead. You can integrate PHP redirects to blank the referer.

If you don't own y.com, then the structure instead looks like:
x.com/index.php -> iframe of z.com/frame-loader.php
z.com/frame-loader.php -> iframe of z.com/frame.php
z.com/frame.php -> iframe of y.com
 
Last edited:
has anyone got this to work with FB?

Looking to go to and from FB with no ref. FB uses an iframe buster
 
Back
Top