Looking to buy popunder script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ruriko
    Confirmed User
    • May 2013
    • 149

    #1

    Looking to buy popunder script

    Does anyone know where I can buy a working popunder window script? I've been waiting for getpopunder.com to open but their release date is false. popunderjs.com is too expensive to buy for unlimited domains especially you have to pay annually. I'm mostly looking for a cheaper alternative
  • ramzzy
    Registered User
    • Aug 2007
    • 58

    #2
    you should try this code for popunder:

    PHP Code:
    <script type="text/javascript">
    var popURL = 'http://www.url.com; 
    var pop = 1; 
    function redir()  { setTimeout("pdv()", 3000); pop=0; }
    function pdv()  { window.location = popURL; }
    </script> 
    
    this one for popunder opened only after one click on your page :

    PHP Code:
    <script type="text/javascript">
    
    function ScanCookie(variable)
        {
        cook = document.cookie;
        variable += "=";
        place = cook.indexOf(variable,0);
        if (place <= -1)
            return("0");
        else
            {
            end = cook.indexOf(";",place)
            if (end <= -1)
                return(unescape(cook.substring(place+variable.length,cook.length)));
            else
                return(unescape(cook.substring(place+variable.length,end)));
            }
        }
    
    function CreationCookie(nom,valeur,permanent)
        {
        if(permanent)
            {
            dateExp = new Date(2020,11,11);
            dateExp = dateExp.toGMTString();
            ifpermanent = '; expires=' + dateExp + ';';
            }
        else
            ifpermanent = '';
        document.cookie = nom + '=' + escape(valeur) + ifpermanent;
        }
        
    function load_pop_power()
    {
    if(ScanCookie("ex")==0)
        {
            win2 =  window.open("http://www.url.com",'_blank',"top=60, left=60, width=900, height=900, scrollbars=1, resizable=1, toolbar=1, location=1, menubar=1, status=1, directories=1");
            win2.blur()
            window.focus()
            CreationCookie("ex","oui",false)
        }
    }
    </script> 
    
    Contact : [email protected]
    Skype: mrluje
    ICQ : 670 144 990

    Comment

    • Ruriko
      Confirmed User
      • May 2013
      • 149

      #3
      Originally posted by ramzzy
      you should try this code for popunder:

      PHP Code:
      <script type="text/javascript">
      var popURL = 'http://www.url.com; 
      var pop = 1; 
      function redir()  { setTimeout("pdv()", 3000); pop=0; }
      function pdv()  { window.location = popURL; }
      </script> 
      
      this one for popunder opened only after one click on your page :

      PHP Code:
      <script type="text/javascript">
      
      function ScanCookie(variable)
          {
          cook = document.cookie;
          variable += "=";
          place = cook.indexOf(variable,0);
          if (place <= -1)
              return("0");
          else
              {
              end = cook.indexOf(";",place)
              if (end <= -1)
                  return(unescape(cook.substring(place+variable.length,cook.length)));
              else
                  return(unescape(cook.substring(place+variable.length,end)));
              }
          }
      
      function CreationCookie(nom,valeur,permanent)
          {
          if(permanent)
              {
              dateExp = new Date(2020,11,11);
              dateExp = dateExp.toGMTString();
              ifpermanent = '; expires=' + dateExp + ';';
              }
          else
              ifpermanent = '';
          document.cookie = nom + '=' + escape(valeur) + ifpermanent;
          }
          
      function load_pop_power()
      {
      if(ScanCookie("ex")==0)
          {
              win2 =  window.open("http://www.url.com",'_blank',"top=60, left=60, width=900, height=900, scrollbars=1, resizable=1, toolbar=1, location=1, menubar=1, status=1, directories=1");
              win2.blur()
              window.focus()
              CreationCookie("ex","oui",false)
          }
      }
      </script> 
      
      I tried both of them and none of them worked. Nothing happens

      Comment

      • DannyA
        Registered User
        • Oct 2005
        • 85

        #4
        Just for the fuck of it I'm making my own. I'll probably do a ratio deal where I get every X popunders instead of making it a licensed thing.

        Here's the pux.js file: http://pastebin.com/raw/dwmVYYZG

        You use it like so:

        Code:
        <script src="pux.js"></script>
        <script>
            window.pux.setOptions({
                popUrl: "http://localhost/pop.html",
                hoursBetweenPops: 24
            });
        </script>
        It's hard coded to stop working August 7. After that I'll figure out some method of compensation. So far I've only tested it on a Mac on Chrome, Safari and Firefox. No mobile at all yet but that should literally be like 2 extra lines.

        Any feature requests are welcome. Also spam me with good sponsors to use if I go that ratio method.

        Comment

        • magneto664
          God Bless You
          • Aug 2014
          • 1470

          #5
          I testing this service "getpopunder.com" and i'm very happy with price and results. Is not a script but cloud solution working very fast.
          magneto664 📧 gmail.com
          Cams.Zone 💘 Best CDN for Adult Content
          My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

          Comment

          Working...