• Welcome to Valhalla Legends Archive.
 

Login pages

Started by DnS.Vene, September 07, 2003, 03:29 PM

Previous topic - Next topic

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)

quasi-modo

#1
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.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

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
QuoteI wish my grass was Goth so it would cut itself

quasi-modo

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.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Soul Taker

Use PHP and look up sending login headers at www.php.net

Thing

That sucking sound you hear is my bandwidth.

quasi-modo

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.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

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
CrAzY

Grok

Notice that this topic died out months ago.  Please check the dates before you reply.