GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Looking to buy popunder script (https://gfy.com/showthread.php?t=1203772)

Ruriko 06-23-2016 12:30 AM

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 06-23-2016 03:22 AM

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> 


Ruriko 06-23-2016 04:32 AM

Quote:

Originally Posted by ramzzy (Post 20982334)
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

DannyA 07-18-2016 11:31 AM

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.

magneto664 07-18-2016 03:10 PM

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.


All times are GMT -7. The time now is 02:15 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc