Log in

View Full Version : A Little Help?



drytrash
10-15-2012, 08:12 PM
Hi All,

I am looking for a script to store multiple usernames and passwords to a site. I found one that would be perfect but it only generates one. I need on that will store multiples in a seperate file. Can anyone direct me to one that will do that?

traq
10-16-2012, 12:21 AM
I can give you a basic idea, if you'd like to try making one yourself.

Are you opposed to using a database, or do you need to use a flat (text) file?
How many usernames/passwords do you need to store?
Do you need features like registration, password resets, etc.?

bernie1227
10-16-2012, 06:29 AM
If you're looking at making a user login system, this (http://net.tutsplus.com/tutorials/php/user-membership-with-php/) is a good place to start.