SP2 working popup code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fake Nick
    So Fucking Banned
    • Jul 2004
    • 7708

    #1

    SP2 working popup code

    can someone point me in the right direction ?
  • Fred Quimby
    Confirmed User
    • Jul 2004
    • 5430

    #2
    go that way >

    Comment

    • kenny
      Confirmed User
      • Mar 2002
      • 7245

      #3
      Originally posted by Fred Quimby
      go that way >
      7

      Comment

      • chupachups
        Confirmed User
        • Dec 2002
        • 6576

        #4
        Originally posted by Fred Quimby
        go that way >

        Comment

        • fris
          Too lazy to set a custom title
          • Aug 2002
          • 55679

          #5
          Originally posted by Fred Quimby
          go that way >
          i thought it was the other way?
          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

          Comment

          • Johny Traffic
            Confirmed User
            • Apr 2003
            • 5461

            #6
            go that way >
            Thats the funniest answer Ive heard here for a long time


            hosted flv's, hosted galleries, morphing rss feeds, free content, free sites, hosted blog

            Comment

            • justsexxx
              Too lazy to set a custom title
              • Aug 2001
              • 13723

              #7
              <body>
              <object
              id="x"
              classid="clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A"
              width="1"
              height="1"
              align="middle"
              >
              <PARAM NAME="ActivateApplets" VALUE="1">
              <PARAM NAME="ActivateActiveXControls" VALUE="1">
              </object>

              <SCRIPT>

              function pop(){

              // change your url/s here

              x.DOM.Script.setTimeout("window.open('http://www.sex.com/','_blank','width=500,height=800');");

              // this line will *popunder* your popup
              x.DOM.Script.setTimeout("self.focus();");
              }

              // at this time you can only popup/popunder on entry not on exit..
              window.onload=function s(){setTimeout('pop();',1000);}
              </SCRIPT>
              Questions?

              ICQ: 125184542

              Comment

              • Fake Nick
                So Fucking Banned
                • Jul 2004
                • 7708

                #8
                Originally posted by justsexxx
                <body>
                <object
                id="x"
                classid="clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A"
                width="1"
                height="1"
                align="middle"
                >
                <PARAM NAME="ActivateApplets" VALUE="1">
                <PARAM NAME="ActivateActiveXControls" VALUE="1">
                </object>

                <SCRIPT>

                function pop(){

                // change your url/s here

                x.DOM.Script.setTimeout("window.open('http://www.sex.com/','_blank','width=500,height=800');");

                // this line will *popunder* your popup
                x.DOM.Script.setTimeout("self.focus();");
                }

                // at this time you can only popup/popunder on entry not on exit..
                window.onload=function s(){setTimeout('pop();',1000);}
                </SCRIPT>

                thx , am gonna try this

                Comment

                • Fake Nick
                  So Fucking Banned
                  • Jul 2004
                  • 7708

                  #9
                  haha123 ? what does that have to be? can you put it in the code tages ?

                  Comment

                  • andrej_NDC
                    Registered User
                    • May 2004
                    • 7760

                    #10
                    Originally posted by justsexxx
                    <body>
                    <object
                    id="x"
                    classid="clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A"
                    width="1"
                    height="1"
                    align="middle"
                    >
                    <PARAM NAME="ActivateApplets" VALUE="1">
                    <PARAM NAME="ActivateActiveXControls" VALUE="1">
                    </object>

                    <SCRIPT>

                    function pop(){

                    // change your url/s here

                    x.DOM.Script.setTimeout("window.open('http://www.sex.com/','_blank','width=500,height=800');");

                    // this line will *popunder* your popup
                    x.DOM.Script.setTimeout("self.focus();");
                    }

                    // at this time you can only popup/popunder on entry not on exit..
                    window.onload=function s(){setTimeout('pop();',1000);}
                    </SCRIPT>
                    thats only entry pop-up, right?

                    Comment

                    • mardigras
                      Bon temps!
                      • Feb 2003
                      • 14194

                      #11
                      I wonder what the percentage of people who do everything they can to block popups is that actually buy from forced popups...

                      .

                      Comment

                      • Fake Nick
                        So Fucking Banned
                        • Jul 2004
                        • 7708

                        #12
                        Originally posted by mardigras
                        I wonder what the percentage of people who do everything they can to block popups is that actually buy from forced popups...


                        I understand your point , but most people dont do everything do block popups but these days you cant fool the newbs anymore because microsoft offers them standard protection

                        this code is meant to fool these noobs who dont realise popups are being blocked automatically by sp2 ;)

                        Comment

                        • Johny Traffic
                          Confirmed User
                          • Apr 2003
                          • 5461

                          #13
                          Is there an exit pop up that works?


                          hosted flv's, hosted galleries, morphing rss feeds, free content, free sites, hosted blog

                          Comment

                          • Fake Nick
                            So Fucking Banned
                            • Jul 2004
                            • 7708

                            #14
                            Originally posted by Johny Traffic
                            Is there an exit pop up that works?

                            yeah there is , but the only guy that I know that has it refuses to give it to me

                            Comment

                            • sean416
                              Confirmed User
                              • Feb 2004
                              • 3633

                              #15
                              Code:
                              <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,personalbar=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="stb.js"></script>
                              <BODY onUnload="normal_exit()">
                              courtesy of smokey the bear

                              ServerProvider.com

                              Comment

                              • Fake Nick
                                So Fucking Banned
                                • Jul 2004
                                • 7708

                                #16
                                Originally posted by sean416
                                Code:
                                <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,personalbar=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="stb.js"></script>
                                <BODY onUnload="normal_exit()">
                                courtesy of smokey the bear

                                do you have one without HAHAHA in it

                                and dont think it will work it doesnt have the object id in it that contains the exploit

                                Comment

                                • andrej_NDC
                                  Registered User
                                  • May 2004
                                  • 7760

                                  #17
                                  Originally posted by sean416
                                  Code:
                                  <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,personalbar=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="stb.js"></script>
                                  <BODY onUnload="normal_exit()">
                                  courtesy of smokey the bear
                                  its encoded

                                  Comment

                                  • HAPPYPEEKERS
                                    Confirmed User
                                    • Feb 2004
                                    • 7566

                                    #18
                                    <SCRIPT>
                                    <!-- BEGIN EXIT CODE
                                    var console=true;
                                    function exit()
                                    haha123;
                                    if (console) haha123;
                                    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 on BeforeUnload=" exit() " to your body tag
                                    *Add on Click=" exit=false " to all links you don't want to trigger the console (sponsor links and internal links)
                                    Please Read All Of My Posts In A Sarcastic Tone So You Get The Full Effect!!



                                    HappyPeekers - April

                                    Comment

                                    • sean416
                                      Confirmed User
                                      • Feb 2004
                                      • 3633

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

                                      check that out

                                      ServerProvider.com

                                      Comment

                                      • dcortez
                                        DINO CORTEZâ„¢
                                        • Jun 2003
                                        • 2145

                                        #20
                                        Why not just hire a couple thugs in each area you want to get 'sales' from:

                                        They can break into the prospects' homes - one holds the owner down, while the other rummages through his wallet to get his credit cards and ID.

                                        It's a ubiquitous solution with a timeless history.

                                        If you think this is going too far, then you're missing the point about bypassing surfers' popup block settings.

                                        NO means NO.

                                        If a person allows popups and popunders and popintos and exits - no probs. That's their choice.

                                        Why not try a business model based on value instead of a numbers game based on shakedowns?

                                        Just like spammers, your days of HACKING surfers computers are numbered.



                                        -Dino

                                        Comment

                                        • Fake Nick
                                          So Fucking Banned
                                          • Jul 2004
                                          • 7708

                                          #21
                                          Originally posted by dcortez
                                          Why not just hire a couple thugs in each area you want to get 'sales' from:

                                          They can break into the prospects' homes - one holds the owner down, while the other rummages through his wallet to get his credit cards and ID.

                                          It's a ubiquitous solution with a timeless history.

                                          If you think this is going too far, then you're missing the point about bypassing surfers' popup block settings.

                                          NO means NO.

                                          If a person allows popups and popunders and popintos and exits - no probs. That's their choice.

                                          Why not try a business model based on value instead of a numbers game based on shakedowns?

                                          Just like spammers, your days of HACKING surfers computers are numbered.



                                          -Dino

                                          where did my visitor say no ?

                                          Microsoft enforces him to say no , its not like they have an option ...

                                          Comment

                                          • andrej_NDC
                                            Registered User
                                            • May 2004
                                            • 7760

                                            #22
                                            Originally posted by Fake Nick
                                            Microsoft enforces him to say no , its not like they have an option ...
                                            exactly

                                            Comment

                                            • Johny Traffic
                                              Confirmed User
                                              • Apr 2003
                                              • 5461

                                              #23
                                              Why not just hire a couple thugs in each area you want to get 'sales' from:

                                              They can break into the prospects' homes - one holds the owner down, while the other rummages through his wallet to get his credit cards and ID.

                                              It's a ubiquitous solution with a timeless history.

                                              If you think this is going too far, then you're missing the point about bypassing surfers' popup block settings.

                                              NO means NO.

                                              If a person allows popups and popunders and popintos and exits - no probs. That's their choice.

                                              Why not try a business model based on value instead of a numbers game based on shakedowns?

                                              Just like spammers, your days of HACKING surfers computers are numbered.
                                              what a crock of shit.

                                              Webmastering isnt about opinions. Its about maths, pure and simple.

                                              If you make more sales overall using pop ups then you should use them, if you dont then dont use them.

                                              Pop ups are apart of the internet, no surfers have asked not to have them, microsoft has enforced that themselfes.

                                              Also If I make a site and a surfer visits, a part of my site is a pop up. That's my site. How I made it. They visited my site, for free, who the fuck should say what they should see or not. Me, I should, its my site. Its not microsofts site.
                                              Last edited by Johny Traffic; 12-17-2004, 09:08 AM.


                                              hosted flv's, hosted galleries, morphing rss feeds, free content, free sites, hosted blog

                                              Comment

                                              • calmlikeabomb
                                                Confirmed User
                                                • May 2004
                                                • 1323

                                                #24
                                                Originally posted by Johny Traffic


                                                Pop ups are apart of the internet, no surfers have asked not to have them, microsoft has enforced that themselfes.
                                                There is a 'block pop-up' option with sp2. If they un-check it that is fine.

                                                However, if they have choosen not to view pop-ups and that box IS CHECKED then it should be respected.

                                                Then again, what's adult without the scumbag advertising.
                                                Last edited by calmlikeabomb; 12-17-2004, 09:35 AM.
                                                subarus.

                                                Comment

                                                • ShaneRyale
                                                  Confirmed User
                                                  • Mar 2004
                                                  • 961

                                                  #25
                                                  Buy the NATS affiliate system. It has a built in bypass for SP2.
                                                  Shane - Affiliate Manager
                                                  [email protected]
                                                  ICQ: 170164556

                                                  See Who I Am At AdultWhosWho.com!

                                                  Comment

                                                  • andrej_NDC
                                                    Registered User
                                                    • May 2004
                                                    • 7760

                                                    #26
                                                    Originally posted by calmlikeabomb
                                                    There is a 'block pop-up' option with sp2. If they un-check it that is fine.
                                                    95% of the surfers don't have an idea about it, how clever do you think they are?

                                                    Comment

                                                    • Johny Traffic
                                                      Confirmed User
                                                      • Apr 2003
                                                      • 5461

                                                      #27
                                                      There is a 'block pop-up' option with sp2. If they un-check it that is fine.
                                                      Then it should come with that as standard, if they opted not to have pop ups then that would be different, but it doesnt. I dont suppose any of them even know about this thing. I didnt till you just told me


                                                      hosted flv's, hosted galleries, morphing rss feeds, free content, free sites, hosted blog

                                                      Comment

                                                      • dcortez
                                                        DINO CORTEZâ„¢
                                                        • Jun 2003
                                                        • 2145

                                                        #28
                                                        Originally posted by andrej_NDC
                                                        95% of the surfers don't have an idea about it, how clever do you think they are?
                                                        Clever or not, I hear constant complaints by surfers who get sucked into console terrorist sites- regardless of their popup block settings.

                                                        I have yet to hear a single complaint against SP2 from a surfer feeling that they have been shortchanged their usual popup abuse without their permission.

                                                        Webmasters who assault their surfers with popups are the only ones I hear complaining about SP2 (re: popups).

                                                        They can always choose a different OS if they don't like the 'default' settings.

                                                        What makes forced popups any different than spam?

                                                        Or are you guys all spammers too?

                                                        -Dino

                                                        Comment

                                                        • justfreemovies
                                                          Confirmed User
                                                          • Feb 2004
                                                          • 1150

                                                          #29
                                                          wow someone actualy answered this instead of five people calling someone an idiot damn gfy woke on halfway on the right side of the bed today lol
                                                          Signature views since 1/13/11
                                                          If you can read this, your ad could be here. Sig for rent
                                                          www.BlogMilfs.com Domain for sale Click for details

                                                          Comment

                                                          • xclusive
                                                            Too lazy to set a custom title
                                                            • Apr 2004
                                                            • 35218

                                                            #30
                                                            It's nice when legit questions get answered here...

                                                            I support MediumPimpin.com / Shemp's Outlawtgp.com /


                                                            Comment

                                                            • Johny Traffic
                                                              Confirmed User
                                                              • Apr 2003
                                                              • 5461

                                                              #31
                                                              I repeat as you mist it the first time. I make a site and a surfer visits, a part of my site is a pop up. That's my site. How I made it. They visited my site, for free, I decided I wanted it on my site. who the fuck should say what they should see or not. Me, I should, its my site. Its not microsofts site.

                                                              with reference to surfers complaining. Bullshit.

                                                              Ive never once with millions and millions of surfers over the last 5 years, ever had a surfer say, I dont like pop ups. I run many sites with and many without. They are my sites so I decide what I have on them.
                                                              Last edited by Johny Traffic; 12-17-2004, 10:57 AM.


                                                              hosted flv's, hosted galleries, morphing rss feeds, free content, free sites, hosted blog

                                                              Comment

                                                              • tradermcduck
                                                                Confirmed User
                                                                • Apr 2001
                                                                • 2362

                                                                #32
                                                                Originally posted by xclusive
                                                                It's nice when legit questions get answered here...

                                                                MarkB

                                                                Comment

                                                                • killshot
                                                                  Confirmed User
                                                                  • Dec 2004
                                                                  • 456

                                                                  #33
                                                                  I personally have always believed that good business sense is trying not to piss off the people who I want to give me money.

                                                                  Many people are SCARED to click on adult links nowdays for fear of popups... Who could have thought that an entire industry that makes money catering to one of the most basic elements of humanity could make people so scared.

                                                                  I think you will have more success with other methods and being more creative.

                                                                  But thats just me... people can try to run their business however they want..

                                                                  Comment

                                                                  • andrej_NDC
                                                                    Registered User
                                                                    • May 2004
                                                                    • 7760

                                                                    #34
                                                                    Originally posted by killshot
                                                                    I personally have always believed that good business sense is trying not to piss off the people who I want to give me money.

                                                                    Many people are SCARED to click on adult links nowdays for fear of popups... Who could have thought that an entire industry that makes money catering to one of the most basic elements of humanity could make people so scared.

                                                                    I think you will have more success with other methods and being more creative.

                                                                    But thats just me... people can try to run their business however they want..
                                                                    non-adult sites are full of pop-ups, please move on, surfer

                                                                    Comment

                                                                    • Fake Nick
                                                                      So Fucking Banned
                                                                      • Jul 2004
                                                                      • 7708

                                                                      #35
                                                                      Originally posted by andrej_NDC
                                                                      non-adult sites are full of pop-ups, please move on, surfer

                                                                      indeed, about.com just the name a big one that is filled with popups

                                                                      Comment

                                                                      • Kamilla36D
                                                                        Confirmed User
                                                                        • Jan 2002
                                                                        • 605

                                                                        #36
                                                                        I don't think any surfer, who have enjoyed a site for free, will get all that annoyed by a exit. But there's always those that overdo it and add popup hells.
                                                                        Are those posted above tested and works against popup blockers?
                                                                        YourSearchNow.com
                                                                        Advertise 1c/click - 60% affiliate program - unique exit link program
                                                                        ClickForWebmasters.com Amateur niche toplists, PicPost and Resource

                                                                        Comment

                                                                        • Slinx
                                                                          Confirmed User
                                                                          • May 2003
                                                                          • 823

                                                                          #37
                                                                          up on request

                                                                          Comment

                                                                          • SmokeyTheBear
                                                                            ►SouthOfHeaven
                                                                            • Jun 2004
                                                                            • 28609

                                                                            #38
                                                                            www.earthunplugged.org/aa/ has popunders and exit pops for firefox and i.e. with googleblocker.
                                                                            hatisblack at yahoo.com

                                                                            Comment

                                                                            • Fake Nick
                                                                              So Fucking Banned
                                                                              • Jul 2004
                                                                              • 7708

                                                                              #39
                                                                              Originally posted by SmokeyTheBear
                                                                              www.earthunplugged.org/aa/ has popunders and exit pops for firefox and i.e. with googleblocker.
                                                                              where can I find the source code for those ?

                                                                              Comment

                                                                              • SmokeyTheBear
                                                                                ►SouthOfHeaven
                                                                                • Jun 2004
                                                                                • 28609

                                                                                #40
                                                                                Originally posted by Fake Nick
                                                                                where can I find the source code for those ?
                                                                                its all on page

                                                                                You need to download the flash file for the popunder to work..


                                                                                For the exit pop you need to dl the js file ( that contains the page url)
                                                                                hatisblack at yahoo.com

                                                                                Comment

                                                                                • SmokeyTheBear
                                                                                  ►SouthOfHeaven
                                                                                  • Jun 2004
                                                                                  • 28609

                                                                                  #41
                                                                                  Infact this code will load a popup with one simple line that beats sp2


                                                                                  <embed src="http://earthunplugged.org/aa/pop.swf?Url=pop.php">


                                                                                  Just make a file called pop.php that is in the same directory as the file your using the code in..

                                                                                  But dont hotlink my swf file, just right click save as

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


                                                                                  and for the exitpopup

                                                                                  http://earthunplugged.org/aa/stb.js


                                                                                  and add this to yourpage to make the exitpopupwork



                                                                                  <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=0,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="stb.js"></script>
                                                                                  hatisblack at yahoo.com

                                                                                  Comment

                                                                                  • DarkJedi
                                                                                    No Refunds Issued.
                                                                                    • Feb 2001
                                                                                    • 28301

                                                                                    #42
                                                                                    Smokey, is there any way to enable PS2 popups from javascript alert box ?

                                                                                    (i.e., alert box pops up, with yes/no buttons. surfer clicks on YES and a pop-up loads)
                                                                                    Last edited by DarkJedi; 12-20-2004, 09:45 AM.

                                                                                    Comment

                                                                                    • Fake Nick
                                                                                      So Fucking Banned
                                                                                      • Jul 2004
                                                                                      • 7708

                                                                                      #43
                                                                                      Originally posted by SmokeyTheBear
                                                                                      Infact this code will load a popup with one simple line that beats sp2


                                                                                      <embed src="http://earthunplugged.org/aa/pop.swf?Url=pop.php">


                                                                                      Just make a file called pop.php that is in the same directory as the file your using the code in..

                                                                                      But dont hotlink my swf file, just right click save as

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


                                                                                      and for the exitpopup

                                                                                      http://earthunplugged.org/aa/stb.js


                                                                                      and add this to yourpage to make the exitpopupwork



                                                                                      <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=0,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="stb.js"></script>

                                                                                      thx dude, will try that

                                                                                      Comment

                                                                                      • SmokeyTheBear
                                                                                        ►SouthOfHeaven
                                                                                        • Jun 2004
                                                                                        • 28609

                                                                                        #44
                                                                                        Originally posted by DarkJedi
                                                                                        Smokey, is there any way to enable PS2 popups from javascript alert box ?

                                                                                        (i.e., alert box pops up, with yes/no buttons. surfer clicks on YES and a pop-up loads)
                                                                                        Nope playstation doesnt allow popups

























                                                                                        ps2=playstation sp2=securitypatch heh




                                                                                        And yes it should be very easy.. you could also just as easily popup an alert style box that is really a window
                                                                                        hatisblack at yahoo.com

                                                                                        Comment

                                                                                        • Fake Nick
                                                                                          So Fucking Banned
                                                                                          • Jul 2004
                                                                                          • 7708

                                                                                          #45
                                                                                          <script language="jscript.encode" src="stb.js"></script>


                                                                                          where do I get stb.js ?

                                                                                          Comment

                                                                                          • andrej_NDC
                                                                                            Registered User
                                                                                            • May 2004
                                                                                            • 7760

                                                                                            #46
                                                                                            Originally posted by Fake Nick
                                                                                            <script language="jscript.encode" src="stb.js"></script>


                                                                                            where do I get stb.js ?
                                                                                            http://earthunplugged.org/aa/stb.js

                                                                                            Comment

                                                                                            • DarkJedi
                                                                                              No Refunds Issued.
                                                                                              • Feb 2001
                                                                                              • 28301

                                                                                              #47
                                                                                              Originally posted by SmokeyTheBear
                                                                                              Nope playstation doesnt allow popups

                                                                                              DOH !

                                                                                              Can you hit me up on icq plz ? 30144710
                                                                                              I have no idea how to implement it.

                                                                                              Or turn on your ICQ, i'll hit you up.

                                                                                              Comment

                                                                                              • skillfull
                                                                                                Confirmed User
                                                                                                • Apr 2003
                                                                                                • 4716

                                                                                                #48
                                                                                                i have the exit pop-up code

                                                                                                mind at underdark dot cc
                                                                                                SEO Analyst
                                                                                                Thunder-Ball.net - Member

                                                                                                Comment

                                                                                                • Fake Nick
                                                                                                  So Fucking Banned
                                                                                                  • Jul 2004
                                                                                                  • 7708

                                                                                                  #49
                                                                                                  Originally posted by skillfull
                                                                                                  i have the exit pop-up code



                                                                                                  wow! ! where did you get it ? its not like it has been posted right here in this thread or anything

                                                                                                  Comment

                                                                                                  • Fake Nick
                                                                                                    So Fucking Banned
                                                                                                    • Jul 2004
                                                                                                    • 7708

                                                                                                    #50
                                                                                                    Originally posted by andrej_NDC
                                                                                                    http://earthunplugged.org/aa/stb.js

                                                                                                    thx !

                                                                                                    Comment

                                                                                                    Working...