The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How can I set up one of these??
|
|
#2
|
||||
|
||||
|
.htaccess
|
|
#3
|
||||
|
||||
|
|
|
#4
|
|||
|
|||
|
Question: That link you provided, do i have to share this my administator?
Because I'm planning to create only for administrator to use that feature. The password is not working >_> |
|
#5
|
|||
|
|||
|
the username/(masked-password) goes in the .htpasswd file, the info for the .htaccess file is different.
Ie, htpasswd file contents: path to file = /usr/local/.htpasswd webmaster:V9N01L01/xROE <-- Generate your own passwd Ie, .htaccess file content: path to file = /home/username/public_html/forums/admincp/.htaccess AuthUserFile /usr/local/.htpasswd AuthName "Enter your login info" AuthType Basic require valid-user |
|
#6
|
||||
|
||||
|
Anyone can use it if they know the login
|
|
#7
|
|||
|
|||
|
I got it, I got my host to generate one for me
![]() The link provided didn't help. |
|
#8
|
|||
|
|||
|
If you have shell access, here is the command to generate and set the passwd by typing it yourself at the prompt, like adding a normal user from a shell.
If your vhosting, set the path to your vhost username dir, ie /home/username/.htpasswd htpasswd -c /path/to/dir/for/.htpasswd desiredusernamehere |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|