WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-19-2006, 05:27 PM
MarcieZoob's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2004
Location: Michigan, USA
Posts: 1,019
MarcieZoob RepRank 2
Default Paid Content Site

We're looking to develop a site similar to Wall Street Journal (www.wsj.com) where articles can be read only by registered members who paid for a subscription to the website. Once paid, they can read all content upon login. The payment gateway w/b Authorize.net.

Is anyone aware of any open source PHP scripts that will do what we need with Authorize.net integrated as the payment gateway option? (2Checkout is also an option we'll consider.)

All I can find are PayPal options... :(
__________________
Marcie Wolf
AlphaGeek Web Design | MarcieWolf.com
Reply With Quote
  #2 (permalink)  
Old 09-19-2006, 06:03 PM
WebProWorld New Member
 

Join Date: Sep 2006
Location: Palm Desert, California
Posts: 3
ebiztutors RepRank 0
Default

We have used the processing services at http://www.ccbill.com in the past for paid content areas and are currently using them for e-book/tutorial sales online as well. Excellent customer service, they take care of everything - and it's very easy to use.
Reply With Quote
  #3 (permalink)  
Old 09-19-2006, 06:09 PM
MarcieZoob's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2004
Location: Michigan, USA
Posts: 1,019
MarcieZoob RepRank 2
Default

Thanks for the reply. We're looking for the content management script that hides the content more than a payment gateway. It seems all open source scripts for paid-content management use PayPal. I'd like a script with something else built in.
__________________
Marcie Wolf
AlphaGeek Web Design | MarcieWolf.com
Reply With Quote
  #4 (permalink)  
Old 09-19-2006, 06:53 PM
WebProWorld New Member
 

Join Date: Sep 2006
Location: Palm Desert, California
Posts: 3
ebiztutors RepRank 0
Default

Sorry I missed that part. They kind of set that all up for us as well - kind of good for newbies to this kind of thing. I see what you mean though, when I checked the resources I use most of those scripts are PayPal focused... hopefully someone will come in and post something they've used. Would be good to know of a Plan B - we all need that. Good luck. :)
__________________
Laura Young, http://www.ebiztutors.com
Internet Consultant, Web Developer
Reply With Quote
  #5 (permalink)  
Old 09-20-2006, 06:27 PM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,120
kgun RepRank 3kgun RepRank 3
Default

Quote:
Originally Posted by MarcieZoob
Thanks for the reply. We're looking for the content management script that hides the content more than a payment gateway. It seems all open source scripts for paid-content management use PayPal. I'd like a script with something else built in.
Buy (not completely free since you may pay for the book)

Harry Fuecks: The PHP Anthology: Object Oriented PHP Solutions

Volume II chapter 1 is about Access Control and authentication 80 pages.

There is an alternative not so elegant and may be not so secure solution (encapsulation etc.) in Kevin Yansk's book: Build Your Own Database Driven Website Using PHP & MySQL

The code follows with the books.

Have you browsed the best known PHP class libraries like PEAR? That is a free solution and low hanging fruit.

Payment should always be done encrypted on a secure server. That is a link to a payment gateway.
Reply With Quote
  #6 (permalink)  
Old 09-20-2006, 07:58 PM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: California,USA
Posts: 373
drummin RepRank 0
Default

Have you checked out http://www.cgiexpo.com/Scripts/42_PHP_Scripts/?
I didn't go through what they have but something might work for you.
Reply With Quote
  #7 (permalink)  
Old 09-20-2006, 07:59 PM
WebProWorld New Member
 

Join Date: Oct 2005
Location: Upstate NewYork
Posts: 17
mysticalmaze RepRank 0
Default

Hey,

I'm not sure myself, but one time I was looking for a recommendation to certain type of Open Source script, so I contacted the webmaster here: http://opensourcecms.com/

He replied within 24hrs with a few choice things to look at, and added some comments. Worth a try!

Another Resource: http://www.cmsmatrix.org/matrix
Never tried contacting this webmaster...

Also, I have a feeling you may already know of these sites, but I did'nt know if you tried actually contacting the webmasters.

Regards,

Robert Palmer
Reply With Quote
  #8 (permalink)  
Old 09-20-2006, 08:26 PM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: California,USA
Posts: 373
drummin RepRank 0
Default

Hey Marcie,
You might checkout http://adpass.ascadnetworks.com/.
They use 2Checkout credit card processing and it looks like you can setup memberships w/login for access to secure content. May need some mods but looks close to what you need.
Reply With Quote
  #9 (permalink)  
Old 09-20-2006, 09:40 PM
DrTandem1's Avatar
WebProWorld 1,000+ Club
 

Join Date: Oct 2003
Location: Encinitas, CA
Posts: 1,908
DrTandem1 RepRank 2
Default

Why not just get a PHP script that produces random passwords and when they buy a subscription they get the password emailed back to them?

Anyway, I think CCBill is the ticket as previously mentioned. Is it that you don't want to pay for their service? Just pass that on to the subscriber.

By the way, your "content" will need to be extremely riveting for anyone to pay for it. Most everything can be found for free.
__________________
DrTandem's San Diego Web Page Design, drtandem.com
Reply With Quote
  #10 (permalink)  
Old 09-20-2006, 09:47 PM
WebProWorld Member
 

Join Date: Feb 2005
Location: Albuquerque, NM
Posts: 32
wpriley RepRank 0
Default A paid content solution that works

I recently faced this same issue and couldn't find an open source solution that met my needs.

I first tried a commercial product called phpGuardDog which read well in their promo material but was full of bugs and ultimately proved unworkable (the Web site subsequently shut down).

After much diligent research, I then purchased a product called aMember Professional (http://www.amember.com/). It costs $140 but is extremely feature rich, has no bugs that I found, has reachable tech support and works with either of your payment gateway choices. There's almost no combination of subscription plans, access alternatives and fee structures that this package can't handle. Try their free trial and see if you feel it's worth the money.

On the downside, the application is written in PHP but some of the routines are encrypted. I normally won't use encrypted software but couldn't find a better alternative.
__________________
Pat Riley
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0