GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Beating The Popup Blockers !! (https://gfy.com/showthread.php?t=204015)

49thParallel 12-03-2003 09:51 AM

Has anyone else tested the "Popup on Enter" with one of your own pages? The window does popup in spite of my popup killer, but none of the links on my popup can be clicked.

Any suggestions?

-HUH-? 12-03-2003 01:16 PM

Quote:

Originally posted by 49thParallel
I just discovered a potential problem with the first variation. The window pops up....beats my popup stopper. But, when I click on any of the links in the Popup window, they no longer work.

Any way around this?

Are you targeting them as new windows or the same window ?

BTW i am smokey they banned my name for pointing out flaws in the gfy scritpt.

-HUH-? 12-03-2003 01:18 PM

Quote:

Originally posted by steffie


I have Google toolbar with popup blocker. and they all popped for me. I love to have that script ;-))

Soon the new xp has a build in popup blocker the youth growing up with those new Operation Systems will grow up never seeing a popup. Until they see Smokeys and than it will be so kewl to be only one in a few who has popups

So how about that exit popup script ;-))

Thanks its nice to see some kind words by people who understand a good thing when they see it :)

Smokey

-HUH-? 12-03-2003 01:21 PM

Quote:

Originally posted by Rick Latona


Smokey,

Bad Ass. Contact me.

:thumbsup Thanks rick , I know alot of sponsors are wasting clickss right now popping windows that get blocked and on large scale this means $$$$

Ill be in touch.


BTW i am Smokey , but they banned my name for pointing out flaws in the gfy script last night.

-HUH-? 12-03-2003 02:01 PM

Quote:

Originally posted by 49thParallel
Has anyone else tested the "Popup on Enter" with one of your own pages? The window does popup in spite of my popup killer, but none of the links on my popup can be clicked.

Any suggestions?

Build the popup window into a frame and problem solved

GapingWound 12-03-2003 06:47 PM

Quote:

Originally posted by 49thParallel
Has anyone else tested the "Popup on Enter" with one of your own pages? The window does popup in spite of my popup killer, but none of the links on my popup can be clicked.

Any suggestions?

Actually it depends on what popup blocker you use. The popup on enter is not really a popup window, it's a modeless dialog. It's kind of like a hahahahahahahahahaha alert, except that you can specify the content. By nature, ANY link clicked in a modeless dialog will open in a new window, but if your blocker is well written, it will block those windows, so the links will appear not to work.
Google and Yahoo do NOT block popups that are initiated from a modeless dialog, but some other ones probably do.

Incidentally, I can't get the popup on exit to work anywhere. The example works fine, but copying the source and putting it on my localhost or one of my servers doesn't work at all.

A few more things you may have noticed about the modeless dialogs:
1. No menu or toolbar.
2. you can't use CTRL-N to open the page in a new window
3. right click doesn't work at all
4. Neither does CTRL-W

nuclei 12-04-2003 03:40 AM

I still think sliding ads will be the next thing. We have been seeing major increases in sales of our windows slider ad generator over the past couple months.

 Smokey The Bear  12-04-2003 04:43 AM

Quote:

Originally posted by GapingWound


Actually it depends on what popup blocker you use. The popup on enter is not really a popup window, it's a modeless dialog. It's kind of like a hahahahahahahahahaha alert, except that you can specify the content. By nature, ANY link clicked in a modeless dialog will open in a new window, but if your blocker is well written, it will block those windows, so the links will appear not to work.
Google and Yahoo do NOT block popups that are initiated from a modeless dialog, but some other ones probably do.

Incidentally, I can't get the popup on exit to work anywhere. The example works fine, but copying the source and putting it on my localhost or one of my servers doesn't work at all.

A few more things you may have noticed about the modeless dialogs:
1. No menu or toolbar.
2. you can't use CTRL-N to open the page in a new window
3. right click doesn't work at all
4. Neither does CTRL-W

Yes i was trying to get the biggest free one out there (popup blocker ) :) and those dialog windows can be a bitch to work with, same with the applets. But if you mess with them enough you can get them just right.

 Smokey The Bear  12-04-2003 04:47 AM

Quote:

Originally posted by nuclei
I still think sliding ads will be the next thing. We have been seeing major increases in sales of our windows slider ad generator over the past couple months.
Im not saying they arent a good thing and i always liked them myself , but they are very browser dependent, they arent new , i notice more people use them as popup blocker increase , but sliding ads are basically the same thing. Same with flash overlays , they can be very nicely done and not wreck content.

But right now the money is in the popups still :)

I originally wrote the transparent watermark that geocities "branded" their websites with . 99% of that code was stolen from me . *well not stolen but , copied obviously.

nuclei 12-04-2003 05:17 AM

Actually our sliding ads are pretty cross browser compatible. only the transparency is IE specific. Our generator is actually only the second method we have ever filed a patent on.

johnbosh 12-04-2003 05:19 AM

poppud all on google toolbar

 Smokey The Bear  12-04-2003 06:09 AM

Quote:

Originally posted by nuclei
Actually our sliding ads are pretty cross browser compatible. only the transparency is IE specific. Our generator is actually only the second method we have ever filed a patent on.
Well i havent seen every version but i just mean with my own experience.

Transparency is a key cross-browser +

but like i said i know that they will become handy , but once popups are gone there will then be a huge glut in sliding ads and then they will in turn be blocked. Staying ahead of the game is the key :)

Im not throwing in the towel on popups just yet and when i can see the market is gone for them ill already have something else planned :) * but def always a good idea to keep looking.

49thParallel 12-04-2003 06:55 AM

Smokey...
Is there anyway to change the Popup on enter code so that it will popup "behind" the main window?

Thanks!

Konda 12-04-2003 06:58 AM

I like the second example, but I have a question:
With my previous exit console I used a code to make the console not appear when surfers clicked the members link or goto the payment processor with the following code:

a href="/members/" onClick="parent.exit=0" target="_parent"

This code does not work anymore with the exit console of example 2. Is there a similar code to aviod the exit console poping up?

Also is there a way to use the first example (enter popup) as a popunder?

 Smokey The Bear  12-04-2003 07:04 AM

yes just blur the window that pops up.

well you could do it either way

in your body tag on the page you want in fron * the one that loads the popup. you could add this to keep the window on top of the other windows

< body onblur="focus()" >

or in the popup page you could put

< body onload="window.blur()" >

or you could put both :)

 Smokey The Bear  12-04-2003 07:07 AM

If you want to use both the enter popu and the exit popup you would need to use an i'frame the main window pointing to a blank page with the popup onexit script on it.

Like

< i'frame src="onexit.html" width="1" height="1" >

then put the poponexit script in the onexit.html file

remove the '

 Smokey The Bear  12-04-2003 07:12 AM

heres a code that will display an alert window if the user is using a popup blocker.

You could change this code and make it so that instead of making it an alert if the user uses a popup blocker you could send the window to a different page so they dont get to see your stuff.


< script type="text/j*a*va*script" >
//<![CDATA[
var mypopup=window.open("","win1",'width=100,height=10 0');
if (mypopup){
mypopup.close();
alert("You do not have unrequested popup blocking on!");
}
else
alert("You have unrequested popup blocking on!");
//]]>
< /script >

Kamilla36D 12-04-2003 10:03 AM

Quote:

Originally posted by 12clicks


Incorrect.
If your'e taking free content from a site and blocking the ads they use to pay for their internet presence, you're being an ass.
The end game that you glorified surfers don't see is the end of the most lucrative for of advertising on the net.

What happends when instead of a site making 2.00 cpm on a site they make .10cpm?
answer: they go away.
what happends when the adult site paying you 40.00 a sale loses 40% of their profits?
answer: you put the paper hat back on and thank your lucky stars you like the smell of french fries.

Assclowns who think popup blockers are good are either surfers or too dumb to be in this biz in the first place.

which one are you?

:thumbsup I totally agree!

"Pop-ups are 13 times more effective than banner ads that run the length of a page, according to research from Advertising.com published earlier this year." Read the article here: http://news.com.com/2100-1024_3-5110...?tag=nefd_lede

Thanks for the popup code Smokey!! Will you add it to a webpage so people can get any updates etc?

Thanks, Kamilla

Kamilla36D 12-04-2003 01:59 PM

bump :Graucho

 Smokey The Bear  12-04-2003 02:35 PM

Quote:

Originally posted by Kamilla36D
:thumbsup I totally agree!

Thanks for the popup code Smokey!! Will you add it to a webpage so people can get any updates etc?

Thanks, Kamilla

Ill try to get something up that has more in depth examples.

Kamilla36D 12-04-2003 04:05 PM

Quote:

Originally posted by *Smokey The Bear*


Ill try to get something up that has more in depth examples.

That would be cool as it seems like you're still working on it and upgrading it :thumbsup

Thanks again!
Kamilla

nuclei 12-04-2003 07:47 PM

Smokey drop me an email. william at perlcoders dot com

Stomped 12-05-2003 07:47 PM

bump

 Smokey The Bear  12-05-2003 09:51 PM

Quote:

Originally posted by nuclei
Smokey drop me an email. william at perlcoders dot com
will do , or you could pm me thru gfy

Jay_StandAhead 02-25-2004 04:19 PM

Anyone still has those popup codes? :Graucho

AdultNex 02-25-2004 05:22 PM

Quote:

Originally posted by Smokey The Bear


will do , or you could pm me thru gfy

PM doesn't work, and hasn't worked.

Praguer 02-25-2004 05:27 PM

Using google toobar.

None of the pops got through :thumbsup

digifan 02-25-2004 05:54 PM

Quote:

Originally posted by Smokey The Bear˛
I have 3 methods, the third one is the one i'm interested in doing a bit more thinking about , as it could be a great popup tool.

Turn on your popup blockers and try these 3.

These are totally safe links.

<center><b>POPUP ON ENTER<br>

http://s89164764.onlinehome.us/gfypop1.html


<center><b>POPUP ON EXIT<br>

http://s89164764.onlinehome.us/gfypop2.html

<center><b>1 UN-CLOSABLE POPUP APPLET AD<br>
<i></b>In this demo you can close the popup by clicking back to the main window and pressing a keystroke in the window and it will close, but dont close the window without first closing the popup , or it will stay around.</i>


http://s89164764.onlinehome.us/test/

Im interested in the success rate.

Its been tested on the yahoo and google popup blockers and it gets around both those on xp and latest i.e.

None of them works... I am using Mozilla with popups turned off.

I did not have time to read the thread just test them.

The one and only popup which confuses Mozilla even can be found here so far... it is excellent punishing hotlinkers.
WARNING! Don't click this folks. I told you.

Popup

digifan 02-25-2004 05:57 PM

Oh and having a mac may also help :Graucho

digifan 02-25-2004 05:59 PM

Quote:

Originally posted by -HUH-?


:thumbsup Thanks rick , I know alot of sponsors are wasting clickss right now popping windows that get blocked and on large scale this means $$$$

Ill be in touch.


BTW i am Smokey , but they banned my name for pointing out flaws in the gfy script last night.

Uh-oh :Graucho

Morgan 02-25-2004 06:08 PM

Error 400: Bad Request on all 3 for me.

brand0n 02-25-2004 06:10 PM

whats up, they arent there any more. i could use those =D

beemk 02-25-2004 06:12 PM

none of them got thru google

tranza 02-25-2004 06:17 PM

Quote:

Originally posted by Praguer
Using google toobar.

None of the pops got through :thumbsup

Not true... I remember when this thread got posted I was already using the Google bar and the popups got through...

Just go through this thread and you'll see my reply over here...

crockett 02-25-2004 06:19 PM

Quote:

Originally posted by psyko514
what's the point?
if someone purposely chooses to block popups, they're sure as hell not going to buy something from a popup if it gets around their software.

lol they might buy a better pop up blocker :1orglaugh

hoe_vender 02-25-2004 06:19 PM

pop up are overrated

Praguer 02-25-2004 06:22 PM

Quote:

Originally posted by tranza


Not true... I remember when this thread got posted I was already using the Google bar and the popups got through...

Just go through this post and you'll see my reply over here...

WTF? are you sitting next to me?

They did not get through.

SoundMan 02-25-2004 06:22 PM

You will see a lot of these in Smokeys threads.

http://www.mpghost.com/gfy_video/smokeys_friday.gif

Nat 02-25-2004 06:26 PM

error 400: Bad Request

Va2k 02-25-2004 07:05 PM

im using xp google tool bar and they didnt work

mardigras 02-25-2004 07:34 PM

I liken attempts to circumvent popup busters with those who send out spams with pen1s and other munged words designed to circumvent spam filters.

Sure you may get sales but it is quite likely that you would have gotten those sales anyway without using those techniques. Think of how many sales pissing people off cost you... probably more than you gained.


All times are GMT -7. The time now is 02:43 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123