Are there any 3rd party blocks or modules for PN that make it so a person can have access to a downloads section of the board if they pay via credit card/paypal under any of the following:
1. Flat fee per month (not the ideal, obviously)
2. Monthly fee for X megabytes, more fee for more megabytes
3. Monthly fee for X files, more fee for more files
4. Per download fee
Any pointers in the right direction (or even perpindicular to) would be gretaly appreciated.
Thanks!
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn created topic »TagIt 3.0 for Zikula« 09:34 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
- jmvaughn responded to »PN 0.764 to Zikula 1.1.2 (migration) Internal Server Error« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Any pay-for-play block or modules?
-
- Rank: Helper
- Registered: Sep 16, 2004
- Last visit: Oct 21, 2009
- Posts: 731
Nothing out of the box, LOTS of custom implementations. Your best bet is to set up downloads permissions based on groups, then cobble together a paypal IPN script to move people in and out of groups depending on paypal IPN notifications.
There are several IPN blocks / semi-modules floating around - and hundreds available outside of postnuke that could be fairly easily integrated.
You would have to custom track the downloads (MB usage or file usage) as I don't believe I know of any download modules that track this per user. Flat fee per month is probably the easiest. Per download the second - ie, just set the IPN to move them to a group...once downloaded, the script hack moves them out of the group again. (course then you're dealing with customer complaints that they clickedthe link, download didn't complete, etc. etc.)
Best bet might be to use a third-party script for the pay downloads - I know that an encrypted commercial e-commerce module made for postnuke once did this - don't know if its still offered.
UHEweb -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6840
Your first option will be the easiest option to acomplish, InvalidResponse.com has a subscription module ready for release soon that could handle that part. To do the other options, you'd have to have a custom download module written to handle the quota management.
--
Home Page | Find on Facebook | Follow on Twitter
- Moderated by:
- Support
