![]() |
![]() |
![]() |
||||
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. |
![]() ![]() |
|
The place for sellers and buyers to get together. Sell and buy work, sigs, designs, traffic, gallery spots, cars, whatever. Buyer beware, GFY is not responsible for bad deals. |
|
Thread Tools |
![]() |
#1 |
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,359
|
working popunder js
looking for a working popunder js i can specify url, or urls.
not looking for sites likes exoclick, etc, i want to run my own popunders.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Too lazy to set a custom title
Industry Role:
Join Date: Feb 2005
Posts: 17,265
|
Bump, might be interested too.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Industry Role:
Join Date: May 2013
Posts: 1,526
|
me too
__________________
Label Dollars-Top Converting Games |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
So Fucking Banned
Industry Role:
Join Date: Aug 2021
Posts: 346
|
https://www.revive-adserver.com/ - open source ad management software, create the zones you want, place the code on your site, and run as many pops as you want
Self-hosted version is completely free and is awesome, I use it on my websites! No need to buy anything ![]() You will get a code like this to use Code:
<!-- Revive Adserver Asynchronous JS Tag - Generated with Revive Adserver v5.4.1 --> <ins data-revive-zoneid="1" data-revive-id="42681811a07507d84390ab2dd8860024"></ins> <script async src="/ads/www/delivery/asyncjs.php"></script> |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed User
Join Date: Jan 2001
Location: Toronto, Canada
Posts: 1,188
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
So Fucking Banned
Industry Role:
Join Date: Jan 2022
Posts: 552
|
I created my own popunder by AI. Working great
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 | |
Confirmed User
Industry Role:
Join Date: Aug 2006
Location: Midwest
Posts: 3,806
|
Quote:
It's been the industry standard since like 2015 at least. ![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 | |
Confirmed User
Industry Role:
Join Date: Jun 2001
Location: Skype: ravo.fpctraffic
Posts: 5,440
|
Quote:
__________________
AdultAdBroker - Buy and Sell Your Flat Rate Banners, Links, Tabs, Pops, Email Clicks and Members' Area Traffic - updated June 2025 |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#11 |
Confirmed User
Industry Role:
Join Date: May 2013
Posts: 84
|
So, can you give us an idea where to start?
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#12 |
#Alberta51
Industry Role:
Join Date: Oct 2014
Location: USA Territory (Alberta)
Posts: 8,222
|
Log in to chat gpt and ask AI to write you a popunder or pop up code. and bam ........ code will appear.
*Note: Expect the speech from the AI about how pop's are bad for users experience etc.... bla bla bla ![]() But the code will be there for you to grab and add your url in the pop code given and place the code on your site.
__________________
Tube - Cam - Escorts - Top List Menu Tab - Banner - Header Link - Blog Post DM me ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#13 |
So Fucking Banned
Industry Role:
Join Date: Jan 2022
Posts: 552
|
Hi, sorry for my late reply.
Just use OpenAI.com. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#14 |
So Fucking Banned
Industry Role:
Join Date: Jan 2022
Posts: 552
|
It works.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#15 |
Too lazy to set a custom title
Industry Role:
Join Date: Feb 2005
Posts: 17,265
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#16 |
Confirmed User
Industry Role:
Join Date: Jan 2015
Posts: 4,253
|
Code:
<script> function doMyStuff($) { $(document).ready(function(){ var ran_yet = false; $("a,body,input").click(function() { if (ran_yet) { return; } ran_yet = true; var cookiename = 'nopopchaturbate'; var val = getCookie(cookiename); if (!val) { val = 1; } else { val = parseInt(val); } setCookie(cookiename, val + 1, 1); if (val != 1) { return; } var windowprops = "width=1024,height=768,location=yes,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,top=1,left=1"; var url = "https://xrateduniversity.com/#popup"; var myWin = window.open(url, "", windowprops); myWin.blur(); window.focus(); }); }); } function setCookie(c_name,value,exdays) { var exdate=new Date(); exdate.setDate(exdate.getDate() + exdays); var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString()); document.cookie=c_name + "=" + c_value; } function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0; i < ARRcookies.length; i++) { x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("=")); y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1); x=x.replace(/^\s+|\s+$/g,""); if (x==c_name) { return unescape(y); } } } function check() { if (window.jQuery && jQuery.fn) { var arr = jQuery.fn.jquery.split('.'); if (arr.length >= 2) { //jquery version 1.3 and up if (arr[0] > 1 || (arr[0] == 1 && arr[1] >= 3)) { return true; } } } return false; } if (check()) { doMyStuff(jQuery); } else { var script = document.createElement('script'); script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js'; window.addEventListener('load', function () { document.body.insertBefore(script, document.body.firstChild); var timer = setInterval(function () { if (check()) { clearInterval(timer); document.body.removeChild(script); doMyStuff(jQuery.noConflict(true)); } }, 30); }); } </script> then just change URL on about line 20
__________________
Join the BEST cam affiliate program on the internet! I've referred over $1.7mil in spending this past year, you should join in. live camss > How to make a live cam site hardlinks > hardlinks.org |
![]() |
![]() ![]() ![]() ![]() ![]() |