Valhalla Legends Archive

Programming => Web Development => Topic started by: DnS.Vene on September 07, 2003, 03:29 PM

Title: Login pages
Post by: DnS.Vene on September 07, 2003, 03:29 PM
Hey i was wonder how would i make a login page that is secure and i could check when they logined n stuff like that? (perferably in html, java, or php4 plz)
Title: Re:Login pages
Post by: quasi-modo on September 07, 2003, 07:22 PM
Not html definatly and not any other client side scripting either, with java script you can do cookie based logins but those are not secure at all. You can use php to do it but I used asp.net www.clanknights.vze.com you can also use ASP JSP CGI SHTML etc, any server side scripting. Also it can't be done with java, JSP is java server pages which uses java but keep in mind this is not java straight up.
Title: Re:Login pages
Post by: Forged on September 08, 2003, 07:24 PM
dont due it in javascript quit possiblly the most insecure thing in the world... I am way to lazy to explain it the tutorial is here

http://robouk.mchost.com/tuts/tutorial.php?tutorial=login
Title: Re:Login pages
Post by: quasi-modo on September 08, 2003, 08:00 PM
yea if its in java script someone can hack into it by simply viewing your source, or if needed copying some of your code into a cookie to get into your site, its extreamly easy, I have broken into sites that way before it does not require any knowledge of 'hacking' all it is looking at your source code which is open.
Title: Re:Login pages
Post by: Soul Taker on September 09, 2003, 03:38 AM
Use PHP and look up sending login headers at www.php.net
Title: Re:Login pages
Post by: Thing on September 09, 2003, 08:17 AM
http://www.hotscripts.com/
Title: Re:Login pages
Post by: quasi-modo on September 13, 2003, 09:26 AM
I encourage you buy a book or use something open source atleast, and know whats going on so you can expand apon it and integrate it with your members list and forum like I did on my site.
Title: Re:Login pages
Post by: CrAzY on November 12, 2003, 02:09 PM
I wrote a tutorial for a Very, Very, simple PHP Login.  Feel free to read it, the URL is: http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=1170&lngWId=8&txtForceRefresh=111220031575830877 (http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=1170&lngWId=8&txtForceRefresh=111220031575830877)
Title: Re:Login pages
Post by: Grok on November 12, 2003, 02:12 PM
Notice that this topic died out months ago.  Please check the dates before you reply.