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)
-   -   Who knows exit scripts good? Help... (https://gfy.com/showthread.php?t=385424)

studio 11-08-2004 03:27 PM

Who knows exit scripts good? Help...
 
Looking for someone to look at the code on this exit and figure out why it don't pop under, it opens on top. I cut and pasted the script from another site of mine and it pops under. ?

http://www.sassysummer.com/info.htm

Any help would be cool...

GigaChris 11-08-2004 03:31 PM

"target_top" would be my guess

SmokeyTheBear 11-08-2004 03:35 PM

Try this popup code, beats most blockers..

http://www.earthunplugged.org/aa/

it also has a superior exit code that beats google toolbar , yahoo toolbar and xpsp2

SmokeyTheBear 11-08-2004 03:43 PM

Check out this page

http://www.earthunplugged.org/aa/sassy.html

its what your page would look like with the better codes in place

you can cut and paste code

studio 11-08-2004 03:45 PM

will it pop under the main site? I want them to see sassysummer first

SmokeyTheBear 11-08-2004 03:48 PM

Quote:

Originally posted by studio
will it pop under the main site? I want them to see sassysummer first
just blur the window you popup

onload=blur()

SmokeyTheBear 11-08-2004 03:52 PM

ok wait ill make a better code.

studio 11-08-2004 03:54 PM

it will not let me see the source code? can you cut and past it here for me. and get me some animal crackers and change my diaper. LOL sorry for being so helpless... LOL

SmokeyTheBear 11-08-2004 04:03 PM

Quote:

Originally posted by studio
it will not let me see the source code? can you cut and past it here for me. and get me some animal crackers and change my diaper. LOL sorry for being so helpless... LOL
http://www.earthunplugged.org/aa/sassy.html

http://www.earthunplugged.org/aa/sassy2.html

That should work, either code is good the first one you might have troubles using it as a popunder only as a popup, the second one works good as a popunder , but newer users won't see the popunder

SmokeyTheBear 11-08-2004 04:07 PM

http://www.earthunplugged.org/aa/sassy11.html

source code for version 1


http://www.earthunplugged.org/aa/sassy22.html


source code for version 2

49thParallel 11-08-2004 04:15 PM

Smokey...some interesting and good coding. Only thing is, with both google and SP2 installed, the script you indicate that can beat both of these blockers seems to have a couple of issues.

When the first window (the one with the exit code) is closed or if a new address is entered in the address bar, there is up to a 15 to 30 second delay before the pop-up window appears.

It appears that Sell Your Exit has come up with a work around for this problem. They are using an identical code on the html page. But, I can only guess that they have somehow tweaked the .js code. Unfortunately, when their .js code is downloaded, it has been translated into unreadable machine code.

Any ideas how they have made their code work so much smoother and quicker?

Thanks.

studio 11-08-2004 04:18 PM

Holly script man... Thanks...

49thParallel 11-08-2004 04:22 PM

Edit: Opps...I was looking at the code first posted a couple of days back. I see your new code doesn't call on a server side .js file. However, there is still the delay I mentioned above. And I would still love to know how sell your exit has developed a work around.

SmokeyTheBear 11-08-2004 04:22 PM

Quote:

Originally posted by 49thParallel
Smokey...some interesting and good coding. Only thing is, with both google and SP2 installed, the script you indicate that can beat both of these blockers seems to have a couple of issues.

When the first window (the one with the exit code) is closed or if a new address is entered in the address bar, there is up to a 15 to 30 second delay before the pop-up window appears.

It appears that Sell Your Exit has come up with a work around for this problem. They are using an identical code on the html page. But, I can only guess that they have somehow tweaked the .js code. Unfortunately, when their .js code is downloaded, it has been translated into unreadable machine code.

Any ideas how they have made their code work so much smoother and quicker?

Thanks.


hmm i haven't seen that , but heres what i can tell you.


The fault lies in the WINDOWS MEDIA PLAYER once again.

The sp2 code beater is nothing more than an object tag with the id for windows media player, and you make the unload point to the object tag. So im assuming the delay is in the time it takes to load windows media player plugin for a split second ?

try the

http://www.earthunplugged.org/aa/1.html code it is all the code on the same page.

SmokeyTheBear 11-08-2004 04:24 PM

it loads almost instantly on my end ... 1 second delay sometimes..

hold on i'll swap the id around and see if i can make it work.

studio 11-08-2004 04:30 PM

smokey,

I put it on the page but now it's not poping do I need to un blur the pop up page?

studio 11-08-2004 04:31 PM

and will that open to full screen like the first one you did?

SmokeyTheBear 11-08-2004 04:35 PM

Quote:

Originally posted by studio
smokey,

I put it on the page but now it's not poping do I need to un blur the pop up page?

oh you need the file

pop.html with this code

http://www.earthunplugged.org/aa/pop.html

SmokeyTheBear 11-08-2004 04:36 PM

just make a file called pop.html and

<iframe width="100%" height="100%" src="http://www.nobulladult.com/pop/index_2.htm"></iframe>

SmokeyTheBear 11-08-2004 04:38 PM

it will open full screen yes, but you should point the popunder to a server side file like pop.html not to another server http://yourserver.com/pop.html

49thParallel 11-08-2004 04:38 PM

Just a follow up.....Looks like the SYE code also has it's restrictions. If you close the window containing the code, the window does open almost immediately. But, if you simply reload the page, go to a new url or hit back, the pop-up does not appear.

SmokeyTheBear 11-08-2004 04:43 PM

Quote:

Originally posted by 49thParallel
Just a follow up.....Looks like the SYE code also has it's restrictions. If you close the window containing the code, the window does open almost immediately. But, if you simply reload the page, go to a new url or hit back, the pop-up does not appear.
yes when i have been tweaking it sometimes it pops up into a window your using also..

Ill make a better js file and demo it later, but this code is good for now.

Someone with a better understanding at this point could whip out some decent code for this.

49thParallel 11-08-2004 04:45 PM

Quote:

Originally posted by SmokeyTheBear
yes when i have been tweaking it sometimes it pops up into a window your using also..

Ill make a better js file and demo it later, but this code is good for now.

Someone with a better understanding at this point could whip out some decent code for this.

No problem. You've already accomplished what 99.9% of us never could. Good work!

studio 11-08-2004 04:47 PM

smokey, ya lost me again... LOL

SmokeyTheBear 11-08-2004 04:48 PM

Quote:

Originally posted by 49thParallel
No problem. You've already accomplished what 99.9% of us never could. Good work!
actually my method is still super secret :)

this method came from someone else i just cannibilized it.

heres a hint to my method

http://java.sun.com/sfaq/example/myWindow.html

SmokeyTheBear 11-08-2004 04:50 PM

Quote:

Originally posted by studio
smokey, ya lost me again... LOL
ok the second code ( the one with the fullscreen popunder ) pops under a page called pop.html , in that page i just made an iframe of the popup you originally had.. what you would want to do is just take the full code srom sassy22.html paste it to your page , and make a file called pop.html with the page you want popped under , place that file in the same directory as the main html file and it should work.

studio 11-08-2004 04:51 PM

Smokey, can you hit me on ICQ?

SmokeyTheBear 11-08-2004 04:53 PM

the code wont work if the popunder page is pointing to a full http page , point it to a sserver side html like pop.html


All times are GMT -7. The time now is 07:46 AM.

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