Topic awaiting preservation: password protecting a website ? |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Swansea, Wales, UK |
posted 01-16-2002 11:09
Whats the easiest way to password protect a folder in a website ? I did have a link to a site that allowed me to configure my .htaccess file online and it then updated it for me, but i have since lost it and am looking ofr an easy way to achieve this ? |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 01-16-2002 12:03
you could write yourself a script: code: $password='mypassword';
|
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 01-16-2002 21:33
Don't do that, anyone can get in by going to http://www.url.com/filename.php?loggedon=1. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 01-16-2002 21:40
oh, really? oooops. |
Bipolar (III) Inmate From: some evil place, the evil little atoll |
posted 02-01-2002 04:13
look for a script called ace password. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 02-01-2002 04:18 |
Obsessive-Compulsive (I) Inmate From: ..san diego..ca..usa.. |
posted 02-03-2002 20:32
ack.. i had something different here.. |
Paranoid (IV) Inmate From: Lebanon |
posted 02-04-2002 14:54
jiblet, code: Don't do that, anyone can get in by going to [url=http://www.url.com/filename.php?loggedon=1.]http://www.url.com/filename.php?loggedon=1.[/url]
code: if ($loggedon!=1) {
|
Nervous Wreck (II) Inmate From: sweden |
posted 02-17-2002 12:47
or.. |