WP Plugin For Reviews

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pamon
    Confirmed User
    • Dec 2007
    • 3113

    #1

    WP Plugin For Reviews

    Searched through the older threads and saw a few posts regarding wordpress plugins for review sites. I like the one by Dan Grossman, think it's the WP-Review one, but $99 for a plugin seems a "little" steep. Anyone know of any open source plugins for WP or less expensive ones? I'm all for submitting webmasters and all but a $99 plugin for "one" domain seems high.

    Any help appreciated. Reply here or ICQ me. Thanks
    Email: [email protected]
    TG: Davidamodt
    US Adult Content & Porn Writer Project/Sites/Tubes/Reviews & More
  • KillerK
    Confirmed User
    • May 2008
    • 3406

    #2
    don't be a cheap ass and buy it

    Comment

    • crockett
      in a van by the river
      • May 2003
      • 76818

      #3
      Not that I'm a cheap ass, but I never figured out how these companies get away with selling plug-ins or modules for WP. Isn't it against the GPL license to "only" offer it for sale with out also releasing it free for download?

      I remember this stuff going on with Joomla and they had to pretty much ban the sale of modules because it broke the GPL license. Not that I'm against someone making money for their work, but I do believe this kinda thing is against the GPL because it isn't a stand alone product and uses wp code. If they don't want to operate under the GPL agreement they shouldn't be writing code for a CMS with that kind of license.
      In November, you can vote for America's next president or its first dictator.

      Comment

      • RTP
        aka Jimmy James
        • Nov 2006
        • 1335

        #4
        use wp-post ratings then drop the php lines/calls into the areas you want (you can dump rating line anywhere). literally 2 lines of code
        Jimmy James ATKingdom/AMK Empire Since 1996 - My Movies
        Home of ATKGirlfriends - Where we take pornstars on trips...and fuck them.
        Connect with me on LinkedIn

        Comment

        • StariaDaniel
          Confirmed User
          • Oct 2007
          • 415

          #5
          Xavin's Review Ratings could also fit your needs:
          http://wordpress.org/extend/plugins/...eview-ratings/
          YezzClips.com - Sell your clips and photosets - Promote YezzClips Clipstores and get 20% revshare for life
          YooGirls.com - Sell your non-nude content - Promote Yoogirls Clipstores and get 20% revshare for life
          [email protected] • ICQ #464114379

          Comment

          • Brujah
            Beer Money Baron
            • Jan 2001
            • 22157

            #6
            You should have posted the link and earned 30% from all the people who would have clicked and will now purchase the plugin from this topic.
            http://www.wpreviewsite.com/affiliates

            Comment

            • fris
              I have to go potty
              • Aug 2002
              • 55810

              #7
              custom fields could do the job
              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


              My Newest Theme

              Comment

              • digifan
                The Profiler
                • Oct 2002
                • 14618

                #8
                Originally posted by crockett
                Not that I'm a cheap ass, but I never figured out how these companies get away with selling plug-ins or modules for WP. Isn't it against the GPL license to "only" offer it for sale with out also releasing it free for download?

                I remember this stuff going on with Joomla and they had to pretty much ban the sale of modules because it broke the GPL license. Not that I'm against someone making money for their work, but I do believe this kinda thing is against the GPL because it isn't a stand alone product and uses wp code. If they don't want to operate under the GPL agreement they shouldn't be writing code for a CMS with that kind of license.
                Hm, you made me thinking...
                [email protected]
                Webair Rocks

                Comment

                • Corleone
                  C.R.E.A.M
                  • Apr 2003
                  • 15262

                  #9
                  Originally posted by StariaDaniel
                  Xavin's Review Ratings could also fit your needs:
                  http://wordpress.org/extend/plugins/...eview-ratings/
                  nice plugin. thanks

                  Comment

                  • pamon
                    Confirmed User
                    • Dec 2007
                    • 3113

                    #10
                    thanks to all for the replies. Brujah, going with yours. and yeah, 3 sales of that affiliate link would've gotten me the $90 or so for it. lol... thanks all... gfy rules
                    Email: [email protected]
                    TG: Davidamodt
                    US Adult Content & Porn Writer Project/Sites/Tubes/Reviews & More

                    Comment

                    • d-null
                      . . .
                      • Apr 2007
                      • 13724

                      #11
                      Originally posted by pamon
                      thanks to all for the replies. Brujah, going with yours............

                      read this thread and I am confused by your response 'going with Brujah's'?

                      __________________

                      Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                      Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                      Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                      Comment

                      • d-null
                        . . .
                        • Apr 2007
                        • 13724

                        #12
                        Originally posted by crockett
                        Not that I'm a cheap ass, but I never figured out how these companies get away with selling plug-ins or modules for WP. Isn't it against the GPL license to "only" offer it for sale with out also releasing it free for download?...
                        curious about where this one falls too

                        here is the link to the section in the GPL faq that discusses this:

                        http://www.gnu.org/licenses/gpl-faq.html#GPLAndPlugins

                        "If a program released under the GPL uses plug-ins, what are the requirements for the licenses of a plug-in?
                        It depends on how the program invokes its plug-ins. If the program uses fork and exec to invoke plug-ins, then the plug-ins are separate programs, so the license for the main program makes no requirements for them.

                        If the program dynamically links plug-ins, and they make function calls to each other and share data structures, we believe they form a single program, which must be treated as an extension of both the main program and the plug-ins. This means the plug-ins must be released under the GPL or a GPL-compatible free software license, and that the terms of the GPL must be followed when those plug-ins are distributed.

                        If the program dynamically links plug-ins, but the communication between them is limited to invoking the ?main? function of the plug-in with some options and waiting for it to return, that is a borderline case."

                        __________________

                        Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                        Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                        Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                        Comment

                        • Dan Grossman
                          Registered User
                          • Oct 2008
                          • 7

                          #13
                          Originally posted by crockett
                          Not that I'm a cheap ass, but I never figured out how these companies get away with selling plug-ins or modules for WP. Isn't it against the GPL license to "only" offer it for sale with out also releasing it free for download?
                          Let's take a step back and think that through.

                          To start with, we have copyright. WordPress, like any other software code of sufficient size to be considered a creative work, is protected by copyright. The author gains the copyright (right to copy) the moment they write the code down. That, under US law and international treaties, gives the author the right to control who gets to make copies of the work.

                          The GPL, as many other software licenses, is a list of terms and conditions for making copies, aka distributing the code. It starts (beyond the preamble), as follows, just to be clear:

                          "The precise terms and conditions for copying, distribution and modification follow."

                          So to be bound by these terms and conditions, you must be copying, distributing or modifying the work. In this case, that means copying, distributing or modifying WordPress. The copyright owner, the creators of WordPress, have no legal control over any activity in your life except making copies (by distributing) their code, as the copyright laws give them that control.

                          This is why WordPress themes and plugins can be sold. They don't distribute WordPress with their product, so they are not bound by whatever license the copyright holder chooses to use in exchange for giving up their sole right to make copies.

                          Sure they don't work without WordPress, precisely because they don't include the WordPress code necessary to work. But making calls to add_action() or add_filter() no more makes a collection of functions a distribution of WordPress code as writing the names of a couple novelists in an essay makes that a distribution of those authors' books.

                          Fun exercise. You should've used an affiliate link, even I noticed the traffic coming from this thread today.
                          Last edited by Dan Grossman; 10-21-2008, 06:10 PM.
                          I'm Dan Grossman.

                          Comment

                          • brassmonkey
                            Pay It Forward
                            • Sep 2005
                            • 77390

                            #14
                            who the hell called him here
                            TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                            DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                            Comment

                            • Dan Grossman
                              Registered User
                              • Oct 2008
                              • 7

                              #15
                              Originally posted by brassmonkey
                              who the hell called him here
                              Live web stats, saw the people coming from this thread as they clicked. Not like this is a secret forum anyway, I've lurked on other threads, just decided to register to reply to this one.
                              I'm Dan Grossman.

                              Comment

                              • Brujah
                                Beer Money Baron
                                • Jan 2001
                                • 22157

                                #16
                                hey Dan, do I get a free copy for linking you?

                                Comment

                                • fris
                                  I have to go potty
                                  • Aug 2002
                                  • 55810

                                  #17
                                  Its a nice plugin
                                  Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                                  My Newest Theme

                                  Comment

                                  • d-null
                                    . . .
                                    • Apr 2007
                                    • 13724

                                    #18
                                    interesting explanation Dan


                                    so are you also saying then that copyright of any software only pertains to the distribution of that software.... in other words there is no legal problem with stealing software and using it as long as you don't distribute it??

                                    __________________

                                    Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                                    Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                                    Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                                    Comment

                                    • fris
                                      I have to go potty
                                      • Aug 2002
                                      • 55810

                                      #19
                                      you can charge for wordpress plugins, no doubt about that, theirs a couple cool paid ones that do quite a bit
                                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                                      My Newest Theme

                                      Comment

                                      • Dan Grossman
                                        Registered User
                                        • Oct 2008
                                        • 7

                                        #20
                                        Originally posted by d-null
                                        interesting explanation Dan


                                        so are you also saying then that copyright of any software only pertains to the distribution of that software.... in other words there is no legal problem with stealing software and using it as long as you don't distribute it??
                                        It's illegal, but for a different reason. You can be sued by the store you stole it from. If you downloaded it online, the software owner could technically sue you to take back the copy, if they can prove you got a copy they didn't authorize (copyright, right to make that copy lied with the author or anyone they licensed that right to). The person you downloaded from, though, is the person liable for copyright infringement.

                                        If you follow the RIAA/MPAA's tens of thousands of copyright lawsuits against music and movie file sharers, you'll notice that they only sue sharers, not downloaders. Only the distributors are making copies, they're the only ones they can go after for violating copyright laws.
                                        Last edited by Dan Grossman; 10-21-2008, 07:27 PM.
                                        I'm Dan Grossman.

                                        Comment

                                        • pamon
                                          Confirmed User
                                          • Dec 2007
                                          • 3113

                                          #21
                                          added ammo to the thread today I see. good info

                                          Dan.. sent you an email. If I helped with sales in anyway, let me know. A discount or "review" copy will suffice..
                                          Email: [email protected]
                                          TG: Davidamodt
                                          US Adult Content & Porn Writer Project/Sites/Tubes/Reviews & More

                                          Comment

                                          • Sands
                                            Confirmed User
                                            • Feb 2007
                                            • 3134

                                            #22
                                            Originally posted by Dan Grossman
                                            Let's take a step back and think that through.

                                            To start with, we have copyright. WordPress, like any other software code of sufficient size to be considered a creative work, is protected by copyright. The author gains the copyright (right to copy) the moment they write the code down. That, under US law and international treaties, gives the author the right to control who gets to make copies of the work.

                                            The GPL, as many other software licenses, is a list of terms and conditions for making copies, aka distributing the code. It starts (beyond the preamble), as follows, just to be clear:

                                            "The precise terms and conditions for copying, distribution and modification follow."

                                            So to be bound by these terms and conditions, you must be copying, distributing or modifying the work. In this case, that means copying, distributing or modifying WordPress. The copyright owner, the creators of WordPress, have no legal control over any activity in your life except making copies (by distributing) their code, as the copyright laws give them that control.

                                            This is why WordPress themes and plugins can be sold. They don't distribute WordPress with their product, so they are not bound by whatever license the copyright holder chooses to use in exchange for giving up their sole right to make copies.

                                            Sure they don't work without WordPress, precisely because they don't include the WordPress code necessary to work. But making calls to add_action() or add_filter() no more makes a collection of functions a distribution of WordPress code as writing the names of a couple novelists in an essay makes that a distribution of those authors' books.

                                            Fun exercise. You should've used an affiliate link, even I noticed the traffic coming from this thread today.
                                            Thanks for the explanation, Dan. Very informative!

                                            Comment

                                            • just a punk
                                              So fuckin' bored
                                              • Jun 2003
                                              • 32385

                                              #23
                                              Originally posted by pamon
                                              Searched through the older threads and saw a few posts regarding wordpress plugins for review sites. I like the one by Dan Grossman, think it's the WP-Review one, but $99 for a plugin seems a "little" steep. Anyone know of any open source plugins for WP or less expensive ones? I'm all for submitting webmasters and all but a $99 plugin for "one" domain seems high.

                                              Any help appreciated. Reply here or ICQ me. Thanks
                                              Do you need something like WP-PostRatings plugin? I believe it's freeware

                                              I thought that WP has everything what a review site needs even w/o plugins.
                                              Obey the Cowgod

                                              Comment

                                              • just a punk
                                                So fuckin' bored
                                                • Jun 2003
                                                • 32385

                                                #24
                                                Originally posted by d-null
                                                interesting explanation Dan


                                                so are you also saying then that copyright of any software only pertains to the distribution of that software.... in other words there is no legal problem with stealing software and using it as long as you don't distribute it??
                                                He said that plugin is not a part of WordPress, and it's absolutely correct. You can consider WP as an operating system like Windows. It doesn't need anything to work and it has API's that can be called by 3rd-party products. For example any, any Windows application (e.g. Photoshop) uses Windows API's to work. The same thing with WP plugins that use WP as their operating system by means of calling the API's.

                                                In other words, if a plugin doesn't use of modify the code of some product, it will be considered as a standalone product like Photoshop FOR Microsoft Windows.
                                                Obey the Cowgod

                                                Comment

                                                • Brujah
                                                  Beer Money Baron
                                                  • Jan 2001
                                                  • 22157

                                                  #25
                                                  Come on Dan, we hooked you up. Give us a discount code or something at minimum.

                                                  Comment

                                                  • pamon
                                                    Confirmed User
                                                    • Dec 2007
                                                    • 3113

                                                    #26
                                                    Yeah, I'd like to review it on your tech blog, but at $99 for a plugin, don't think he's giving or discounting many of these.. too bad...
                                                    Email: [email protected]
                                                    TG: Davidamodt
                                                    US Adult Content & Porn Writer Project/Sites/Tubes/Reviews & More

                                                    Comment

                                                    • pamon
                                                      Confirmed User
                                                      • Dec 2007
                                                      • 3113

                                                      #27
                                                      that wp post ratings is nice, figure if ford and others are using it, should be good to go. like dan's but will get together the $$ for a professionally designed review site w/ a proper theme before i'll step up to the $99 plugin. For a lower priced site with unknown traffic, the wp-post ratings will work. thanks all
                                                      Email: [email protected]
                                                      TG: Davidamodt
                                                      US Adult Content & Porn Writer Project/Sites/Tubes/Reviews & More

                                                      Comment

                                                      • Super Negro
                                                        So Fucking Banned
                                                        • Aug 2006
                                                        • 215

                                                        #28
                                                        $97 is outrageous, grab it from one of the nulled script sites, I did and it works fine

                                                        great plugin, not worth $97 though

                                                        Comment

                                                        • Dan Grossman
                                                          Registered User
                                                          • Oct 2008
                                                          • 7

                                                          #29
                                                          Here's a $20 coupon for the GFY members with a little class:

                                                          www [dot] wpreviewsite [dot] com/buy?code=gfy2008

                                                          Yeah, I'd like to review it on your tech blog, but at $99 for a plugin, don't think he's giving or discounting many of these.. too bad...
                                                          I've given away over 20 review copies so far, it's been covered on about a dozen blogs, and sold over 300 copies the past two months. It comes with free upgrades for life, and in the past two months I've already upgraded it 3 times, with new themes and new features requested by customers. Free to everyone that had bought it.

                                                          Sorry I can't link to the coupon above, not enough posts yet, so replace the [dot]s.
                                                          Last edited by Dan Grossman; 10-22-2008, 08:10 PM.
                                                          I'm Dan Grossman.

                                                          Comment

                                                          • Young
                                                            Bland for life
                                                            • Nov 2004
                                                            • 10468

                                                            #30
                                                            Shit....I practically started this whole web shit due to advice from Dan at Sitepoint. Instantly recognized the name after at least 7 years. That's some hell of an impression.
                                                            ★★★

                                                            Comment

                                                            • Brujah
                                                              Beer Money Baron
                                                              • Jan 2001
                                                              • 22157

                                                              #31
                                                              Grab a Multi-Site License here. Add the Premium Theme Pack (4) for only $29
                                                              http://www.wpreviewsite.com/

                                                              Comment

                                                              • Hellfire
                                                                Confirmed User
                                                                • Oct 2002
                                                                • 159

                                                                #32
                                                                Dan, do You have an ICQ? PM me Your UIN please. have some questions. really want to buy it.
                                                                XBABE.COM

                                                                Comment

                                                                • Dan Grossman
                                                                  Registered User
                                                                  • Oct 2008
                                                                  • 7

                                                                  #33
                                                                  ICQ? Haven't used that in 10 years. It still exists? Just e-mail me.

                                                                  Brujah's link is a hidden affiliate link, there's a coupon two posts above his.
                                                                  I'm Dan Grossman.

                                                                  Comment

                                                                  • d-null
                                                                    . . .
                                                                    • Apr 2007
                                                                    • 13724

                                                                    #34
                                                                    Originally posted by Dan Grossman

                                                                    Brujah's link is a hidden affiliate link, there's a coupon two posts above his.
                                                                    I noticed that too, what gall




                                                                    here is your coupon link for you, no affiliate link:

                                                                    http://www.wpreviewsite.com/buy?code=gfy2008






                                                                    __________________

                                                                    Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                                                                    Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                                                                    Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                                                                    Comment

                                                                    • Brujah
                                                                      Beer Money Baron
                                                                      • Jan 2001
                                                                      • 22157

                                                                      #35
                                                                      Originally posted by Dan Grossman
                                                                      ICQ? Haven't used that in 10 years. It still exists? Just e-mail me.

                                                                      Brujah's link is a hidden affiliate link, there's a coupon two posts above his.
                                                                      So? Are you complaining about it? I purchased the plugin too. Maybe I'll use a free one instead and chargeback if you're a jerk about it.

                                                                      Comment

                                                                      • kmanrox
                                                                        aka K-Man
                                                                        • Oct 2001
                                                                        • 29295

                                                                        #36
                                                                        Originally posted by Dan Grossman
                                                                        ICQ? Haven't used that in 10 years. It still exists? Just e-mail me.

                                                                        Brujah's link is a hidden affiliate link, there's a coupon two posts above his.
                                                                        you're a fucking jagoff, ain't ya? why bother having an affiliate program if you're just going to piss on them?

                                                                        i should post the nulled links here but i won't..
                                                                        Crypto HODLr
                                                                        Crypto mining
                                                                        Angel investor

                                                                        Comment

                                                                        • Dan Grossman
                                                                          Registered User
                                                                          • Oct 2008
                                                                          • 7

                                                                          #37
                                                                          Didn't know you were cool with trying to play eachother instead of just other people. My mistake.
                                                                          I'm Dan Grossman.

                                                                          Comment

                                                                          • fris
                                                                            I have to go potty
                                                                            • Aug 2002
                                                                            • 55810

                                                                            #38
                                                                            can you get the addons at a later date?

                                                                            the my ratings and theme packs?
                                                                            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                                                                            My Newest Theme

                                                                            Comment

                                                                            • Lucky Bastard
                                                                              Confirmed User
                                                                              • Apr 2004
                                                                              • 313

                                                                              #39
                                                                              bookmarked

                                                                              Comment

                                                                              • Dan Grossman
                                                                                Registered User
                                                                                • Oct 2008
                                                                                • 7

                                                                                #40
                                                                                Originally posted by fris
                                                                                can you get the addons at a later date?

                                                                                the my ratings and theme packs?
                                                                                Yep:
                                                                                www [dot] wpreviewsite [dot] com/upgrade
                                                                                I'm Dan Grossman.

                                                                                Comment

                                                                                Working...