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)
-   -   Anybody got a pop-under script they can share... (https://gfy.com/showthread.php?t=839032)

CyberHustler 07-03-2008 03:27 PM

Anybody got a pop-under script they can share...
 
... that works on both firefox and ie, but only launches once per browser session?

Thanks :thumbsup

CyberHustler 07-03-2008 03:48 PM

:Oh crap

Deej 07-03-2008 03:50 PM

Find one and gaffle that SoB

st0ned 07-03-2008 03:51 PM

I have been searching for one also, I would even pay to have one developed. In the meantime I have been using PopIt from Medium Pimpin. Works great for both browsers and has settings you can set via their admin. The only downside is that you have to include one of their sites in every 5 URLs you choose to randomize between (Although you do get paid affiliate commission on them).

CyberHustler 07-03-2008 06:17 PM

Bump......

CyberHustler 07-03-2008 07:02 PM

:mad::mad:

CyberHustler 07-03-2008 09:09 PM

:upsidedow

CyberHustler 07-04-2008 12:09 AM

:error:error

docsic 07-04-2008 12:56 AM

bump... yeah I'm looking for the same thing

Jet Redux 07-04-2008 01:10 AM

stop fucking the surfers over, assholes

Jens Van Assterdam 07-04-2008 01:27 AM

popit.mediumpimpin.com works pretty well. 80-90% success rate.
The one from adultadworld is also pretty nice but doesnt pay to well. They pay like $100 for 100.000 impressions. $100 a day aint to bad, but i would recommend to advertise your own stuff. Makes much more in the long run..

CyberHustler 07-04-2008 09:23 AM

:thumbsup

yahoo-xxx-girls.com 07-04-2008 09:35 AM

I think that I have one, but it will take me a hour or so to check my old backups... and ill post it for you guys...

yahoo-xxx-girls.com 07-04-2008 10:14 AM

Let there be pop-unders !!!
 
It took me some time to find this pop-under script a year or so back and I hope it help you out.



<script>//PopUnder Power
//Credit notice must stay intact for use.

//Paste this entire javascript between the <head> & </head> tags of your page,
//or option 2: Save it as an external file, "popunder.js", and call it from between
//the <head>&</head> tags of the parent page, with this command:
// <script src="/popunder.js" LANGUAGE="JAVASCRIPT">


// Visit http://www.mikenew.net/downloads/scripts.asp for more scripts.
// by Mike New, with special thanks to
// Jeff Phillips of http://classadrivers.com, for some good mods
// If you use this script, or make it better, I'd love to see it in action! [email protected]



// Begin. Specify URLs to randomly select from and pop-under. Add or take away freely.
var popunder=new Array()


// example: popunder[0]="http://www.locker-room.com/purple/56530/";
popunder[1]="http://";
popunder[2]="http://";
popunder[3]="http://";



// Specify the width and height of new popunder window (in pixels).

var width = '1024';
var height = '768';



var p = 'scrollbars=yes,resizable=yes,toolbar=no,' + //these are obvious variables. set "yes" or "no".
'menubar=no,status=no,location=no,left=85,top=20,h eight=' + //the location on the user's screen
height + ',width=' + width;




// Load new PopUnder only once per browser session? (0=no, 1=yes)
// Putting 0 will cause the Popunder to load every time page is loaded
// Specifying 1 will cause it to load only once per session
var one_time=1


// That's it! Don't edit the code below unless you're really good. :-P //



function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if the cookie exists
offset += search.length
end = document.cookie.indexOf(";", offset); // set the index of beginning value
if (end == -1) // set the index of the end of cookie value
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(off set, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')==''){
load_pop_power()
document.cookie="popunder=yes"
}
}
function load_pop_power(){
win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"bw",p)
win2.blur()
window.focus()
}
if (one_time==0)
load_pop_power()
else
loadornot()
</script>

moneybiz 07-04-2008 10:27 AM

go to scriptlance I get one custom made for you. I had one made for 150$ and works great.

CyberHustler 07-04-2008 11:07 AM

Quote:

Originally Posted by Balalsubturfyooj (Post 14421832)
It took me some time to find this pop-under script a year or so back and I hope it help you out.



<script>//PopUnder Power
//Credit notice must stay intact for use.

//Paste this entire javascript between the <head> & </head> tags of your page,
//or option 2: Save it as an external file, "popunder.js", and call it from between
//the <head>&</head> tags of the parent page, with this command:
// <script src="/popunder.js" LANGUAGE="JAVASCRIPT">


// Visit http://www.mikenew.net/downloads/scripts.asp for more scripts.
// by Mike New, with special thanks to
// Jeff Phillips of http://classadrivers.com, for some good mods
// If you use this script, or make it better, I'd love to see it in action! [email protected]



// Begin. Specify URLs to randomly select from and pop-under. Add or take away freely.
var popunder=new Array()


// example: popunder[0]="http://www.locker-room.com/purple/56530/";
popunder[1]="http://";
popunder[2]="http://";
popunder[3]="http://";



// Specify the width and height of new popunder window (in pixels).

var width = '1024';
var height = '768';



var p = 'scrollbars=yes,resizable=yes,toolbar=no,' + //these are obvious variables. set "yes" or "no".
'menubar=no,status=no,location=no,left=85,top=20,h eight=' + //the location on the user's screen
height + ',width=' + width;




// Load new PopUnder only once per browser session? (0=no, 1=yes)
// Putting 0 will cause the Popunder to load every time page is loaded
// Specifying 1 will cause it to load only once per session
var one_time=1


// That's it! Don't edit the code below unless you're really good. :-P //



function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if the cookie exists
offset += search.length
end = document.cookie.indexOf(";", offset); // set the index of beginning value
if (end == -1) // set the index of the end of cookie value
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(off set, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')==''){
load_pop_power()
document.cookie="popunder=yes"
}
}
function load_pop_power(){
win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"bw",p)
win2.blur()
window.focus()
}
if (one_time==0)
load_pop_power()
else
loadornot()
</script>

Thanks man, but it doesn't seem to work for me. :(

yahoo-xxx-girls.com 07-04-2008 11:34 AM

Hope this helps :)
 
Quote:

Originally Posted by Nick Decker (Post 14422047)
Thanks man, but it doesn't seem to work for me. :(

you need to make sure you have java plugin installed for your browsers and that the firewall is not blocking anything. I know for a fact that this script works in both IE and firefox ... I have tested it before posting it :)

Place the java script between the <head></head> html tag at the top most part of your webpage and un comment the first url to see an example:

"// example: popunder[0]="http://www.locker-room.com/purple/56530/";"

to read

popunder[0]="http://www.locker-room.com/purple/56530/";

and change the url, but make sure you include the http://

There should be no reason why the script will not work... :)

moneybiz 07-04-2008 11:35 AM

The best popup if from a flash redirect :X


All times are GMT -7. The time now is 11:07 PM.

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