Blank Referrer + Iframe + CPA offer

dazito

Registered Member
Joined
Aug 4, 2008
Messages
93
Reaction score
9
Hey guys,

i got an idea, i wont go much into details but this is somewhat like this, i've a CPA offer and i'll do BH traffic.

So i'll blank the referrer, this aint my problem i can do it properly, but then i'm thinking on creating a iframe to load my CPA landing page.

It will work this way:

mydomain.com/page1 -> mydomain.com/page2 (the referrer is blank) -> mydomain.com/cpaLandingPage_With_Iframe

I know that cpaLandingPage_With_Iframe will have a blank referrer but what i dont know is if the iframe will mess up with the referrer for the CPA Offer. I mean, my Affil Manager can find out that my traffic is coming from this page: mydomain.com/cpaLandingPage_With_Iframe ???

Because if he does, it will mess up my idea... since that page will have somewhat some information that my Affil manager may not like :p

Any help?
TIA!
 
I managed to find out that the affil network can see the referrer from the iframe...

i tested it loading a referrer test website into the iframe and it detected that my referrer was mydomain.com/cpaLandingPage_With_Iframe

anyone knows a way to hide the referrer on the iframe?
 
Got it working, gonna test my idea.

Mods, can close this topic if you want to :)
 
I could be wrong, but you need to have your DMR between your iframe page and the CPA offer...like so:

mydomain.com/iframed page1 -> mydomain.com/iframed page2 (Blank REFERER Check -> mydomain.com/iframed cpaLandingPage

See what I mean?

ND
 
yes i do,

what i did was, double meta refresh on the iframed page, this way the referrer goes blank for the affils :)
 
Have you been able to get this to work across all popular browsers?
 
yeah i am curious if this worked out
 
I dont know what you guys are trying to get work ?

but if you want do LP with iframe you can just put duoble metarefresh for iframe . make the files with generator found here and if you put first file 1st.php

then just put iframe destination @your page to 1st .php like this

<iframe name="iFrame1" width="1427" height="599" src="1st.php" scrolling="no" frameborder="0"></iframe>

remember that if you iframe to .php your LP needs to be php :)

And here is my Question Do you guys mean this whole mess like

i got offer with zip submit form. Then ill iframe the form and tell people put ur email here and get 2 mill cash your door tomorrow ? i tried this abit, made iframe smaller so they could not see the " youneed do this and this and this to get this"

and put some stuff on my webpage over iframe so they could not see some details;P

dunno did it work even lol .... +15 clicks on that LP and 1 conversion ... i think that came even after i changed back to normal lol
 
What we're struggling with is blocking the referrer in IE.

While using the doublemetarefresh generator posted here, my Iframed CPA offer Blanks in FF but will not load in IE, others say theirs does not blank, so if you know how to make this work in IE that would be great.
 
That method works on FF2/3 but not with IE6/7 , tried it several times with this php code and always show the referrer:

Code:
<?php
	// This Page Displays the Users IP, User Agent, and Referrer
	$html  = "<html><head><title>Referral Check</title></head><body>";
	$html .= "<br />Client IP: " . $_SERVER['REMOTE_ADDR'];
	$html .= "<br />User Agent: " . $_SERVER['HTTP_USER_AGENT'];
	$html .= "<br />Referrer: " . $_SERVER['HTTP_REFERER'];	
	$html .= "<br />Query: " . $_SERVER['QUERY_STRING'];	
	$html .= "</body></html>";

	echo $html;

I dont know what you guys are trying to get work ?

but if you want do LP with iframe you can just put duoble metarefresh for iframe . make the files with generator found here and if you put first file 1st.php

then just put iframe destination @your page to 1st .php like this

<iframe name="iFrame1" width="1427" height="599" src="1st.php" scrolling="no" frameborder="0"></iframe>

remember that if you iframe to .php your LP needs to be php :)
 
well atleast for me it works and gives blank referer on IE atleast when i tested with stardrifter

but With ie the frame itself doesnt work , only gives page cannot be found shit =/ need to figure out
 
Did anyone get anywhere with this? I am also having trouble hiding the referrer with an iFrame
 
Back
Top