Jump to content

SMF Account -> Server Account


-SOAD-

Recommended Posts

Hey, I just wanted to script a function which allows to logIn players they are registred on the SMF Forum. ( Not the MTA own register system, just a own )..

Ye the problem is that i dunno in which table the user accounts are saved and how to read them in lua ( with mySQL plugin )

Im sure that they are encoded and that would also make a problem.

So if some players could gimme some tipps I would thanks alot.

regards sOAD.

Link to comment

you dont need to decrypt passwords (SMF uses SHA1 with salt anyway, good luck with that)

you need to compare a hash of the entered password with a hash stored in database. if it matches — entered password is correct.

all you want is SMF's hashing algorithm

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...