Page 1 of 2

website login

Posted: Mon Oct 06, 2008 4:41 am
by Tcoo
anyone know of any tutorials that teach you how to make a login for your website?

Posted: Mon Oct 06, 2008 5:06 am
by Lixas
if in PHP http://www.phpeasystep.com/workshopview.php?id=6 for other languages, use google ;)

website

Posted: Mon Oct 13, 2008 3:09 pm
by Gebbo
Tcoo wrote:anyone know of any tutorials that teach you how to make a login for your website?
http://www.pixel2life.com has many pHP based login tutorials, refer to PHP Section!

Posted: Tue Oct 14, 2008 6:18 am
by tewage
techtuts.com, they have a complete section on how to create a usersystem.

Posted: Wed Oct 15, 2008 1:23 pm
by Alwahsh
Do you mean a register systems or just a login ?? I think you'll need a good experience in PHP , the tutorials other members said are good but I think you'll need some experience in PHP too , at all I prefer ready scripts .

Posted: Wed Oct 15, 2008 10:32 pm
by tewage
Techtuts usersystem, you can register and all that. I guess it's good, I mean I never seen anything else like that on the net that explains how to do it yourself. I had no experience with php but learned a lot from it...well, not only that but still...

You should try and see what it's about.

Posted: Thu Oct 16, 2008 10:46 am
by Alwahsh
tewage wrote:Techtuts usersystem, you can register and all that. I guess it's good, I mean I never seen anything else like that on the net that explains how to do it yourself. I had no experience with php but learned a lot from it...well, not only that but still...

You should try and see what it's about.
you should tell us the URL , at all I got it :
http://www.techtuts.com I am now exploring it :cool:

Posted: Thu Oct 16, 2008 8:10 pm
by tewage
Sorry, but that's the site I was talking about.

Posted: Wed Oct 22, 2008 5:03 pm
by Ky
You also might want to read up on SSL. Make sure any page that has a login is properly encrypted.

http://en.wikipedia.org/wiki/Secure_Sockets_Layer

Posted: Sun Oct 26, 2008 5:30 pm
by thetarget
Ky wrote:You also might want to read up on SSL. Make sure any page that has a login is properly encrypted.

http://en.wikipedia.org/wiki/Secure_Sockets_Layer
SSL is pretty redundant if the data transmitted are non-eccential. SSL will slow down the entire process whether you like it or not. Often SSL is only used when doing checkouts/transactions or transfering high level security data.