how to pop a console that wont be blocked by popup blockers?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flashfire
    ICQ 1 6 7 8 5 3 4 9 2
    • Feb 2003
    • 13098

    #1

    how to pop a console that wont be blocked by popup blockers?

    Is there anyway to do this? Flash?
  • andrej_NDC
    Registered User
    • May 2004
    • 7760

    #2
    what blockers?

    Comment

    • flashfire
      ICQ 1 6 7 8 5 3 4 9 2
      • Feb 2003
      • 13098

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

      Comment

      • sean416
        Confirmed User
        • Feb 2004
        • 3633

        #4
        this was posted the other day

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

        ServerProvider.com

        Comment

        • flashfire
          ICQ 1 6 7 8 5 3 4 9 2
          • Feb 2003
          • 13098

          #5
          Originally posted by sean416
          this was posted the other day

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

          Comment

          • Babagirls
            Text Writer
            • Feb 2001
            • 18812

            #6
            <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)
            Last edited by Babagirls; 12-11-2004, 06:20 PM.




            Need a Text Writer?
            Blogs|Reviews|Descriptions|Paysites|TGP's|Stories

            ICQ: 397892500

            Comment

            • Project-Shadow
              Confirmed User
              • Feb 2003
              • 7340

              #7
              <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.

              Comment

              • sharpx9
                Registered User
                • Sep 2004
                • 2085

                #8
                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 -->

                Comment

                • budz
                  Disruptive Innovator
                  • Sep 2003
                  • 4230

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


                  w00t.
                  C:\Code\
                  C:\Code\Run\

                  Comment

                  • AdultNex
                    Confirmed User
                    • Feb 2003
                    • 8985

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

                    Comment

                    • SmokeyTheBear
                      ►SouthOfHeaven
                      • Jun 2004
                      • 28609

                      #11
                      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>
                      hatisblack at yahoo.com

                      Comment

                      • SmokeyTheBear
                        ►SouthOfHeaven
                        • Jun 2004
                        • 28609

                        #12
                        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
                        hatisblack at yahoo.com

                        Comment

                        • sean416
                          Confirmed User
                          • Feb 2004
                          • 3633

                          #13
                          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.

                          ServerProvider.com

                          Comment

                          • flashfire
                            ICQ 1 6 7 8 5 3 4 9 2
                            • Feb 2003
                            • 13098

                            #14
                            cool, thanx for the help guys

                            Comment

                            • Corona
                              Confirmed User
                              • Feb 2002
                              • 2185

                              #15
                              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.
                              Last edited by Corona; 12-13-2004, 06:49 AM.
                              I was looking for a job, and then I found a job
                              And heaven knows I'm miserable now

                              Comment

                              • GUNNER
                                Confirmed User
                                • May 2001
                                • 2114

                                #16
                                Originally posted by Corona
                                It doesn't work with the Google popup blocker on unfortunately.
                                any way around that?
                                gunner @tutamail.com
                                25 years in the jizz biz

                                Comment

                                • PeekHoles
                                  Registered User
                                  • Jan 2002
                                  • 1151

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

                                  Comment

                                  • hqxpics
                                    Confirmed User
                                    • Jan 2006
                                    • 339

                                    #18
                                    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
                                    Buy and Sell Adult Traffic - over 80 Niches
                                    Tube Video Program - epassporte payment
                                    Free porn tube movies

                                    Comment

                                    • SmokeyTheBear
                                      ►SouthOfHeaven
                                      • Jun 2004
                                      • 28609

                                      #19
                                      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/
                                      hatisblack at yahoo.com

                                      Comment

                                      • PeekHoles
                                        Registered User
                                        • Jan 2002
                                        • 1151

                                        #20
                                        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.

                                        Comment

                                        • PeekHoles
                                          Registered User
                                          • Jan 2002
                                          • 1151

                                          #21
                                          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?

                                          Comment

                                          • nexcom28
                                            So Fucking Banned
                                            • Jan 2005
                                            • 3716

                                            #22
                                            Originally posted by flashfire
                                            Is there anyway to do this? Flash?
                                            Why the fuck would you want to do this - scum!

                                            Comment

                                            • PeekHoles
                                              Registered User
                                              • Jan 2002
                                              • 1151

                                              #23
                                              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.

                                              Comment

                                              • StuartD
                                                Sofa King Band
                                                • Jul 2002
                                                • 29903

                                                #24
                                                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.

                                                This is me on facebook
                                                This is me on twitter

                                                Comment

                                                • SmokeyTheBear
                                                  ►SouthOfHeaven
                                                  • Jun 2004
                                                  • 28609

                                                  #25
                                                  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.
                                                  hatisblack at yahoo.com

                                                  Comment

                                                  • hqxpics
                                                    Confirmed User
                                                    • Jan 2006
                                                    • 339

                                                    #26
                                                    Example with the HTML and the FLASH SWF file inside
                                                    http://rapidshare.de/files/19024748/sp2.zip.html
                                                    Last edited by hqxpics; 04-26-2006, 06:12 PM.
                                                    Buy and Sell Adult Traffic - over 80 Niches
                                                    Tube Video Program - epassporte payment
                                                    Free porn tube movies

                                                    Comment

                                                    • RogerV
                                                      Banned!
                                                      • Jul 2002
                                                      • 12591

                                                      #27
                                                      What a great biz thread...

                                                      Comment

                                                      Working...