Thread: password protection
Results 1 to 8 of 8
Related
-
password protection Forum: Javascript Forum
Replies: 2 -
password protection help needed please Forum: Javascript Forum
Replies: 1 -
Help with password protection adaptation (also about a great free utility) Forum: CGI Perl Forum
Replies: 1 -
password protection? Forum: HTML Forum
Replies: 9 -
Password Protection Forum: Javascript Forum
Replies: 3
-
03-11-2003, 04:44 PM #1
i need help please
ok im in the middle of makeing a website . i want to make a user login for a section of my site. my site doesnt allow PHP, it does have a cgi-bin i want to controll who can access this section how would i do this ????
-
03-11-2003, 05:15 PM #2
Does your host support .htaccess? This allows you set whole directories as 'login only'.
if it does, check out this tutorial -
http://hotwired.lycos.com/webmonkey/html/97/08/index2a.html?tw=backendIf 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?
-
03-11-2003, 07:40 PM #3
i was looking for somthin like a database kinda deal???
-
03-11-2003, 07:42 PM #4
ok i wnted to put a user id an password on the index page so that when people who joined .wanted to sine in they jus typed there password and user id click access, and it would bring them to a memmber area..
-
03-12-2003, 03:26 AM #5
Ahh i see.
they have loads of Perl password gateways.auth systems @ www.hotscripts.com . Have a lookIf 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?
-
03-12-2003, 04:20 AM #6
-
04-20-2004, 02:01 PM #7
it's probably more secure to use .htaccess through a mysql db.
there's a module for apache thats easy to install called mod_auth_mysql. To check if it's already on your server look for something like this in your httpd.conf:
LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
or if you are running a debian linux server with apt, simply run:
apt-get install auth-mysql-module
or something
-
10-30-2006, 08:38 PM #8
Re: password protection
I set up a basic htaccess scipt at http://bumblebeeware.com/password/
Its one simple admin script, but great to build on. If you are on a unix server and want a simple pass protection its a good hack.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum