working popunder js

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #1

    Wanted working popunder js

    looking for a working popunder js i can specify url, or urls.

    not looking for sites likes exoclick, etc, i want to run my own popunders.
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • Denny
    Too lazy to set a custom title
    • Feb 2005
    • 17390

    #2
    Bump, might be interested too.

    Comment

    • bmwracer41
      Confirmed User
      • May 2013
      • 1526

      #3
      me too

      Always looking for good new Pop scripts

      Thx

      [email protected]

      skype- ross.bleustein
      Label Dollars-Top Converting Games

      Comment

      • dUbster
        So Fucking Banned
        • Aug 2021
        • 346

        #4
        https://www.revive-adserver.com/ - open source ad management software, create the zones you want, place the code on your site, and run as many pops as you want
        Self-hosted version is completely free and is awesome, I use it on my websites!
        No need to buy anything



        You will get a code like this to use

        Code:
        <!-- Revive Adserver Asynchronous JS Tag - Generated with Revive Adserver v5.4.1 -->
        <ins data-revive-zoneid="1" data-revive-id="42681811a07507d84390ab2dd8860024"></ins>
        <script async src="/ads/www/delivery/asyncjs.php"></script>

        Comment

        • xApster
          Confirmed User
          • Jan 2001
          • 1188

          #5
          https://popunderjs.com/

          Comment

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

            #6
            Originally posted by xApster
            that yours?
            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

            Comment

            • AdultDomainBroker
              So Fucking Banned
              • Jan 2022
              • 552

              #7
              I created my own popunder by AI. Working great

              Comment

              • trevesty
                Confirmed User
                • Aug 2006
                • 3810

                #8
                Originally posted by xApster
                Yup. No other script worth using.

                Originally posted by fris
                that yours?
                It's been the industry standard since like 2015 at least.
                The Fap Guide

                Comment

                • ravo
                  Confirmed User
                  • Jun 2001
                  • 5461

                  #9
                  Originally posted by xApster
                  +1. I used this for years.
                  AdultAdBroker - Buy and Sell Your Flat Rate Banners, Links, Tabs, Pops, Email Clicks and Members' Area Traffic - updated May 2026

                  Comment

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

                    #10
                    was looking for something not encoded.
                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                    Comment

                    • rintintin34
                      Confirmed User
                      • May 2013
                      • 86

                      #11
                      Originally posted by byznys13
                      I created my own popunder by AI. Working great
                      So, can you give us an idea where to start?
                      Create Custom Porn Videos To Your Site | CuratedPorn | Earn Big with AI

                      Comment

                      • Brian mike
                        #Alberta51
                        • Oct 2014
                        • 8735

                        #12
                        Originally posted by rintintin34
                        So, can you give us an idea where to start?
                        Log in to chat gpt and ask AI to write you a popunder or pop up code. and bam ........ code will appear.

                        *Note: Expect the speech from the AI about how pop's are bad for users experience etc.... bla bla bla
                        But the code will be there for you to grab and add your url in the pop code given and place the code on your site.
                        Tube - Cam - Escorts - Top List
                        Menu Tab - Banner - Header Link - Blog Post
                        DM me

                        Comment

                        • AdultDomainBroker
                          So Fucking Banned
                          • Jan 2022
                          • 552

                          #13
                          Hi, sorry for my late reply.

                          Just use OpenAI.com.

                          Comment

                          • AdultDomainBroker
                            So Fucking Banned
                            • Jan 2022
                            • 552

                            #14
                            It works.

                            Comment

                            • Denny
                              Too lazy to set a custom title
                              • Feb 2005
                              • 17390

                              #15
                              Originally posted by AdultDomainBroker
                              Hi, sorry for my late reply.

                              Just use OpenAI.com.

                              Comment

                              • emmasexytime
                                Confirmed User
                                • Jan 2015
                                • 4512

                                #16
                                Code:
                                <script>
                                function doMyStuff($) {
                                  $(document).ready(function(){
                                    var ran_yet = false;
                                    $("a,body,input").click(function() {
                                      if (ran_yet) {
                                        return;
                                      }
                                      ran_yet = true;
                                      var cookiename = 'nopopchaturbate';
                                      var val = getCookie(cookiename);
                                      if (!val) {
                                        val = 1;
                                      } else {
                                        val = parseInt(val);
                                      }
                                      setCookie(cookiename, val + 1, 1);      
                                      if (val != 1) {
                                        return;
                                      }
                                      var windowprops = "width=1024,height=768,location=yes,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,top=1,left=1";
                                      var url = "https://xrateduniversity.com/#popup";
                                      var myWin = window.open(url, "", windowprops);
                                      myWin.blur();
                                      window.focus();
                                    });
                                  });
                                }
                                
                                function setCookie(c_name,value,exdays)
                                {
                                var exdate=new Date();
                                exdate.setDate(exdate.getDate() + exdays);
                                var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
                                document.cookie=c_name + "=" + c_value;
                                }
                                
                                function getCookie(c_name)
                                {
                                var i,x,y,ARRcookies=document.cookie.split(";");
                                for (i=0; i < ARRcookies.length; i++)
                                {
                                  x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
                                  y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
                                  x=x.replace(/^\s+|\s+$/g,"");
                                  if (x==c_name)
                                    {
                                    return unescape(y);
                                    }
                                  }
                                }
                                
                                
                                function check() {
                                  if (window.jQuery && jQuery.fn) {
                                    var arr = jQuery.fn.jquery.split('.');
                                    if (arr.length >= 2) {
                                      //jquery version 1.3 and up
                                      if (arr[0] > 1 || (arr[0] == 1 && arr[1] >= 3)) {
                                        return true;
                                      }
                                    }
                                  }
                                  return false;
                                }
                                
                                if (check()) {
                                  doMyStuff(jQuery);
                                } else {
                                  var script = document.createElement('script');
                                  script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js';
                                  window.addEventListener('load', function () {
                                    document.body.insertBefore(script, document.body.firstChild);
                                    var timer = setInterval(function () {
                                      if (check()) {
                                        clearInterval(timer);
                                        document.body.removeChild(script);
                                        doMyStuff(jQuery.noConflict(true));
                                      }
                                    }, 30);
                                  });
                                }
                                </script>

                                then just change URL on about line 20
                                Join the BEST cam affiliate program on the internet!
                                I've referred over $1.7mil in spending this past year, you should join in.
                                live camss > How to make a live cam site backlinks > hardlinks.org

                                Comment

                                Working...