Freebie: WordPress Popunder Plugin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #1

    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

    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
    Last edited by fris; 12-24-2012, 10:57 AM.
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • Killswitch
    REVOLUTIONARY
    • Oct 2012
    • 2573

    #2
    Nice post fris!

    Comment

    • V_RocKs
      Damn Right I Kiss Ass!
      • Nov 2003
      • 32449

      #3
      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.

      Comment

      • MoreMagic
        Confirmed User
        • Feb 2006
        • 2851

        #4
        So demanding


        Originally posted by V_RocKs
        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.

        Comment

        • TheSenator
          Too lazy to set a custom title
          • Feb 2003
          • 13340

          #5
          Originally posted by V_RocKs
          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

          Comment

          • fris
            Too lazy to set a custom title
            • Aug 2002
            • 55679

            #6
            Originally posted by TheSenator
            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.

            Comment

            • fris
              Too lazy to set a custom title
              • Aug 2002
              • 55679

              #7
              Originally posted by V_RocKs
              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.

              Comment

              • docputer
                Confirmed User
                • Jun 2006
                • 1103

                #8
                thanks! and Merry Christmas

                Comment

                • WalkerTR
                  Confirmed User
                  • Jun 2006
                  • 1646

                  #9
                  Thank you!

                  Blog Commenting Ninja: Special offer: $47.

                  Comment

                  • V_RocKs
                    Damn Right I Kiss Ass!
                    • Nov 2003
                    • 32449

                    #10
                    Originally posted by MoreMagic
                    So demanding
                    This wheel squeeked and got the grease.

                    Comment

                    • fris
                      Too lazy to set a custom title
                      • Aug 2002
                      • 55679

                      #11
                      small update to fix an issue with showing on proper pages
                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                      Comment

                      • AllAboutCams
                        Femcams.com
                        • Jul 2011
                        • 12234

                        #12
                        Great plugin thanks
                        Binance - Blockchain and Crypto Asset Exchange
                        Chaturbate make money in cams

                        Comment

                        • NALEM
                          Confirmed User
                          • Nov 2010
                          • 3163

                          #13
                          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."

                          Comment

                          • teomaxxx
                            Confirmed User
                            • May 2003
                            • 2737

                            #14
                            Originally posted by fris
                            url not working, 404 error
                            can you please upload it again?
                            thousand thanks...

                            Comment

                            • Ramirez
                              Confirmed User
                              • May 2011
                              • 1598

                              #15
                              Great plugin

                              Comment

                              • fris
                                Too lazy to set a custom title
                                • Aug 2002
                                • 55679

                                #16
                                Originally posted by teomaxxx
                                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.

                                Comment

                                Working...