How?
what hash?
The smf password hash
Then if i register with the password: mypass
Then i don't see in the MySQL: 84965161798419149841
But then i see: mypass
How?
The passwords are encrypted with salted sha1.
Its not possible to get the password back, you can change it, but not recover it
If your the admin and want to change someones password you can do so via their profile.
And its not currently possible to disable the use of it. (its for security reasons).
But there must be a way to disable it then i need to remove some stuff in the files right?
Why do you want to disable it? Its there for securityreasons.
I need to create a function for the hash for a game
If i type in the game /register <password>
then the password must be converted to the smf hash
How?
any?
A quick search on the forum here would have given you a handful of results. Here's one (http://www.simplemachines.org/community/index.php?topic=206040.msg1310676#msg1310676).