The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Distributing Usernames/Passwords/etc.
Can anyone give me some sample code & variables to start off with to hack up one of the Data APIs so I can distribute usernames/passwords/emails and any other misc. data
|
#2
|
|||
|
|||
No, that can not be done without reducing the vB security level to an unacceptable level (in my opinion).
|
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
Maybe you should explain a bit more what you want to do.
|
#5
|
||||
|
||||
During the registration process, submit usernames/passwords/emails to another database
Bug me more over IRC |
#6
|
|||
|
|||
Another vB database?
|
#7
|
||||
|
||||
You can store the eMail and Username wherever you want.
The Password however never does reach your Server. |
#8
|
|||
|
|||
if you play with the register.php file, you can create a sql query BEFORE the password is encoded to push the data in another dB, or send them by email, but why would you play with such a security risk ?!
|
#9
|
||||
|
||||
No you can't.
As said, the plaintext password never reaches the Server. |
#10
|
|||
|
|||
PAssword already get's hashed on the client (javascript), and like kirby say it would be a huge security risk not to do so.
The only way that MIGHT be possible is to create teh user on the second system with the same salt, but not even sure it would work then. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|