Thread: Need help with a password html
Results 1 to 6 of 6
Related
-
How to get a forgotten password Forum: General Discussion
Replies: 16 -
password protection Forum: Javascript Forum
Replies: 2 -
password protection Forum: Databases
Replies: 7 -
Password Check Forum: Javascript Forum
Replies: 6 -
Does anyone know a HTML code for doing a password for you site? Forum: HTML Forum
Replies: 1
-
12-24-2002, 07:23 AM #1
Need help with a password html
Does anyone know a html code where i can have when people go to my website it has a user name and password entry thing to get in and not use the support of other websites?
something like yahoo is good and want to be able to make users and passwords myself not let others do it them selves...if someone knows how to do this i would love to have a white wedding with ya HAHAHA nah kidding but yay plz help!
-
12-24-2002, 08:13 AM #2
Hi peter.
Try www.hotscripts.com for some pre-made password gateways.
otherwise, try the 'Authentification' tutorial at www.webmonkey.com
(note: I deleted the identical post in the 'Graphics' forum, plz try not to cross post)If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
12-24-2002, 08:30 AM #3
i went to both sites i don't know where to go to find the html. it might be just me of there not there password gateways ill search for it in yahoo MU HAHAHA.. but if u can direct me to the exact place with the codes then YAY thanx
-
12-24-2002, 08:53 AM #4
Here is a tutorial on using htaccess -
http://hotwired.lycos.com/webmonkey/html/97/08/index2a.html?tw=backend
here are premade scripts for the most popular server-side languages -
http://www.hotscripts.com/PHP/Scripts_and_Programs/User_Authentication/
http://www.hotscripts.com/Perl/Scripts_and_Programs/User_Authentication/
http://www.hotscripts.com/ASP/Scripts_and_Components/User_Authentication/
The only way to be secure is to use a server-side language to authenticte users, or by using UNIX itself with .htaccess. DO NOT be tempted by a JavaScript or Java password gate as these are NOT SECURE in any way shape or form.
If the thought of learning this stuff is a bit daunting, you may want to consider remotely-hosted password gateways afterall.Last edited by QuietDean; 12-24-2002 at 08:55 AM.
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
12-24-2002, 02:09 PM #5
server side language are asp, php etc
-
12-24-2002, 05:12 PM #6
Check the TOS of your web host, too, regarding password protected sites - they being contrary to the spirit of the internet.