|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Retired
Industry Role:
Join Date: Dec 2002
Posts: 21,410
|
how to make password??
how do you make those encoded passwords that go in the htpasswd file?
can someone encode "forgotit" and post it here so i can cut n paste it so i can get back in my damn admin area? |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Aug 2003
Location: the Retirement Home (Almost)
Posts: 1,038
|
username:usuR4buO.5c/2
|
|
|
|
|
|
#3 |
|
vip member
Join Date: Jan 2003
Posts: 17,798
|
Admin URL please?
|
|
|
|
|
|
#4 | |
|
Retired
Industry Role:
Join Date: Dec 2002
Posts: 21,410
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Jul 2002
Location: Magrathea
Posts: 6,493
|
Do you want it to be encrypted exactly like a *nix password or do you want to use a special salt for encryption?
If you want to do a custom salt, you can use (in PERL) crypt($pwd, substr($pwd,1,2); or something similar. Edit: Nevermind, someone helped you, already. SpaceAce |
|
|
|
|
|
#6 |
|
So Fucking Banned
Join Date: Sep 2003
Posts: 303
|
|
|
|
|
|
|
#7 | |
|
Retired
Industry Role:
Join Date: Dec 2002
Posts: 21,410
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Jun 2003
Location: Lutz, FL
Posts: 1,022
|
Login to your server either by Telnet or SSH. use htpasswd to reset the password. Like
httpasswd /home/account/.htpasswd username It will then prompt you for the password you want to use and your set.
__________________
Clips4Sale.com |
|
|
|
|
|
#9 | |
|
So Fucking Banned
Join Date: Sep 2003
Posts: 303
|
Quote:
|
|
|
|
|