Quote:
Originally Posted by awatson
Seems to be there's got to be a php script out there that gets this functionality by working with a standard .htaccess authentication method. So, when the user pays some code is triggered that adds the username and password to the file. When a user's time is up or revoked or whatever, that line is deleted from the file.
|
I think it would more be a database system and not use .htaccess. .htaccess authentication is mainly only used for systems that only have a few users, such as administration tools.
One of these might work:
http://www.hotscripts.com/PHP/Script...ion/index.html
with a little bit of editing im sure you can add a payment gateway into there.