The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hacking User Database
Okay, I'm trying to hack the user database in 3.5 to redistribute and update appropiate user information (ie. password, username, email, etc.)
Everything's changed so much, I don't know where to start. The information needs to goto a completely different database, with a totally different SQL username/password combination....Oh also, it's using the traditional MD5 password hash :ermm: So...where do I start? |
#2
|
||||
|
||||
Hook userdata_postsave
|
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
This is a Hook in the User Datamanager, which is being called whenever smth. was saved to the user Table through the Datamanager.
You can access the fields you need with PHP Code:
|
#5
|
||||
|
||||
Quote:
|
#6
|
|||
|
|||
Whatever solution you will choose, the password will be impossible.
|
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
Ok, let me rephrase that: "The password is impossible without reducing your security significant"
|
#9
|
||||
|
||||
Marco is right, you can't catch the Plaintext Password without reducing security significantly.
To store Data in another Database, just connect to it using the PHP mySQL Interface. |
#10
|
||||
|
||||
meah...i'm not the best of codehackers Kirby. Care to give me a lil lesson on how to hack 3.5 . I suck at abstract queries.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|