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)
-   -   Freebie: WordPress Popunder Plugin (https://gfy.com/showthread.php?t=1094060)

fris 12-24-2012 12:54 PM

Freebie: WordPress Popunder Plugin
 
Saw a few people requested this, let me know if works or not, Im not at home and I did all the development on my Ipad, which was a royal pain.

Configuring is pretty straight forward

Quote:

Wordpress Popunder Plugin:

Configuring via options panel:

1. Pick a url you want to send too.
2. Set the expire time, 24,45,72, etc in hours, use 0 to expire when browser is closed.
3. Select which pages to have the popunder on, index, category, search, etc.
http://i.imgur.com/n8AS3.jpg

let me know if you run into any issues.

https://github.com/chrismccoy/popunder

Killswitch 12-24-2012 12:59 PM

Nice post fris!

V_RocKs 12-24-2012 01:04 PM

Another great feature:

Cookie the user with a cookie saying which ads they have already received.

Then allow me to popup more than one ad.

How long I want to wait before popping up on an already cookied user in minutes.

MoreMagic 12-24-2012 01:19 PM

So demanding :1orglaugh


Quote:

Originally Posted by V_RocKs (Post 19387891)
Another great feature:

Cookie the user with a cookie saying which ads they have already received.

Then allow me to popup more than one ad.

How long I want to wait before popping up on an already cookied user in minutes.


TheSenator 12-24-2012 01:27 PM

Quote:

Originally Posted by V_RocKs (Post 19387891)
Another great feature:

Cookie the user with a cookie saying which ads they have already received.

Then allow me to popup more than one ad.

How long I want to wait before popping up on an already cookied user in minutes.


Another great feature to add:

Would be to disable pop-up from certain domains.

Enable certain pop-ups when it comes from a certain domain.


Code:

    <!-- mfunc

$ref=getenv('HTTP_REFERER');
if (strpos($ref,'bing.com')>0)
{
    echo 'hello Bing';

}
else if (strpos($ref, 'Google.com')>0)
{
        echo "hello Google";
}
else
{
    echo "<script src='http://www.yourdomina.com/js/popup.js' type='text/javascript'></script>";
};
-->
<!-- /mfunc -->


fris 12-24-2012 01:45 PM

Quote:

Originally Posted by TheSenator (Post 19387929)
Another great feature to add:

Would be to disable pop-up from certain domains.

Enable certain pop-ups when it comes from a certain domain.


Code:

    <!-- mfunc

$ref=getenv('HTTP_REFERER');
if (strpos($ref,'bing.com')>0)
{
    echo 'hello Bing';

}
else if (strpos($ref, 'Google.com')>0)
{
        echo "hello Google";
}
else
{
    echo "<script src='http://www.yourdomina.com/js/popup.js' type='text/javascript'></script>";
};
-->
<!-- /mfunc -->


never echo script tags in wp, do it the proper way, it will avoid conflicts with other scripts by doing so.

fris 12-24-2012 01:47 PM

Quote:

Originally Posted by V_RocKs (Post 19387891)
Another great feature:

Cookie the user with a cookie saying which ads they have already received.

Then allow me to popup more than one ad.

How long I want to wait before popping up on an already cookied user in minutes.

will implement these in the new year.

docputer 12-24-2012 02:06 PM

thanks! and Merry Christmas

WalkerTR 12-24-2012 02:42 PM

Thank you! :thumbsup

V_RocKs 12-24-2012 04:06 PM

Quote:

Originally Posted by MoreMagic (Post 19387912)
So demanding :1orglaugh

This wheel squeeked and got the grease.

fris 12-26-2012 08:39 AM

small update to fix an issue with showing on proper pages

AllAboutCams 12-26-2012 08:52 AM

Great plugin thanks

NALEM 12-26-2012 08:56 PM

Just forward this to my guys. Sincerely, thank you very much Fris.:thumbsup

teomaxxx 03-07-2013 04:53 AM

Quote:

Originally Posted by fris (Post 19387876)

url not working, 404 error
can you please upload it again?
thousand thanks...

Ramirez 03-07-2013 04:56 AM

Great plugin

fris 03-07-2013 05:18 AM

Quote:

Originally Posted by teomaxxx (Post 19515835)
url not working, 404 error
can you please upload it again?
thousand thanks...

i removed it, its not working on all browsers.


All times are GMT -7. The time now is 02:23 PM.

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