Valhalla Legends Forums Archive | Web Development | Login pages

AuthorMessageTime
DnS.Vene
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)
September 7, 2003, 8:29 PM
peofeoknight
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.
September 8, 2003, 12:22 AM
Forged
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
September 9, 2003, 12:24 AM
peofeoknight
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.
September 9, 2003, 1:00 AM
Soul Taker
Use PHP and look up sending login headers at www.php.net
September 9, 2003, 8:38 AM
Thing
http://www.hotscripts.com/
September 9, 2003, 1:17 PM
peofeoknight
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.
September 13, 2003, 2:26 PM
CrAzY
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
November 12, 2003, 8:09 PM
Grok
Notice that this topic died out months ago. Please check the dates before you reply.
November 12, 2003, 8:12 PM

Search