I am actually working on a BBS that sounds like it may have a similar construst about it. So far, I have only had time to produce the user name and password authentication part, so if you would like, i can at least get you that portion. It runs off of a flat file database system were each user...
Ok, basically, I'm making a BBS with user/password authentication. The users.dat file is in the format of 'username:password' then basically i use the $string = file('users.dat'); function to put the file into an array. then i combine the input fields from the user to form the syntax described...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.