GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Sell and Buy Forum (https://gfy.com/forumdisplay.php?f=35)
-   -   Wanted working popunder js (https://gfy.com/showthread.php?t=1363970)

fris 04-15-2023 03:47 AM

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.

Denny 04-15-2023 08:38 AM

Bump, might be interested too.

bmwracer41 04-15-2023 08:41 AM

me too
 
Always looking for good new Pop scripts

Thx

[email protected]

skype- ross.bleustein

dUbster 04-15-2023 08:59 AM

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

https://i.imgur.com/xfznOl5.png

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>


xApster 04-15-2023 10:19 AM

https://popunderjs.com/

fris 04-15-2023 07:40 PM

Quote:

Originally Posted by xApster (Post 23124398)

that yours?

AdultDomainBroker 04-15-2023 11:25 PM

I created my own popunder by AI. Working great

trevesty 04-16-2023 03:47 AM

Quote:

Originally Posted by xApster (Post 23124398)

Yup. No other script worth using.

Quote:

Originally Posted by fris (Post 23124544)
that yours?

It's been the industry standard since like 2015 at least. :winkwink:

ravo 04-16-2023 06:02 AM

Quote:

Originally Posted by xApster (Post 23124398)

+1. I used this for years.

fris 04-16-2023 10:34 AM

was looking for something not encoded.

rintintin34 04-20-2023 03:08 AM

Quote:

Originally Posted by byznys13 (Post 23124571)
I created my own popunder by AI. Working great

So, can you give us an idea where to start?

Brian mike 04-20-2023 04:19 AM

Quote:

Originally Posted by rintintin34 (Post 23126172)
So, can you give us an idea where to start?

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 :1orglaugh
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.

AdultDomainBroker 05-02-2023 08:38 AM

Hi, sorry for my late reply.

Just use OpenAI.com.

AdultDomainBroker 05-02-2023 08:41 AM

It works.

Denny 05-04-2023 01:26 AM

Quote:

Originally Posted by AdultDomainBroker (Post 23130505)
Hi, sorry for my late reply.

Just use OpenAI.com.

:thumbsup

emmasexytime 05-04-2023 03:15 AM

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


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

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