bschultz Posted May 6, 2007 Share Posted May 6, 2007 I need some advice. I'm looking to require payment AND authentication for a live audio stream for my site. The system would be something like this: -User pays for the stream using Paypal. The shopping cart would need to add the required data (username and password)to MY server's Mysql table. They might pay for a single stream (one event) or they may purchase ALL streaming events. -User then gets redirected to the login page -User then enters the username and password and is able to listen to the stream (port 8000) I have a couple of questions, though. Does anyone know of a shopping cart that plays with Paypal, that will also add the users info to my database, including which stream they purchased (single stream or every stream)? Also, can I just require the authentication on the playlist file (which calls the direct stream on port 8000), or do I need to require authentication for port 8000 server-wide? Thanks. Brian Link to comment https://forums.phpfreaks.com/topic/50281-paypal-shopping-cart-for-audio-streams/ Share on other sites More sharing options...
londonjustin Posted May 6, 2007 Share Posted May 6, 2007 In answer to your shopping cart query I used a free script called wf_cart (which I'm sure you can find on Google - if not I can send it over) - I integrated that into a site which used PayPal and recorded all purchases in a database. Link to comment https://forums.phpfreaks.com/topic/50281-paypal-shopping-cart-for-audio-streams/#findComment-246827 Share on other sites More sharing options...
bschultz Posted May 6, 2007 Author Share Posted May 6, 2007 I found it...thanks! I'll do some digging to see if it will do what I want it to. Brian Link to comment https://forums.phpfreaks.com/topic/50281-paypal-shopping-cart-for-audio-streams/#findComment-246832 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.