-
A Little Help?
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?
-
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.?
-
If you're looking at making a user login system, this is a good place to start.