|
We do not have any "ready-made" solutions as almost every ISP has it own system set-up.
We do custom programming and one of favorite systems for Membership Sites does the following:
- Customer places order on your page
- All info is sent to us
- We process the card
- We send back all the info we were sent back to your site
- Our program checks to make sure that the charge came from our page
- If it did not it redirects to an error-page
- Our program mails a reciept to you and the customer
- Our program then prompts the user for a username and password
- Our program updates the .htpasswd file (the file that restricts access)
- Our program updates an expire file
Each day a program runs (a crontab) that checks to see if users have expired
if they have it removes them from the password list
You are provided with a interface to your password file that allows you to delete or add users
This program takes about 8 hours to modify for your system, write, install and test.
Our per hour charge is $100.00 per hour.
Basically what you are left with is a "hands-free" solution that you only need to check up on once in
a while.
Please contact services@processing.net for more info.
|