Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 06-23-2016, 12:30 AM   #1
Ruriko
Confirmed User
 
Industry Role:
Join Date: May 2013
Posts: 139
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
Ruriko is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-23-2016, 03:22 AM   #2
ramzzy
Registered User
 
ramzzy's Avatar
 
Industry Role:
Join Date: Aug 2007
Location: Paris
Posts: 58
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
ramzzy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-23-2016, 04:32 AM   #3
Ruriko
Confirmed User
 
Industry Role:
Join Date: May 2013
Posts: 139
Quote:
Originally Posted by ramzzy View Post
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
Ruriko is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 07-18-2016, 11:31 AM   #4
DannyA
Registered User
 
Join Date: Oct 2005
Posts: 85
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.
DannyA is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 07-18-2016, 03:10 PM   #5
magneto664
God Bless You
 
magneto664's Avatar
 
Industry Role:
Join Date: Aug 2014
Location: Glasgow, $cotland
Posts: 1,467
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
Adult Backlinks 💘Best Website Stats 💘 Best CDN for Adult Content
My Fav: 👍Chaturbate 👍 Stripchat 👍 Dateprofits 👍 AdultFriendFinder
magneto664 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
buy, expensive, popunder, script, unlimited



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.