GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Looking for a good popunder script (https://gfy.com/showthread.php?t=1108705)

tonyparra 05-06-2013 07:48 PM

Looking for a good popunder script
 
Hey im looking for a good popunder script, that i could rotate mulitple offers in if possible. If its a wordpress plugin, thats a plus.

Bjorn 05-07-2013 02:20 AM

Most ive seen now dont even popunder, just popup on click

tonyparra 05-07-2013 05:58 AM

Quote:

Originally Posted by Bjorn (Post 19614636)
Most ive seen now dont even popunder, just popup on click

yeah thats the problem im running into also

duk75 05-08-2013 12:03 AM

First idea: http://wordpress.org/extend/plugins/...ick-pop-under/

But might not be what you wish.

tonyparra 05-08-2013 06:00 AM

Quote:

Originally Posted by duk75 (Post 19616019)
First idea: http://wordpress.org/extend/plugins/...ick-pop-under/

But might not be what you wish.

tried it didnt work very well

tonyparra 05-25-2013 06:40 PM

bump bump

CT-Content 05-26-2013 04:22 AM

Quote:

Originally Posted by tonyparra (Post 19614371)
Hey im looking for a good popunder script, that i could rotate mulitple offers in if possible. If its a wordpress plugin, thats a plus.

I use this code on all of my sites.
Let me know how it works out for ya!

Code:

<script>

//specify URLs to randomly select from and pop-under
var popunder=new Array()
popunder[0]="URL HERE"
popunder[1]="URL HERE"
popunder[2]="URL HERE"
popunder[3]="URL HERE"


//specify popunder window features
//set 1 to enable a particular feature, 0 to disable
var
winfeatures="width=900,height=610,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0"

//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded
var once_per_session=0

///No editing beyond here required/////

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}

function loadpopunder(){
win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"",winfeatures)
win2.blur()
window.focus()
}

if (once_per_session==0)
loadpopunder()
else
loadornot()

</script>


Konda 05-26-2013 04:35 AM

Not sure if it's a change in Chrome or something, but lately all the sites that have those on-click popunders (like all the tube sites have), are actually popups now (the "popunder" stays on top of the window instead of going under it).

tonyparra 05-26-2013 07:59 AM

Quote:

Originally Posted by CT-Content (Post 19641103)
I use this code on all of my sites.
Let me know how it works out for ya!



Thanks will try tonight, im just tired of sending popunder traffic to ad networks and getting pennies for it. Plus the popunders are almost mostly never niche related so why would a guy looking for hot trannies want to go to fuckbook etc etc


All times are GMT -7. The time now is 05:30 PM.

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