Hi:
Can i see my user password?
please help me that i can create form again and copy user post in his name(accunte).
can i change post number and visitor number
thanks in advance
kenfuzed
07-31-2007, 11:07 PM
Passwords are encrypted in the database and can't be seen.
Passwords are encrypted in the database and can't be seen.
thank you
please answere my other question!
popowich
08-01-2007, 12:11 AM
In theory I'd think you'd be able to grab the hash from mysql and crack it. Never tried.
AFAIK you can not change a members uid, and changing a post count if probably not a good idea either.
Here is a program to create fake statistics (http://www.vbulletin.org/forum/showthread.php?t=117933&highlight=forumhome+statistics) (*sigh*), not sure if you would be interested in that or not.
-Raymond
Swerve1000
08-01-2007, 06:34 AM
And the passwords are hashed twice ('salted' is the term), making cracking the hash a much longer process.