The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Altering mod_auth_sql w. MD5
I'm trying to use mod_auth_mysql to access the username/passwords in vBulletin's database with authentication ON.
As I understand it, mod_auth_mysql can use encryption, but it is not the same type as that used by vBulletin. (MD5) I found an OLD mod_auth_mysql that has added MD5. Apparently it's so old that it doesn't compile well with the newer version of Apache I have running on my server... Does anyone know of a newer mod_auth_mysql with MD5 capability? Would it be that hard to code? The OLD patch I found is here: http://www.nic.uklinux.net/?location=src I know I could use no encryption, though I would really like to avoid this... |
#2
|
||||
|
||||
you really don't need to use mysql_auth
this seems to be what you are looking for. see if this helps, if not i can help further. https://vborg.vbsupport.ru/showthrea...threadid=34690 |
#3
|
|||
|
|||
Yeah, I just got that hack installed, thanks. I'm trying to protect everything, so I included
require('./authvb.php'); at the top of three global.php files (at the www level, in the admin folder, and in the mod folder) Am I missing any "globals" or are there just three? Also, would you know how to logout a user and prompt them to re-enter their login info if they were inactive for a period of of time? thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|