hwolfpack6
BANNED
- Dec 11, 2008
- 646
- 178
OK - guess it doesn't work
...sorry guys.
here guys try this. I can't on mine because my site is under review by 000webhost.
On IE go to:
Tools --> Internet Options --> Security --> Internet Zone --> Custom Level --> Miscellaneous --> Launch programs and files in an iframe.
What is the point of this? I'm not going to respond to people and ask them to do this...
<p><!--[if IE]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if IE 5]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if IE 5.0]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if IE 5.5]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if IE 6]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if IE 7]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if gte IE 5]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if lt IE 6]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if lte IE 5.5]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
<!--[if gt IE 6]>
<meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br />
<![endif]-->
</p>
SOLVED THE IFRAMES PROBLEM FOR IE
Ok, hwolf had the right idea to specify IE from FF using codes. So i got to thinking what if we simply redirected IE users to a different page that is almost like the index.php?
-I found out the iframes only work on IE with HTML files. So go back and copy paste your index.php file on to note pad.
-Ok, edit the file where it gives the URL to redirect to "your_site.com/dmr1.php"... instead switch that out with your ad URL. So there wont be any echoing from dmr1 or dmr2... it wont be needed on IE.
-Save the file as "html.html" and upload it to your site.
-Now to redirect all IE users, take the same text hwolf posted and put in your_site.com/html.html where it tells you to... heres the code.
-The code above will redirect all IE users to your html.html file, therefore getting their iframes to work, now that they will be viewing an HTML file instead of a PHP file. Post this code right after </TITLE> on your index.php file.Code:<p><!--[if IE]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if IE 5]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if IE 5.0]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if IE 5.5]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if IE 6]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if IE 7]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if gte IE 5]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if lt IE 6]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if lte IE 5.5]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> <!--[if gt IE 6]> <meta http-equiv="REFRESH" content="0;url=http://your_site.com/html.html"><br /> <![endif]--> </p>
P.S.- You may need to tweak your inneriframe position slightly for the HTML version.
(NOTE: I tried using dmr1 and dmr2 even with HTML copies. IE will not read "echo"s.)
Pm me if you are still having problems, I will try to fix your html.html or index.php codes.
http://WH-Site.com/index.php?mn=1234
If you remove the if statement and only use the echo I'm quite sure you would see the iframe just fine but you will also be leaking your referrer. Nothing to do with php vs html.
Verified.
Removing the two referrer lines in dmr2 will make the frame show up in IE.
So now its work vs. security.
Noob Question here: Does it matter if your CPA sees the traffic is coming from your site, if your site is the one registered with the CPA?
So, in case anyone was wondering why merchants and networks scrub leads, why payouts are reduced, etc, it's because of methods like this that produce utterly worthless leads. It's called fraud, plain and simple.
Lmao! Great thinking. Never would have thought of that.Just to throw my 2c in the mix -
If you are using GodCPA you have the ability to send the surfer to a 'confirmation' page once they submitted their email address.
If you want to double your money - on the page you send them to after they submit their email on the main form - say:
"The email address you provided was invalid - please re-enter it below"
With a new email submit (from a different network)
Double your profits this way!![]()
Just to throw my 2c in the mix -
If you are using GodCPA you have the ability to send the surfer to a 'confirmation' page once they submitted their email address.
If you want to double your money - on the page you send them to after they submit their email on the main form - say:
"The email address you provided was invalid - please re-enter it below"
With a new email submit (from a different network)
Double your profits this way!![]()