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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 05-06-2013, 07:48 PM   #1
tonyparra
Confirmed User
 
tonyparra's Avatar
 
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
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.
__________________

High Performance Vps $10 Linode
Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot
tonyparra is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-07-2013, 02:20 AM   #2
Bjorn
Confirmed User
 
Bjorn's Avatar
 
Industry Role:
Join Date: Jan 2002
Posts: 199
Most ive seen now dont even popunder, just popup on click
__________________
Email [email protected]
Looking to buy sites with traffic.
Got banner spots for sale? Email me
Bjorn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-07-2013, 05:58 AM   #3
tonyparra
Confirmed User
 
tonyparra's Avatar
 
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
Quote:
Originally Posted by Bjorn View Post
Most ive seen now dont even popunder, just popup on click
yeah thats the problem im running into also
__________________

High Performance Vps $10 Linode
Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot
tonyparra is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-08-2013, 12:03 AM   #4
duk75
Confirmed User
 
Industry Role:
Join Date: Feb 2012
Posts: 741
First idea: http://wordpress.org/extend/plugins/...ick-pop-under/

But might not be what you wish.
__________________
...Nice.
duk75 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-08-2013, 06:00 AM   #5
tonyparra
Confirmed User
 
tonyparra's Avatar
 
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
Quote:
Originally Posted by duk75 View Post
First idea: http://wordpress.org/extend/plugins/...ick-pop-under/

But might not be what you wish.
tried it didnt work very well
__________________

High Performance Vps $10 Linode
Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot
tonyparra is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-25-2013, 06:40 PM   #6
tonyparra
Confirmed User
 
tonyparra's Avatar
 
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
bump bump
__________________

High Performance Vps $10 Linode
Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot
tonyparra is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-26-2013, 04:22 AM   #7
CT-Content
So Fucking Intelligent
 
Industry Role:
Join Date: Aug 2012
Location: Philadelphia
Posts: 434
Quote:
Originally Posted by tonyparra View Post
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>
CT-Content is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-26-2013, 04:35 AM   #8
Konda
...
 
Konda's Avatar
 
Industry Role:
Join Date: Apr 2003
Posts: 2,280
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).
Konda is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-26-2013, 07:59 AM   #9
tonyparra
Confirmed User
 
tonyparra's Avatar
 
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
Quote:
Originally Posted by CT-Content View Post
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
__________________

High Performance Vps $10 Linode
Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot
tonyparra is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



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.