exit pop that beats popup blocker?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beemk
    CLICK HERE
    • Jan 2002
    • 20829

    #1

    exit pop that beats popup blocker?

    anyone have a code for this? thanks in advance
    I host with Vacares
  • Makingcoin
    Confirmed User
    • Aug 2002
    • 8919

    #2
    smokey does

    www.MAKINGCOIN.com

    icq. 166-662-831
    "Start making large coin!"


    Daddy I Get Paid To Be A Whore - Coming Soon

    Comment

    • beemk
      CLICK HERE
      • Jan 2002
      • 20829

      #3
      bump....
      I host with Vacares

      Comment

      • SmokeyTheBear
        ►SouthOfHeaven
        • Jun 2004
        • 28609

        #4
        http://gfy.webspacemania.com/
        hatisblack at yahoo.com

        Comment

        • DirkPitt
          Confirmed User
          • Sep 2002
          • 357

          #5
          I?m not too much of a programmer and I know nobody has to support this script. I'm just asking if anybody would help.

          I really like this script and it's noble for stb to share it. I noticed the exit pops when the links are click and not when the window is actually closed. Is there a way to change it? Also is there a way to make the windows pop under not over? Again just asking. Thanks
          Thanks,
          Kit

          Comment

          • JD
            Too lazy to set a custom title
            • Sep 2003
            • 22651

            #6
            i know that the sneaky bastards are embedding pops in flash

            Comment

            • Realpascal
              Confirmed User
              • Jun 2005
              • 2119

              #7
              I just saw a naked girl running pass my window.
              OMGWTFBBQ

              Comment

              • Shoehorn!
                Die With Your Boots On
                • Oct 2003
                • 22872

                #8
                Originally posted by beemk
                anyone have a code for this? thanks in advance
                I sure do.

                Comment

                • TheJimmy
                  ICQ- five seven 0 2 5 5 0
                  • Jan 2001
                  • 10747

                  #9
                  Originally posted by Shoehorn
                  I sure do.
                  I have a few copies around here somewhere that I could verify if they work or not, but really feeling pretty lazy right now.
                  Investor with 5m - 15m USD to invest. Do you have a site or network of sites earning 50k - 200k a month income? Email your contact and preliminary data to: domain.cashventures (at) gmail.com....Please...no tire kickers...serious offers and inquiries only.

                  Comment

                  • DirkPitt
                    Confirmed User
                    • Sep 2002
                    • 357

                    #10
                    Can/Will anybody manipulate SmokeyTheBear's script for me?
                    Thanks,
                    Kit

                    Comment

                    • SmokeyTheBear
                      ►SouthOfHeaven
                      • Jun 2004
                      • 28609

                      #11
                      Originally posted by DirkPitt
                      I?m not too much of a programmer and I know nobody has to support this script. I'm just asking if anybody would help.

                      I really like this script and it's noble for stb to share it. I noticed the exit pops when the links are click and not when the window is actually closed. Is there a way to change it? Also is there a way to make the windows pop under not over? Again just asking. Thanks
                      I guess it depends on the browser .. what are you using ? it pops a new window when the window is closed for me you can either target new links to a blank window or use an exit with the script on the links so they dont pop it..

                      As far as the popunder , its best to target that on the window that popsup..

                      Like in the window that popsup just add this to the body tag onload="self.blur();"
                      hatisblack at yahoo.com

                      Comment

                      • SmokeyTheBear
                        ►SouthOfHeaven
                        • Jun 2004
                        • 28609

                        #12
                        Its really handy when your doing shit like this is to build framed containers so you can add stuff to the windows instead of sending a popup straight to a sponsor..

                        Like in the popup window make an iframe , in the iframe put a framebuster script that busts out of the frame and into your sponsor, this way you can add attributes to the popup , that you normally can't control ( due to you not being able to add things to the sponsors page , like the self.blur. )
                        hatisblack at yahoo.com

                        Comment

                        • SmokeyTheBear
                          ►SouthOfHeaven
                          • Jun 2004
                          • 28609

                          #13
                          here's an example.

                          http://gfy.webspacemania.com/gfy/

                          The popup goes to realitycash , but the page popsunder
                          hatisblack at yahoo.com

                          Comment

                          • DirkPitt
                            Confirmed User
                            • Sep 2002
                            • 357

                            #14
                            Originally posted by SmokeyTheBear
                            I guess it depends on the browser .. what are you using ? it pops a new window when the window is closed for me you can either target new links to a blank window or use an exit with the script on the links so they dont pop it..

                            As far as the popunder , its best to target that on the window that popsup..

                            Like in the window that popsup just add this to the body tag onload="self.blur();"
                            Hey Smokey - I'm using IE6. I was trying different thinks to make it work like I would like and I found that without the google toolbar the exit works fine. With the toolbar even with the blocker off it doesn't. I also tried this script with the anchor tag onClick="exit=false" but that didn't not pop the exit. Sorry to be so picky I just didn't know if there was an easy to make it work like I would like. I'll screw with it some more and see what I can do. Thanks for replying.
                            Thanks,
                            Kit

                            Comment

                            • DirkPitt
                              Confirmed User
                              • Sep 2002
                              • 357

                              #15
                              Originally posted by SmokeyTheBear
                              here's an example.

                              http://gfy.webspacemania.com/gfy/

                              The popup goes to realitycash , but the page popsunder
                              Would you share that framebuster code to do that with me?
                              Thanks,
                              Kit

                              Comment

                              • SmokeyTheBear
                                ►SouthOfHeaven
                                • Jun 2004
                                • 28609

                                #16
                                Originally posted by DirkPitt
                                Would you share that framebuster code to do that with me?

                                well in that case i didnt use a frame i just used a refresh kind of.

                                < img src=c:\willnotexist.gif onerror="self.blur;window.open('http://www.sponsor.com','_top')" >
                                hatisblack at yahoo.com

                                Comment

                                • SmokeyTheBear
                                  ►SouthOfHeaven
                                  • Jun 2004
                                  • 28609

                                  #17
                                  or you could do <body onbeforeload="self.blur();" onload="window.open('http://sponsor.com','_top')">
                                  hatisblack at yahoo.com

                                  Comment

                                  • SmokeyTheBear
                                    ►SouthOfHeaven
                                    • Jun 2004
                                    • 28609

                                    #18
                                    Originally posted by DirkPitt
                                    Hey Smokey - I'm using IE6. I was trying different thinks to make it work like I would like and I found that without the google toolbar the exit works fine. With the toolbar even with the blocker off it doesn't. I also tried this script with the anchor tag onClick="exit=false" but that didn't not pop the exit. Sorry to be so picky I just didn't know if there was an easy to make it work like I would like. I'll screw with it some more and see what I can do. Thanks for replying.

                                    you can either use onclick="leave=false" on every link or you can use

                                    <base onclick="leave=false"> in the head to make every link "not" throw the exit popup without having to edit every link..
                                    hatisblack at yahoo.com

                                    Comment

                                    • chaze
                                      Confirmed User
                                      • Aug 2002
                                      • 9774

                                      #19
                                      Originally posted by SmokeyTheBear
                                      here's an example.

                                      http://gfy.webspacemania.com/gfy/

                                      The popup goes to realitycash , but the page popsunder
                                      Do you know how to use one post? you dumb ass.
                                      Like the desert needs the rain
                                      We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

                                      Comment

                                      • kektex
                                        Confirmed User
                                        • Mar 2005
                                        • 1813

                                        #20
                                        The proxomitron kills it
                                        exgfmovies.com, exgfclips.com, datesx.com, gayboards.com and more!

                                        Comment

                                        • CuriousToyBoy
                                          Crazy Aussie Bastard
                                          • Aug 2005
                                          • 16787

                                          #21
                                          Some nice hints.. thanks !
                                          Celebs
                                          Adult Who's Who ==> Ambush Interview ==> ICQ 293 070 684 ==> intmarpacrim AT gmail DOT com

                                          Comment

                                          • bhutocracy
                                            Not making A Comeback
                                            • Dec 2001
                                            • 10218

                                            #22
                                            Originally posted by SPeRMiNaToR
                                            i know that the sneaky bastards are embedding pops in flash
                                            most blockers block flash pop ups.

                                            Comment

                                            • Martin
                                              "Assassins"
                                              • Dec 2001
                                              • 17274

                                              #23
                                              Hey Smokey thanks man, just what Ive been looking for.

                                              Comment

                                              • RazorSharpe
                                                Confirmed User
                                                • Aug 2001
                                                • 2238

                                                #24
                                                Originally posted by chaze
                                                Do you know how to use one post? you dumb ass.
                                                Jesus fucking christ! What did Smokey do to you; shag your wife or something? Why the hate?

                                                ...
                                                Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

                                                Comment

                                                • BoNgHiTtA
                                                  Confirmed User
                                                  • May 2003
                                                  • 2176

                                                  #25
                                                  Word to smokey on this one, works like a charm. Smokey = god.

                                                  Wanna see how Adult Site Traffic Scammed me? Click Here:

                                                  Comment

                                                  • SmokeyTheBear
                                                    ►SouthOfHeaven
                                                    • Jun 2004
                                                    • 28609

                                                    #26
                                                    Originally posted by RazorSharpe
                                                    Jesus fucking christ! What did Smokey do to you; shag your wife or something? Why the hate?

                                                    ...
                                                    lol no its al ong story.. basically the guy jacked someones hosting thread said he had 100% uptime , i called him on it , he threw a hissy fit , started a thread saying i was the biggest newb on gfy , after about 4 pages of people telling him he was the idiot for starting such an moronic thread about such a helpfull person, he gave up.
                                                    hatisblack at yahoo.com

                                                    Comment

                                                    • PSD
                                                      PornSiteDomains.com
                                                      • Oct 2002
                                                      • 1265

                                                      #27
                                                      Originally posted by SmokeyTheBear
                                                      you can either use onclick="leave=false" on every link or you can use

                                                      <base onclick="leave=false"> in the head to make every link "not" throw the exit popup without having to edit every link..
                                                      Does your code rely only on link clicking events to trigger it? I tired it but it is poping every time someone clicks their browsers back button while at my site. I want it to pop only when someone closes the browser window and if possible when they click the browsers back button and it goes to a different site. Is this possible?
                                                      Last edited by PSD; 02-26-2006, 05:02 PM.
                                                      PornSiteDomains.com

                                                      Comment

                                                      • PSD
                                                        PornSiteDomains.com
                                                        • Oct 2002
                                                        • 1265

                                                        #28
                                                        BTW, I should mention I added <base onclick="leave=false"> as you suggest above and that does prevent it from poping when links are clicked. So I just need it to stop poping each time the browsers back button is clicked while at my site. Is there a way to tell when a user has truely closed their browser window?
                                                        PornSiteDomains.com

                                                        Comment

                                                        Working...