Someone here wrote (and I can't find it now) about a site in the German language that made password protection a snap. I found it and though I couldn't read anything I was able to use the service. You simply put in your userid and password and it pumped out the result. You simply had to cut and paste the result to your .htaccess and .htpassword files. I did it and the whole thing took two minutes. No telnet(I can't use telnet), running programs or anything. It was quick and easy. Now I wish I had bookmarked that site as a need to password protect another directory. Does anyone know the URL of that site?
Nov 13, 1999, 9:06 PM
Veteran (2260 posts)
Nov 13, 1999, 9:06 PM
Post #2 of 9
Views: 2451
http://www.pdamania.com/encrypt.cgi
i just made it.. if it doesn't work tell me.. it uses SALT to encrypt as it's key so i'm not sure if it's gonna work on all servers
jerry
i just made it.. if it doesn't work tell me.. it uses SALT to encrypt as it's key so i'm not sure if it's gonna work on all servers
jerry
Nov 19, 1999, 6:47 AM
User (109 posts)
Nov 19, 1999, 6:47 AM
Post #3 of 9
Views: 2429
It didnt work for me
It made the files, and they looked ok, fine , and normal, but when trying to access the admin.cgi, instead of being prompted for a password, i was told that page was not found, or renamed..
A couple times it sent me to some http://di. something-or-another url...
At any rate, it wasnt until i deleted the generated .htaccess & password file was i allowed back into my admin.cgi with no problem..
But im still stuck with the delima of having no sort of protection.. I tried to download the PASSWORD SCRIPT-MOD from the downloads, and its a broken link,. So now i really dont know what to do.. Any ideas?

A couple times it sent me to some http://di. something-or-another url...
At any rate, it wasnt until i deleted the generated .htaccess & password file was i allowed back into my admin.cgi with no problem..
But im still stuck with the delima of having no sort of protection.. I tried to download the PASSWORD SCRIPT-MOD from the downloads, and its a broken link,. So now i really dont know what to do.. Any ideas?
Nov 19, 1999, 3:07 PM
Novice (28 posts)
Nov 19, 1999, 3:07 PM
Post #5 of 9
Views: 2438
I tried copying the other .htaccess and .htpasswd (I modified the URL in .htaccess). I also tried the result of the web page mention above but nothing works. I guess my ISP decided to disable my ability to make additional directories password protected. I asked about it and they want to charge me $50 to do it. What a scam. Think twice before using Intergate.bc.ca as your ISP.
Nov 20, 1999, 7:16 PM
Novice (28 posts)
Nov 20, 1999, 7:16 PM
Post #8 of 9
Views: 2418
I think there must be a way to password protect a directory without having to muck around with .htaccess. I have some banner exchange software and the admin function is protected by a password. It works and I didn't have to do anything. I tried to read the Perl code but I didn't understand it.