Y T Nuke  
Results 1 to 16 of 16
I want to iframe the whole offer landing page with the code seen in This ...
  1. #1
    shane489's Avatar
    shane489 is offline Registered Member
    Join Date
    Oct 2008
    Posts
    94
    Reputation
    11
    Thanks
    4,294,967,294
    Thanked 7 Times in 7 Posts

    Question Full Page Iframe?

    I want to iframe the whole offer landing page with the code seen in This Thread

    If I have a domain i.e. mydomain.com and there I have a full page iframe that has a cpa or clickbank offer in it then can the networks see that the traffic is coming from mydomain.com? If so then would it help to blank the referrer if I put a dmr link into the iframe code that leads to the offer?

    Are cpa networks totally against of using full page iframes? I'm not blocking any content of the offer except the ugly long url. Any help about using full page iframes would be appreciated!
    "Everything that can be invented has been invented." Charles H. Duell 1899

  2. #2
    fun4uoc's Avatar
    fun4uoc is online now Godfather
    Join Date
    Dec 2007
    Location
    ☆ ♔ ☆ ♔ ☆ ♔ ☆
    Posts
    1,165
    Reputation
    105
    Thanks
    1,064
    Thanked 954 Times in 413 Posts

    Default Re: Full Page Iframe?

    You will need to blank or fake the referrer.

    Check out referer.us.

  3. The Following User Says Thank You to fun4uoc For This Useful Post:

    shane489 (03-27-2011)

  4. #3
    shane489's Avatar
    shane489 is offline Registered Member
    Join Date
    Oct 2008
    Posts
    94
    Reputation
    11
    Thanks
    4,294,967,294
    Thanked 7 Times in 7 Posts

    Default Re: Full Page Iframe?

    So at the part where I have the place to enter the offer url, if I enter a referer.us link that leads to the offer then that's enough to fly under cover and noone finds out about the iframe?

    <iframe id="tree" name="tree" src="http://xxx.bttb1.hop.clickbank.net" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="auto"></iframe>
    "Everything that can be invented has been invented." Charles H. Duell 1899

  5. #4
    fun4uoc's Avatar
    fun4uoc is online now Godfather
    Join Date
    Dec 2007
    Location
    ☆ ♔ ☆ ♔ ☆ ♔ ☆
    Posts
    1,165
    Reputation
    105
    Thanks
    1,064
    Thanked 954 Times in 413 Posts

    Default Re: Full Page Iframe?

    yes, just make sure they are ok with blank referrers.

    It is best to use a fake referrer.

  6. The Following User Says Thank You to fun4uoc For This Useful Post:

    shane489 (03-27-2011)

  7. #5
    negligence's Avatar
    negligence is offline Junior Member
    Join Date
    Jan 2010
    Posts
    170
    Reputation
    35
    Thanks
    154
    Thanked 248 Times in 60 Posts

    Default Re: Full Page Iframe?

    Something along these lines...

    Code:
    <iframe src="http://www.google.com" width="100%" height="100%" frameborder="0" scrolling="auto" style="position: absolute;top: 0;left: 0"></iframe>

  8. The Following User Says Thank You to negligence For This Useful Post:

    Earthquake (12-03-2011)

  9. #6
    carlito's Avatar
    carlito is offline Senior Member
    Join Date
    Aug 2010
    Posts
    997
    Reputation
    51
    Thanks
    267
    Thanked 268 Times in 124 Posts

    Default Re: Full Page Iframe?

    CPA Redirector can surely help you
    Money doesnt buy happiness but Id rather cry in my Ferrari.

  10. #7
    meannn's Avatar
    meannn is offline Power Member
    Join Date
    Apr 2009
    Location
    TR
    Posts
    714
    Reputation
    400
    Thanks
    588
    Thanked 768 Times in 226 Posts

    Default Re: Full Page Iframe?

    Correct full page iframe should be;

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="EN">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Full Page IFrame</title>
    <style type="text/css">
    html {overflow: auto;}
    html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}
    iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;}
    </style>
    </head>
    <body>
    <iframe id="tree" name="tree" src="CHILD PAGE URL GOES HERE" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="auto"></iframe>
    </body>
    </html>

  11. The Following User Says Thank You to meannn For This Useful Post:

    uncutu (05-10-2012)

  12. #8
    YoutubeSlanger's Avatar
    YoutubeSlanger is offline Junior Member
    Join Date
    Nov 2011
    Posts
    180
    Reputation
    6
    Thanks
    39
    Thanked 17 Times in 16 Posts

    Default Re: Full Page Iframe?

    Quote Originally Posted by meannn View Post
    Correct full page iframe should be;

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="EN">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Full Page IFrame</title>
    <style type="text/css">
    html {overflow: auto;}
    html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}
    iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;}
    </style>
    </head>
    <body>
    <iframe id="tree" name="tree" src="CHILD PAGE URL GOES HERE" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="auto"></iframe>
    </body>
    </html>
    I second this display the iframe just as it should be

  13. #9
    loverichie is offline Junior Member
    Join Date
    Dec 2011
    Posts
    102
    Reputation
    10
    Thanks
    7
    Thanked 4 Times in 4 Posts

    Default Re: Full Page Iframe?

    Hiii,,,actually,we technically cannot disable the Back button on someone's browser.

  14. #10
    crissy00 is offline Newbies
    Join Date
    Jan 2012
    Posts
    22
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Full Page Iframe?

    apparently clickbank offers dont always track and give you credit if you use iframe (open to debate)

    also some cpa networks allow full page iframe so no need to even hide referer (peefly for example i belive is 1 network who allow this)

  15. #11
    Articlewriter2012 is offline Registered Member
    Join Date
    Jan 2012
    Location
    Canada
    Posts
    54
    Reputation
    -5
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: Full Page Iframe?

    this looks like a very nice iframe....How did you design this thing??

  16. #12
    seocharm's Avatar
    seocharm is offline Registered Member
    Join Date
    Oct 2010
    Location
    pakistan
    Posts
    73
    Reputation
    10
    Thanks
    10
    Thanked 5 Times in 5 Posts

    Default Re: Full Page Iframe?

    this looks like a very nice i frame?

  17. #13
    flightrisk's Avatar
    flightrisk is offline Junior Member
    Join Date
    Apr 2009
    Posts
    137
    Reputation
    17
    Thanks
    97
    Thanked 57 Times in 23 Posts

    Default Re: Full Page Iframe?

    Heres what I have:


    <frameset rows="100%,*" border="0">
    <frame src="www.yoursite.com" frameborder="0" />
    <frame frameborder="0" noresize />
    </frameset> document.removeEventListener('click, clickHandler, true);


    On a side note, how can I hide iframes from g?

  18. #14
    b4br 514h's Avatar
    b4br 514h is offline Newbies
    Join Date
    Dec 2011
    Location
    Planet Earth
    Posts
    35
    Reputation
    15
    Thanks
    19
    Thanked 9 Times in 8 Posts

    Default Re: Full Page Iframe?

    this should work in all major browsers

    Code:
    <html>
    <head><title>iframe 100%</title>
    <style type="text/css"> body,html{width:100%;height:100%;margin:0;overflow:hidden}</style>
    </head>
    <body>
    <iframe width="100%" height="100%" frameborder="0" src="cant/post/links/yet.html"></iframe>
    </body>
    </html>
    let me know if it fails

    edit: changed from HTML to CODE for better reading

  19. #15
    Mutikasa's Avatar
    Mutikasa is offline Regular Member
    Join Date
    May 2011
    Posts
    305
    Reputation
    16
    Thanks
    87
    Thanked 111 Times in 34 Posts

    Default Re: Full Page Iframe?

    and how do you blank or fake refere here?
    I didn't get it
    [GET] Advanced Google AdWords http://bit.ly/IHCkLx

  20. #16
    sapo's Avatar
    sapo is offline Regular Member
    Join Date
    Feb 2008
    Posts
    396
    Reputation
    43
    Thanks
    144
    Thanked 166 Times in 98 Posts

    Default Re: Full Page Iframe?

    Quote Originally Posted by Mutikasa View Post
    and how do you blank or fake refere here?
    I didn't get it
    Same way you will fake it normally. Just here we will be calling the url from an iframe, so the iframe src url should be to your fake/blank script.

    that way the url in the address bar and people see is that url you want them to see, and all the redirection and aff links redirects are happening in the iframe.
    Juan ManuelMarquez Do you have targetted Traffic? AnyNiche I can Monetize it. Avg EPC .28

  21. The Following User Says Thank You to sapo For This Useful Post:

    Mutikasa (04-18-2012)

AdStract


Advertise on Black Hat World

Similar Threads

  1. Replies: 6
    Last Post: 01-01-2011, 04:34 PM
  2. How to create a full page script
    By amberlamps in forum Black Hat SEO Tools
    Replies: 0
    Last Post: 11-21-2010, 06:59 AM
  3. Iframe, CPAs and internet explorer
    By Strider in forum Black Hat SEO
    Replies: 4
    Last Post: 05-08-2009, 02:28 PM
  4. How to manipulate page rank in your site
    By nessebar in forum Black Hat SEO
    Replies: 1
    Last Post: 01-05-2009, 11:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76