| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > Restrict Access By Membership - OS solutions |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2006
Posts: 8
|
Restrict Access By Membership - OS solutions
Hey guys, I'm looking for something that allows for membership sales and that allows paypal payments. Once a member, you users will gain access to a directory on the server. Is there anything like this available? If not, how do you suggest I approach developing such a project? Thanks for your help! |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Sep 2004
Posts: 149
|
There are plenty of PHP examples of using the PayPal API for transactions. Basically (assuming you use a Unix based system): Use PayPal API > On transaction success confirmation write a new line with user login details to the ".htpasswd" file. |
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Jun 2006
Posts: 8
|
Yes, that would work.. but if I'm not mistaken, in order for paypal to send back transaction validation.. requires one of the higher packages which includes a monthly cost of something like $30... I don't think I will be having that kind of volume for me to commit to $30 per month.. I was thinking more along the lines of pay per transaction button package they offer... that doesn't come with validation though. I think paypal sends a "Money Recieved" confirmation email though.. maybe I could do something with that? |
|
|
|
#4 (permalink) | |||
|
Everything is fine.
|
Quote:
Quote:
Quote:
So, by having a standard free account and using PayPals IPN API, you can build the exact system you're after. You could use the .htpasswd method that xml has suggested or you could develop a more fully-fledged login system that displays the content you choose (instead of an entire directory listing) to those who have the correct authorisation. Either way it's up to you. Some people say that using PayPal is nasty, unprofessional and crap. I think this is untrue. Professional/commercial businesses using PayPals standard system may look tacky and inelegant however for smaller people who do not have that much online trade, or for people just doing private subscription based services I think it's more than suitable. Hope that helps! - Mike |
|||
|
![]() |