GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   htpasswd (https://gfy.com/showthread.php?t=199257)

Juicy D. Links 11-18-2003 11:16 PM

htpasswd
 
htpasswd -c .htpasswd mythick cock

Then i get command not found...

What should i do?>

NaughtyJenn 11-18-2003 11:17 PM

sorry im using that function right now, give me a few to release it :)

fsfaz 11-18-2003 11:17 PM

Try this instead ...

/usr/local/bin/htpasswd -c .htpasswd mythick cock

Juicy D. Links 11-18-2003 11:26 PM

Quote:

Originally posted by fsfaz
Try this instead ...

/usr/local/bin/htpasswd -c .htpasswd mythick cock


nope I think i gotta install that module :(

fsfaz 11-18-2003 11:28 PM

Quote:

Originally posted by juicylinks



nope I think i gotta install that module :(


Do you have apache installed? I'm pretty sure it comes with Apache. What O/S u running? FreeBSD, Redhat?

JDog 11-18-2003 11:28 PM

/usr/local/apache/bin/htpasswd

Juicy D. Links 11-18-2003 11:28 PM

Quote:

Originally posted by fsfaz



Do you have apache installed? I'm pretty sure it comes with Apache. What O/S u running? FreeBSD, Redhat?

Freebsd

Sifu 11-18-2003 11:28 PM

:321GFY

JDog 11-18-2003 11:29 PM

Quote:

Originally posted by juicylinks


Freebsd

do a locate htpasswd ;)

JDog 11-18-2003 11:30 PM

hit me up on ICQ and I could help you out!

jDoG

fsfaz 11-18-2003 11:30 PM

Quote:

Originally posted by juicylinks


Freebsd


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 #?

mryellow 11-18-2003 11:33 PM

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'};
$passcrypt = crypt($pass,$pass);

print "Content-type: text/html\n\n";
print "\|$passcrypt\|\n";
print "\n";

-Ben

kad 11-18-2003 11:34 PM

Quote:

Originally posted by fsfaz



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 #?

Which wont work. Which only looks in the shells path. Locate might if the file database is up to date.

Juicy D. Links 11-18-2003 11:34 PM

Quote:

Originally posted by Sifu
:321GFY
you sale content?

Lane 11-18-2003 11:36 PM

tried this?

/usr/local/apache/bin/htpasswd

SomeCreep 11-18-2003 11:36 PM

Lots of 10000+ posters are sporting new quickbuck sigs. They must be paying some serious green :glugglug

footguy 11-19-2003 01:12 AM

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.

Sneka 11-19-2003 02:37 AM

yeah try a locate htpasswd, then go to the directory and try again:
htpasswd -c .htpasswd mythick cock

command looks good btw

fsfaz 11-19-2003 02:40 AM

Quote:

Originally posted by kad


Which wont work. Which only looks in the shells path. Locate might if the file database is up to date.


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