website login

Moderator: Lixas

Tcoo
Posts: 150
Joined: Mon Oct 09, 2006 10:26 pm

website login

Post by Tcoo »

anyone know of any tutorials that teach you how to make a login for your website?


Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

if in PHP http://www.phpeasystep.com/workshopview.php?id=6 for other languages, use google ;)
Image
Gebbo
Posts: 554
Joined: Tue May 16, 2006 3:22 pm

website

Post 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!
.............................:: Spirit of Fire ::..................................

Image
tewage
Posts: 110
Joined: Sat Oct 11, 2008 5:52 am

Post by tewage »

techtuts.com, they have a complete section on how to create a usersystem.
Alwahsh
Posts: 292
Joined: Sat Aug 16, 2008 7:05 am

Post 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 .
I got my Power Package
My website is here
My Forum is here
:D:D:D:D
tewage
Posts: 110
Joined: Sat Oct 11, 2008 5:52 am

Post 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.
Alwahsh
Posts: 292
Joined: Sat Aug 16, 2008 7:05 am

Post 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:
I got my Power Package
My website is here
My Forum is here
:D:D:D:D
tewage
Posts: 110
Joined: Sat Oct 11, 2008 5:52 am

Post by tewage »

Sorry, but that's the site I was talking about.
Ky
Posts: 181
Joined: Tue Apr 18, 2006 8:36 pm

Post 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
thetarget
Posts: 496
Joined: Sat Jul 09, 2005 9:10 am

Post 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.
Post Reply