View Single Post
  #4 (permalink)  
Old May 1st, 2008, 21:46
CloudedVision's Avatar
CloudedVision CloudedVision is offline
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,152
Blog Entries: 9
Thanks: 2
Thanked 34 Times in 34 Posts
Re: Paid Membership Access - how?

Quote:
Originally Posted by awatson View Post
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.
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; project-2: kapp; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Reply With Quote