Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-09-2009, 07:45 AM   #1
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
:mad AFF - what's with the HotBox.com popups?

funny - on 50 or so sites of mine where I use AFF iframe I get HotBox.com popup which doesn't even carry my id? How does that work?

First I thought it was some kind of a virus ot trojan, but when I remove the iframe code the popups don't appear, then again the sites are on various hosts so it's quite unlikely that they all got infected at the same time.

On ohter sites where I use different iframe code - no pop-ups? Anybody else seeing this?
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 07:55 AM   #2
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
tried 3 different browsers just to make sure that it's not my computer that's affected - still see the popups. hmmm
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:07 AM   #3
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Can you link to a blank page with only that iframe in so we can check it out?


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>

Incert iframe code here

</body>
</html>
gogogo
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:11 AM   #4
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
sure, give me a sec
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:15 AM   #5
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
CLICK HERE
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:15 AM   #6
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
and the iframe code

Code:
<iframe style="vertical-align: middle;" width="139" height="918" src="http://adultfriendfinder.com/piclist?background_color=%23FEB813&border_color=%23FEB813&display=vertical&grid=1x6&link_color=%23333133&models=0&p=piclist_links&pic_border_color=%23000000&pic_border_width=0&pid=g11118&rollover_header_color=%23F6E08C&rows=6&show_join_link=0&show_title=0&size=1&text_color=%23333133&this_page=banners_member_models_customize&thumb=bigthumb&title_color=%23333133&iframe=1" scrolling="no" frameborder="0"></iframe>
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:17 AM   #7
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
OHhh, shit -- its real enough :O

how the hell do they dare!!
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:20 AM   #8
Carmine Raguso
So Fucking Banned
 
Join Date: Dec 2008
Location: Prescott, AZ
Posts: 2,158
It's not in the iframe code, it's actually coming directly from the AFF code:

Code:
<script             language="Javascript">
    var ie7 = 0;
    if (window.XMLHttpRequest && window.ActiveXObject) {
        ie7 = 1;
    }
    var poptest = null;
    if (window.SymRealWinOpen){
        window.open = SymRealWinOpen;
    }
    if (window.NS_ActualOpen){
        window.open = NS_ActualOpen;
    }
    function blockError(){
        //alert("Block Error");
        return true;
    }
    window.onerror = blockError;
    function bypass(){
        window.onfocus=null;
        // alert("BY PASS");
        if (ie7 == 0) poptest = window.showModelessDialog("javascript:function blockError(){return true;} window.onerror = blockError; function pop(){setTimeout(\"self.blur(); self.parent.focus(); top.location.href='http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1'; self.close(); self.opener.focus(); self.parent.focus(); \",2);} pop(); self.blur(); self.parent.focus(); self.parent.focus();","","dialogtop=9999; dialogleft=9999; dialogheight:0px; dialogWidth:0px; dialogHide:1; resizable: 1; status:no; help:no;scroll:yes;status:yes");
        else poptest = window.showModelessDialog("http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1");
                poptest.innerHeight = "480";
                poptest.height = "480";
                poptest.innerWidth = "900";
                poptest.width = "900";
                poptest.blur();
                poptest.parent.focus();
                poptest.window.opener.focus();
    }
    var from_pop = 0; 
    if (from_pop != 1) {
    poptest = window.open('http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1','poptest','location=yes,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,screenX=0,screenY=0,height=480,width=900');
                                                                                                                             
    if(!poptest){
         window.onfocus=bypass;
         window.focus();
    }
Carmine Raguso is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:26 AM   #9
seeandsee
Check SIG!
 
seeandsee's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Europe (Skype: gojkoas)
Posts: 50,945
maybe that code works over blockers, so i can use it on my own sites
__________________
BUY MY SIG - 50$/Year

Contact here
seeandsee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:28 AM   #10
Slappin Fish
Confirmed User
 
Slappin Fish's Avatar
 
Industry Role:
Join Date: Jul 2007
Location: Thailand
Posts: 2,512
I see one cams.com pop-up with an id.
Slappin Fish is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:33 AM   #11
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
I get a pupunder with this
http://hotbox.com/p/vodhbs/?p=vod_pa...&mustgounder=1
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:34 AM   #12
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
Quote:
Originally Posted by seeandsee View Post
maybe that code works over blockers, so i can use it on my own sites
it doesn't, sorry to disappoint
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:38 AM   #13
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
Quote:
Originally Posted by ebus_dk View Post
yeah, I thinks it should be popunder but with my browser (K-Meleon) it fails to go under lol, with IE I just saw the pop-up blocker trgigered, not sure if it's a pop-up ir pop-under, it doesn't really make much of a difference though
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:40 AM   #14
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Quote:
Originally Posted by Antonio View Post
it doesn't really make much of a difference though

100% agree on that.

I cant belive that someone would include a popup in a iframe
Whats next? Zango autoinstallers?
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:42 AM   #15
Pics Traffic
Confirmed User
 
Pics Traffic's Avatar
 
Industry Role:
Join Date: Jun 2004
Location: Europe
Posts: 3,055
rougue employee.
Pics Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:42 AM   #16
Carmine Raguso
So Fucking Banned
 
Join Date: Dec 2008
Location: Prescott, AZ
Posts: 2,158
It's popping up. For those that failed to read my above post, the code is actually in the AFF webpage displaying in the iFrame

See the URL?

Code:
if (ie7 == 0) poptest = window.showModelessDialog("javascript:function blockError(){return true;} window.onerror = blockError; function pop(){setTimeout(\"self.blur(); self.parent.focus(); top.location.href='http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1'; self.close(); self.opener.focus(); self.parent.focus(); \",2);} pop(); self.blur(); self.parent.focus(); self.parent.focus();","","dialogtop=9999; dialogleft=9999; dialogheight:0px; dialogWidth:0px; dialogHide:1; resizable: 1; status:no; help:no;scroll:yes;status:yes");
        else poptest = window.showModelessDialog("http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1");
                poptest.innerHeight = "480";
                poptest.height = "480";
                poptest.innerWidth = "900";
                poptest.width = "900";
                poptest.blur();
                poptest.parent.focus();
                poptest.window.opener.focus();
    }
    var from_pop = 0; 
    if (from_pop != 1) {
    poptest = window.open('http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1','poptest','location=yes,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,screenX=0,screenY=0,height=480,width=900');
Carmine Raguso is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:43 AM   #17
Slappin Fish
Confirmed User
 
Slappin Fish's Avatar
 
Industry Role:
Join Date: Jul 2007
Location: Thailand
Posts: 2,512
I checked half a dozen sites with AFF iframes. No pop-ups.

I only get it on your test page.
Slappin Fish is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:45 AM   #18
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Quote:
Originally Posted by Carmine Raguso View Post
It's popping up. For those that failed to read my above post, the code is actually in the AFF webpage displaying in the iFrame

Ofcourse its in the page Noob, a Iframe does nothing but load a remote document/request
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:47 AM   #19
Carmine Raguso
So Fucking Banned
 
Join Date: Dec 2008
Location: Prescott, AZ
Posts: 2,158
Quote:
Originally Posted by ebus_dk View Post
Ofcourse its in the page Noob, a Iframe does nothing but load a remote document/request
Ok, then why did the original poster post the iframe code? I'm not here to call people names as I suppose you are, I am just stating that for the OP. Not for you.
Carmine Raguso is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:50 AM   #20
Slappin Fish
Confirmed User
 
Slappin Fish's Avatar
 
Industry Role:
Join Date: Jul 2007
Location: Thailand
Posts: 2,512
Your sure under "Customize your link code" nobody added a popunder with a GPID for that site?
Slappin Fish is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:53 AM   #21
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Quote:
Originally Posted by Carmine Raguso View Post
Ok, then why did the original poster post the iframe code? I'm not here to call people names as I suppose you are, I am just stating that for the OP. Not for you.
Because he is documenting how the IFRAME code AFF makes avalible to their affilated is including a popup
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:57 AM   #22
Slappin Fish
Confirmed User
 
Slappin Fish's Avatar
 
Industry Role:
Join Date: Jul 2007
Location: Thailand
Posts: 2,512
Quote:
Originally Posted by ebus_dk View Post
Because he is documenting how the IFRAME code AFF makes avalible to their affilated is including a popup
That code is highly customizable though, you can set a site to popunder with a different ID.
Slappin Fish is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:57 AM   #23
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
I think the error is in the script used for creating the Iframe. It's loading a wrong URL that was never meant to be in a Iframe to begin with

Intentional or not - its poor(or missing) quality control
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:58 AM   #24
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
Quote:
Originally Posted by Slappin Fish View Post
Your sure under "Customize your link code" nobody added a popunder with a GPID for that site?

well, these sites have been up for quite a while and I only see the pop-ups (pop-unders) now, also I checked my hotobox.com id, it's different from the one that pop-ups

btw in the example I posted here, I replaced my id with some random id but the pop-up (pop-under?) comes with the same ID

Last edited by Antonio; 01-09-2009 at 08:59 AM..
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 08:58 AM   #25
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Quote:
Originally Posted by Slappin Fish View Post
That code is highly customizable though, you can set a site to popunder with a different ID.
not disputing that
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 09:01 AM   #26
Pics Traffic
Confirmed User
 
Pics Traffic's Avatar
 
Industry Role:
Join Date: Jun 2004
Location: Europe
Posts: 3,055
why are you still promoting AFF? Do you guys want to add some cure zango promos on your sites as well?
Pics Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 09:02 AM   #27
Slappin Fish
Confirmed User
 
Slappin Fish's Avatar
 
Industry Role:
Join Date: Jul 2007
Location: Thailand
Posts: 2,512
Quote:
Originally Posted by Antonio View Post
well, these sites have been up for quite a while and I only see the pop-ups (pop-unders) now, also I checked my hotobox.com id, it's different from the one that pop-ups

btw in the example I posted here, I replaced my id with some random id but the pop-up (pop-under?) comes with the same ID

I was thinking along the lines of somebody getting access to your account and changing the settings to popunder with their GPID. If you changed the ID we can write that theory off.

Last edited by Slappin Fish; 01-09-2009 at 09:04 AM..
Slappin Fish is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 10:22 AM   #28
Monkeygunnagetchu
Confirmed User
 
Monkeygunnagetchu's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Silly Valley, CA
Posts: 355

Hey there,
As a general rule our banners shouldn't serve pops, iframe or not.

I've got our Graphics and our Programming team on it right now - it'll be fixed really soon.
__________________


ICQ: 28724234
Yahoo and MSN: MonkeyGunnaGetchu
AIM: andierenee1
Monkeygunnagetchu is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 10:29 AM   #29
Slappin Fish
Confirmed User
 
Slappin Fish's Avatar
 
Industry Role:
Join Date: Jul 2007
Location: Thailand
Posts: 2,512
Quote:
Originally Posted by Monkeygunnagetchu View Post
Hey there,
As a general rule our banners shouldn't serve pops, iframe or not.

I've got our Graphics and our Programming team on it right now - it'll be fixed really soon.
I clicked on the banner and then noticed, it isn't a banner.

Click on it and it doesn't brake out of the frame.

It is just a frame of the homepage.

Code for the promo is incorrect. Saw it a while back but didn't bother posting as nobody seemed interested anymore.
Slappin Fish is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 10:32 AM   #30
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Quote:
Originally Posted by Slappin Fish View Post
I clicked on the banner and then noticed, it isn't a banner.

Click on it and it doesn't brake out of the frame.

It is just a frame of the homepage.

Code for the promo is incorrect. Saw it a while back but didn't bother posting as nobody seemed interested anymore.
http://www.gfy.com/showpost.php?p=15303229&postcount=23
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 10:35 AM   #31
Monkeygunnagetchu
Confirmed User
 
Monkeygunnagetchu's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Silly Valley, CA
Posts: 355
Quote:
Originally Posted by Antonio View Post
funny - on 50 or so sites of mine where I use AFF iframe I get HotBox.com popup which doesn't even carry my id? How does that work?

First I thought it was some kind of a virus ot trojan, but when I remove the iframe code the popups don't appear, then again the sites are on various hosts so it's quite unlikely that they all got infected at the same time.

On ohter sites where I use different iframe code - no pop-ups? Anybody else seeing this?
Antonio,
Can you please contact me?
__________________


ICQ: 28724234
Yahoo and MSN: MonkeyGunnaGetchu
AIM: andierenee1
Monkeygunnagetchu is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 10:35 AM   #32
PXN
Confirmed User
 
PXN's Avatar
 
Join Date: Jun 2008
Posts: 1,548
Another reason not to promote AFF
PXN is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 10:43 AM   #33
Penthouse Tony
Confirmed User
 
Penthouse Tony's Avatar
 
Industry Role:
Join Date: Apr 2004
Location: Mountain View, CA
Posts: 5,835
Quote:
Originally Posted by Antonio View Post
and the iframe code

Code:
<iframe style="vertical-align: middle;" width="139" height="918" src="http://adultfriendfinder.com/piclist?background_color=%23FEB813&border_color=%23FEB813&display=vertical&grid=1x6&link_color=%23333133&models=0&p=piclist_links&pic_border_color=%23000000&pic_border_width=0&pid=g11118&rollover_header_color=%23F6E08C&rows=6&show_join_link=0&show_title=0&size=1&text_color=%23333133&this_page=banners_member_models_customize&thumb=bigthumb&title_color=%23333133&iframe=1" scrolling="no" frameborder="0"></iframe>
Change http://adultfriendfinder.com.... to http://banners.adultfriendfinder.com.... and it should work.

Where did you grab the banners from that it didn't include the banners subdomain? We need to get that fixed at the source.
__________________
aamos AT FFN dot com
Penthouse.com Business Development
ICQ: 49090846 | Yahoo IM: ff_aamos

Penthouse Tony is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 10:46 AM   #34
Slappin Fish
Confirmed User
 
Slappin Fish's Avatar
 
Industry Role:
Join Date: Jul 2007
Location: Thailand
Posts: 2,512
Quote:
Originally Posted by ebus_dk View Post

"Thank you, but I prefer it my way." Andre Baptiste Sr - Lord of War -

Just kidding.

I just didn't get it was what you meant
Slappin Fish is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 10:55 AM   #35
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
Quote:
Originally Posted by Sagi_AFF View Post
Change http://adultfriendfinder.com.... to http://banners.adultfriendfinder.com.... and it should work.

Where did you grab the banners from that it didn't include the banners subdomain? We need to get that fixed at the source.

Hi, no idea where I got the banners from (I mean I got them from the affiliate area but no idea which area/section/etc) but the sites have been up for quite a while and I only noticed the popups when I was updating them today, I'll change adultfriendfinder.com to banners.adultfriendfinder.com
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-09-2009, 11:03 AM   #36
tranza
ICQ: 197-556-237
 
Join Date: Jun 2003
Location: BRASIL !!!
Posts: 57,559
HATE popups! Kill them!
__________________
I'm just a newbie.
tranza is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.