![]() |
htpasswd
htpasswd -c .htpasswd mythick cock
Then i get command not found... What should i do?> |
sorry im using that function right now, give me a few to release it :)
|
Try this instead ...
/usr/local/bin/htpasswd -c .htpasswd mythick cock |
Quote:
nope I think i gotta install that module :( |
Quote:
Do you have apache installed? I'm pretty sure it comes with Apache. What O/S u running? FreeBSD, Redhat? |
/usr/local/apache/bin/htpasswd
|
Quote:
|
:321GFY
|
Quote:
|
hit me up on ICQ and I could help you out!
jDoG |
Quote:
Try doing a "which htpasswd". If not, do a "locate htpasswd". Hopefully one of them will tell you the path to it. If not, what's your ICQ #? |
To generate a password you can make a quick perl script which
crypts your input and gives you the hash to put in your htpasswd file. Code:
$pass = $ENV{'QUERY_STRING'}; |
Quote:
|
Quote:
|
tried this?
/usr/local/apache/bin/htpasswd |
Lots of 10000+ posters are sporting new quickbuck sigs. They must be paying some serious green :glugglug
|
Hi.
whereis htpasswd This will do a couple things. It will show you if the binary exists...for example /usr/local/sbin/yada yada...... if it does exist as a binary then that means that the directory is not in your PATH. You can either add it to your PATH or just switch over to that directory and run it from there.... or type the full path to the binary. If NO binary exists, it can be made from PORTS. I love ports....... the whereis htpasswd will show you which dir htpasswd is in. just cd over there and "make" it.... The rest is done automatically......before you know it poof you got htpasswd. |
yeah try a locate htpasswd, then go to the directory and try again:
htpasswd -c .htpasswd mythick cock command looks good btw |
Quote:
And your genius idea was? |
All times are GMT -7. The time now is 03:47 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123