The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Other admin passw
i don't now if this exist...but how will be to do a general admin passw. For exemple when i go to admin i will must to insert 2 passw. My forum passw & a general admin passw. Nice ?
|
#2
|
||||
|
||||
Why do you need such a feature? If you need to secure your password simply use a complex password like "Q5yb53jyh32" which is impossible to crack. If someone is able to pass this password, he can pass two different passwords either..
|
#3
|
||||
|
||||
Yes...but maybee i don't want to always paste the pass...i mean...it is dificoult to remember such a passw
|
#4
|
||||
|
||||
OK, I think you are trying to say you want two levels of protection on your Admin CP.
You want a forum password to do general stuff, ie. open/close posts, move threads etc - And another one to access your Admin CP. Am I right so far? OK, well, thats what I have done on my forum, to access my Admin CP, you must give it the Admin CP password and my forum password. If any failed attempt is made to access my Admin CP, an email is sent to me with the person's IP address. OK, now, this can all be done with .htaccess. But I need more info on your server, you using Windows 2000 or Linux? And do you have access to CPanel or something like that? - If you do it will be a lot easier... |
#5
|
||||
|
||||
Sounds cool DWZ...
Would you tell us how to do it? Satan |
#6
|
||||
|
||||
Quote:
Open up a text document, name it stuff.htpasswd don't put a .txt or anything at the end... In that, put in: Code:
Username:EncryptedPassword Username2:TheirEncryptedPassword OK, save that file. Now you need to upload it via FTP to your server, but don't put it in a web accessible directory, for example, mine is stored in /home/dwz/.htpasswds/forums/admin make sure you remember where you save it Now, once it is uploaded, rename the file to .htpasswd make sure you do this via FTP. Do not try to rename the file in windows then try and upload it... Windows gets confused on files without filenames... Now, make another, this time called stuff.htaccess in this file, put this: Code:
AuthType Basic AuthName "vB Administrator Control Panel" AuthUserFile /home/dwz/.htpasswds/forums/admin/passwd require valid-user ErrorDocument 401 /error/401.php OK, getting close to finished now Upload this file to your vB admin CP directory (i.e. /forum/admin). Once uploaded, rename this file to .htaccess Again, do not try and do this in Windows. OK, now, you should have password protection on your admin cp. When you try and go to your vB admin CP, you should get a box like this: http://bruce-hamilton.com/tmp/ Here, type in the info you placed in the .htpasswd file unencrypted. You can save the password on your computer too if you like. Click OK and you should be taken to the normal vB admin CP login page if you aren't logged in. Or right to the vB admin CP if you are. OK, well, password protection is set up. Last few steps... Make a web page that you want displayed to people who type the password in wrong. Feel free to use my one, just don't link the images to my site, save a copy and use your space : PHP Code:
And your done. Enjoy |
#7
|
|||
|
|||
I could really do with some help here, I have followed all the above instructions and created an encrypted password using the link you gave. I get the box asking me for a password i type in the unencrypted password it brings up the box again and after 3 attempts i get the error message. I have removed the 2 files now so i have access again to my CP. any idea's where i am going wrong?
|
#8
|
|||
|
|||
i fixed it. Thanks
phil |
#9
|
||||
|
||||
How did you fix it?
Satan |
#10
|
|||
|
|||
i reinstalled both files in the same directory /admin and added /.htpasswd to the location in .htaccess
I hope the above helps. Phil |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|