Is this possible in Wordpress?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr Pheer
    So Fucking Banned
    • Dec 2002
    • 22083

    #1

    Is this possible in Wordpress?

    Lets say I have a WP site running a video tube theme...

    I want to let someone watch two videos, any two videos they choose, but when they click a third video, I want them to have to sign up to the WP site.

    Possible? how is it done?
  • edgeprod
    Permanently Gone
    • Mar 2004
    • 10019

    #2
    Sure, why not? Just increment a counter upon a video being watched, and then let the page return a sign-up page instead of a video if the counter is greater than two.

    Comment

    • mikesouth
      Confirmed User
      • Jun 2003
      • 6334

      #3
      my first thought would be that all the videos would have to be in a php widget with the code to count them or php scripting in the post itself
      Mike South

      It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

      Comment

      • edgeprod
        Permanently Gone
        • Mar 2004
        • 10019

        #4
        And, if the user is logged in, of course, ignore the check.

        Comment

        • edgeprod
          Permanently Gone
          • Mar 2004
          • 10019

          #5
          Originally posted by mikesouth
          my first thought would be that all the videos would have to be in a php widget with the code to count them
          Nah, not necessary. You can send an event from JS, or really any other language.

          Comment

          • AutumnBH
            Confirmed User
            • Oct 2012
            • 298

            #6
            Set a cookie that contains a number. Each view of a movie page increments the counter by 1. When you reach max views per page, either a) redirect to the signup page or b) display a message with a greyed out flash player and a message prompting the surfer to signup. If you wanted to do (b) then you could use a WP custom field to hold that html.

            Put the cookie increment counter / redirect in header.php of course.

            Comment

            • edgeprod
              Permanently Gone
              • Mar 2004
              • 10019

              #7
              Originally posted by AutumnBH
              Set a cookie that contains a number. Each view of a movie page increments the counter by 1. When you reach max views per page, either a) redirect to the signup page or b) display a message with a greyed out flash player and a message prompting the surfer to signup. If you wanted to do (b) then you could use a WP custom field to hold that html.

              Put the cookie increment counter / redirect in header.php of course.
              Yup, or a PHP session, so they can't just trash their cookies to see more videos.

              Comment

              • Mr Pheer
                So Fucking Banned
                • Dec 2002
                • 22083

                #8
                I suppose there isnt a plugin to make this simple...

                Comment

                • Relentless
                  www.EngineFood.com
                  • Aug 2006
                  • 5697

                  #9
                  Edgeprod = your plug in


                  Website Secure | Engine Food
                  ICQ# 266-942-896

                  Comment

                  • Nicky
                    Too lazy to set a custom title
                    • Mar 2003
                    • 30071

                    #10
                    Originally posted by Mr Pheer
                    I suppose there isnt a plugin to make this simple...
                    Not sure if exactly right but It might work like you want http://premium.wpmudev.org/project/membership/

                    gfynicky @ gmail.com

                    Comment

                    • BSleazy
                      Confirmed User
                      • Aug 2002
                      • 6721

                      #11
                      Lead Wrench should offer this. Should be a simple task. I'm setting something up for my mainstream sites to capture leads and this would be great for adult. When I sober up in the morning I'll have a solution
                      icq 156131086

                      Comment

                      • Mr Pheer
                        So Fucking Banned
                        • Dec 2002
                        • 22083

                        #12
                        Originally posted by BCyber
                        Lead Wrench should offer this. Should be a simple task. I'm setting something up for my mainstream sites to capture leads and this would be great for adult. When I sober up in the morning I'll have a solution
                        I dont have a problem integrating the joins to leadwrench, I have a problem counting to two

                        Comment

                        • BSleazy
                          Confirmed User
                          • Aug 2002
                          • 6721

                          #13
                          I can't count that high right now but this shit is interesting!
                          icq 156131086

                          Comment

                          • Mr Pheer
                            So Fucking Banned
                            • Dec 2002
                            • 22083

                            #14
                            Originally posted by BCyber
                            I can't count that high right now but this shit is interesting!
                            Well if you figure it out, hook me up please.

                            And thanks to Edgeprod and Autumn... but I'm not a coder so the stuff you said is great and I understand it... but the only code I write is syntax errors, and I can do a wicked blank white screen.

                            Comment

                            • VenusBlogger
                              So Fucking Banned
                              • Nov 2011
                              • 1540

                              #15
                              I have setup this on a few WP sites using the premium plugins with a few tweaks from that site... It's easy to do.

                              But wait, you are Mr. FEAR.. if you were any other guy, I would have no problem helping you in "I Seek You" in Google Streets..

                              And yes, your house is 200K-250K... and in side of your JEEP, there was a white sedan and a FORD Pick-UP double cabin.

                              Do you want to bet?..
                              Last edited by VenusBlogger; 12-09-2012, 09:21 PM.

                              Comment

                              • edgeprod
                                Permanently Gone
                                • Mar 2004
                                • 10019

                                #16
                                Originally posted by Mr Pheer
                                Well if you figure it out, hook me up please.

                                And thanks to Edgeprod and Autumn... but I'm not a coder so the stuff you said is great and I understand it... but the only code I write is syntax errors, and I can do a wicked blank white screen.
                                No worries, I am sure we can lend you some cycles. Hit my Skype tomorrow afternoon.

                                Comment

                                • BSleazy
                                  Confirmed User
                                  • Aug 2002
                                  • 6721

                                  #17
                                  Originally posted by edgeprod
                                  No worries, I am sure we can lend you some cycles. Hit my Skype tomorrow afternoon.
                                  Beast! hook me up!
                                  icq 156131086

                                  Comment

                                  • edgeprod
                                    Permanently Gone
                                    • Mar 2004
                                    • 10019

                                    #18
                                    Originally posted by BCyber
                                    Beast! hook me up!
                                    Haha, I'm sure there won't be an issue sharing the code.

                                    Comment

                                    • baggg
                                      So Fucking Banned
                                      • Mar 2012
                                      • 1432

                                      #19
                                      Originally posted by Mr Pheer
                                      Well if you figure it out, hook me up please.

                                      And thanks to Edgeprod and Autumn... but I'm not a coder so the stuff you said is great and I understand it... but the only code I write is syntax errors, and I can do a wicked blank white screen.
                                      You can get it done on freelancer or dp for like $10,i would set up a fiverr request you will surely get responses

                                      Comment

                                      • seeandsee
                                        Check SIG!
                                        • Mar 2006
                                        • 50945

                                        #20
                                        tube8 use this on their mobile page
                                        BUY MY SIG - 50$/Year

                                        Contact here

                                        Comment

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

                                          #21
                                          not hard to do ;)
                                          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                          Comment

                                          • Mr Pheer
                                            So Fucking Banned
                                            • Dec 2002
                                            • 22083

                                            #22
                                            Originally posted by fris
                                            not hard to do ;)
                                            Most things aren't hard to do, once you know how to do it.

                                            Comment

                                            Working...