Web Hosting Talk







View Full Version : Access Script


UrlGuy
06-23-2005, 09:59 PM
Hi,

I need to make a script which got these functions;

- Any user are allowed to sign up

- After they have signed up they are allowed access to a certain area

- It need to have some login/logout function


Any idea how I can do this the best way? Thanks!

tiamak
06-23-2005, 10:25 PM
millions of ideas
i dont know in what language you want to do it but i guess that probably in php so maybe try:
http://www.google.com/search?q=php+login+script
or
http://www.google.pl/search?q=php+user+authentication
or something similar :)

no offence but there are thousands of tutorials and/or ready made scripts for such thing :)
so maybe try to do it yourself

3 main things you should remember:
- use sessions
- store data into database
- use passwords hashes (?md5) instead of plain text :)

when you will find any problem then you can post here ...

if you want it in different programming language then ... well you can still find thousands of tutorials on the net - just google dude :)

UrlGuy
06-24-2005, 01:02 AM
Thx, I found a solution :D

tiamak
06-24-2005, 01:11 AM
this is always the best way to find it yourself :)
cuz it gives real satisfaction :)