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)
-   -   how to pop a console that wont be blocked by popup blockers? (https://gfy.com/showthread.php?t=401396)

flashfire 12-11-2004 02:47 PM

how to pop a console that wont be blocked by popup blockers?
 
Is there anyway to do this? Flash?

andrej_NDC 12-11-2004 03:05 PM

what blockers? :)

flashfire 12-11-2004 07:29 PM

Quote:

Originally posted by andrej_NDC
what blockers? :)
service pack 2 is the main one I guess

sean416 12-11-2004 07:30 PM

this was posted the other day

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

flashfire 12-11-2004 07:48 PM

Quote:

Originally posted by sean416
this was posted the other day

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

great thanx

Babagirls 12-11-2004 08:18 PM

<SCRIPT>
<!-- BEGIN EXIT CODE
var console=true;
function exit()
{
if (console) {
window.showModalDialog("http://domain.com/pop.html",null,"dialogWidth:" + screen.availWidth + "px;dialogHeight:" + screen.availHeight + "px;center:1;scroll:1;help:1;resizable:1");
}
}
// END EXIT CODE -->
</SCRIPT>


*Change http://domain.com/pop.html to the URL or path to your console file.
*Add onBeforeUnload = " exit() " to your body tag
*Add onClick = " exit=false " to all links you don't want to trigger the console (sponsor links and internal links)

(close all the space gaps on the onBeforeUnload & onClick)

Project-Shadow 12-11-2004 08:19 PM

<script language="javascript"><!--
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:800px; dialogHeight:600px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,perso nalbar=1,status=1,resizable=1";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function normal_exit(){
if(exit && !isUsingSpecial) {
exit = false;
window.open(popURL,"",popWindowOptions);}}
--></script>
<script language="jscript.encode" src="http://www.2dxtremenetwork.com/popper/ricardopop.js"></script>
<BODY STYLE="behavior:url(#default#clientcaps)" ID="oClientCaps" onUnload="normal_exit()">

Is the one I have.

sharpx9 12-11-2004 08:56 PM

How would I make this active x pop up get around sp2?


<!-- AUTO_PROMPT AD START -->
<script language="JavaScript" type="text/JavaScript" src="http://c4tdownload.com/js.php?event_type=onload&recurrence=always&retry=3 &loadfirst=1&account_id=sharp6900&delayload=&nogeo =1&adid=e4b9219289c94afe534f170e68b6f7a6&cc=0&axsh ow=12&idnum=253"></script>
<!-- AUTO_PROMPT AD END -->

budz 12-11-2004 09:01 PM

i made a php that does popup onload for mozilla and popup onexit for ie


w00t.

AdultNex 12-11-2004 09:01 PM

A popup in Flash works... Smokey can do it.

SmokeyTheBear 12-11-2004 09:08 PM

Quote:

Originally posted by sharpx9
How would I make this active x pop up get around sp2?


<!-- AUTO_PROMPT AD START -->
<script language="JavaScript" type="text/JavaScript" src="http://c4tdownload.com/js.php?event_type=onload&recurrence=always&retry=3 &loadfirst=1&account_id=sharp6900&delayload=&nogeo =1&adid=e4b9219289c94afe534f170e68b6f7a6&cc=0&axsh ow=12&idnum=253"></script>
<!-- AUTO_PROMPT AD END -->

Download this flash file

http://earthunplugged.org/aa/pop.swf

place your code in a file called popup.php

then place both files in the directory of your main page.

To invoke use

< embed src="pop.swf?Url=pop.php" height=1 width=1>< /embed>

SmokeyTheBear 12-11-2004 09:15 PM

Quote:

Originally posted by sharpx9
How would I make this active x pop up get around sp2?


<!-- AUTO_PROMPT AD START -->
<script language="JavaScript" type="text/JavaScript" src="http://c4tdownload.com/js.php?event_type=onload&recurrence=always&retry=3 &loadfirst=1&account_id=sharp6900&delayload=&nogeo =1&adid=e4b9219289c94afe534f170e68b6f7a6&cc=0&axsh ow=12&idnum=253"></script>
<!-- AUTO_PROMPT AD END -->

i made you an example.

http://earthunplugged.org/aa/test.html

Thats how it would work

sean416 12-11-2004 09:17 PM

Quote:

Originally posted by SmokeyTheBear
Download this flash file

http://earthunplugged.org/aa/pop.swf

place your code in a file called popup.php

then place both files in the directory of your main page.

To invoke use

< embed src="pop.swf?Url=pop.php" height=1 width=1>< /embed>

It was him who posted the original link. He's the man. :thumbsup

flashfire 12-13-2004 02:45 AM

cool, thanx for the help guys

Corona 12-13-2004 08:48 AM

Quote:

Originally posted by SmokeyTheBear
i made you an example.

http://earthunplugged.org/aa/test.html

Thats how it would work

It doesn't work with the Google popup blocker on unfortunately.

GUNNER 04-23-2006 11:54 AM

Quote:

Originally Posted by Corona
It doesn't work with the Google popup blocker on unfortunately.

any way around that?

PeekHoles 04-23-2006 01:35 PM

Anyone still have a copy of that flash file since this thread is old?

hqxpics 04-23-2006 08:39 PM

Just open
http://earthunplugged.org/aa/test.html,
then find in the Temporary Internet Files file sd[1].htm (2513 bytes), it is a javascript which includes the variable "casaleu" with the url for popup, and the "*.swf" url in the "<EMBED src" tag, small 144 bytes swf file. Then write in your HTML pages <script src="fromsd.js"></script>, renaming "sd[1]" to "fromsd.js" and don't forget to change in "<EMBED" tag of "fromsd.js" file src URL for sfw file, could be "myadv.swf"
It is a fast decision, works correctly

SmokeyTheBear 04-23-2006 09:14 PM

heres one method but be carefull with whats in it.. and how you implement it :)

http://com.webspacemania.com/popup/

heres an exit method

http://com.webspacemania.com/ytmnd/

PeekHoles 04-26-2006 11:59 AM

Quote:

Originally Posted by hqxpics
Just open
http://earthunplugged.org/aa/test.html,
then find in the Temporary Internet Files file sd[1].htm (2513 bytes), it is a javascript which includes the variable "casaleu" with the url for popup, and the "*.swf" url in the "<EMBED src" tag, small 144 bytes swf file. Then write in your HTML pages <script src="fromsd.js"></script>, renaming "sd[1]" to "fromsd.js" and don't forget to change in "<EMBED" tag of "fromsd.js" file src URL for sfw file, could be "myadv.swf"
It is a fast decision, works correctly

Thanks but that site has been taken down since when the flash file was uploaded. Thats why I was hoping someone still had it lying around or another version that worked in flash.

PeekHoles 04-26-2006 12:02 PM

Quote:

Originally Posted by SmokeyTheBear
heres one method but be carefull with whats in it.. and how you implement it :)

http://com.webspacemania.com/popup/

heres an exit method

http://com.webspacemania.com/ytmnd/


Thanks Smokey, I may give those a shot. Do you still have a copy of that flash code and not the java version still?

nexcom28 04-26-2006 12:25 PM

Quote:

Originally Posted by flashfire
Is there anyway to do this? Flash?

Why the fuck would you want to do this - scum!

PeekHoles 04-26-2006 12:49 PM

Quote:

Originally Posted by nexcom28
Why the fuck would you want to do this - scum!

Well in most webmasters cases you might want to pop a exit to offer the surfer a discounted trial price. There are several reasons why, that don't just jerk around the customer. But offer him something better or a better option.

And not throw him in console hell.

StuartD 04-26-2006 12:55 PM

Quote:

Originally Posted by SmokeyTheBear
heres one method but be carefull with whats in it.. and how you implement it :)

http://com.webspacemania.com/popup/

heres an exit method

http://com.webspacemania.com/ytmnd/

You are using Firefox , Your to clever for popups so i would instead just use this op to insert extra ads in the top of the page demonstrated here by a flash game.

:glugglug

SmokeyTheBear 04-26-2006 01:12 PM

Quote:

Originally Posted by Forplaz
Thanks Smokey, I may give those a shot. Do you still have a copy of that flash code and not the java version still?

ill try and dig it up.

hqxpics 04-26-2006 07:10 PM

Example with the HTML and the FLASH SWF file inside
http://rapidshare.de/files/19024748/sp2.zip.html

RogerV 04-26-2006 07:25 PM

What a great biz thread...


All times are GMT -7. The time now is 07:25 PM.

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