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 12-24-2012, 12:54 PM   #1
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,304
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.


let me know if you run into any issues.

https://github.com/chrismccoy/popunder
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff

Last edited by fris; 12-24-2012 at 12:57 PM..
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 12:59 PM   #2
Killswitch
👏 REVOLUTIONARY 👏
 
Killswitch's Avatar
 
Industry Role:
Join Date: Oct 2012
Posts: 2,304
Nice post fris!
__________________
Killswitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 01:04 PM   #3
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,397
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.
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 01:19 PM   #4
MoreMagic
Confirmed User
 
MoreMagic's Avatar
 
Join Date: Feb 2006
Posts: 2,848
So demanding


Quote:
Originally Posted by V_RocKs View Post
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 01:27 PM   #5
TheSenator
Too lazy to set a custom title
 
TheSenator's Avatar
 
Industry Role:
Join Date: Feb 2003
Location: NJ
Posts: 13,331
Quote:
Originally Posted by V_RocKs View Post
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 -->
__________________
ISeekGirls.com since 2005
TheSenator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 01:45 PM   #6
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,304
Quote:
Originally Posted by TheSenator View Post
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.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 01:47 PM   #7
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,304
Quote:
Originally Posted by V_RocKs View Post
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.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 02:06 PM   #8
docputer
Confirmed User
 
docputer's Avatar
 
Industry Role:
Join Date: Jun 2006
Posts: 1,103
thanks! and Merry Christmas
docputer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 02:42 PM   #9
WalkerTR
Confirmed User
 
WalkerTR's Avatar
 
Join Date: Jun 2006
Posts: 1,646
Thank you!
__________________

Blog Commenting Ninja: Special offer: $47.
WalkerTR is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-24-2012, 04:06 PM   #10
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,397
Quote:
Originally Posted by MoreMagic View Post
So demanding
This wheel squeeked and got the grease.
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-26-2012, 08:39 AM   #11
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,304
small update to fix an issue with showing on proper pages
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-26-2012, 08:52 AM   #12
AllAboutCams
Femcams.com
 
AllAboutCams's Avatar
 
Industry Role:
Join Date: Jul 2011
Location: bjcam.com
Posts: 12,220
Great plugin thanks
AllAboutCams is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-26-2012, 08:56 PM   #13
NALEM
Confirmed User
 
NALEM's Avatar
 
Industry Role:
Join Date: Nov 2010
Location: Where ever Delta flies
Posts: 3,134
Just forward this to my guys. Sincerely, thank you very much Fris.
__________________
"The time men spend in trying to impress others they could spend in doing the things by which others would be impressed."
NALEM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-07-2013, 04:53 AM   #14
teomaxxx
Confirmed User
 
Join Date: May 2003
Posts: 2,734
Quote:
Originally Posted by fris View Post
url not working, 404 error
can you please upload it again?
thousand thanks...
teomaxxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-07-2013, 04:56 AM   #15
Ramirez
Confirmed User
 
Ramirez's Avatar
 
Industry Role:
Join Date: May 2011
Location: Europe
Posts: 1,590
Great plugin
Ramirez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-07-2013, 05:18 AM   #16
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,304
Quote:
Originally Posted by teomaxxx View Post
url not working, 404 error
can you please upload it again?
thousand thanks...
i removed it, its not working on all browsers.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris 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.