Jump to content
  • 0

Any guide how install MD5 rAthena?


Whitecash

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  12/08/11
  • Last Seen:  

Any someone know how install from MD5? i am very new with MD5.

Thank you if you explain me how install MD5 with guide

Whitecash.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  257
  • Reputation:   253
  • Joined:  11/29/11
  • Last Seen:  

It doesnt exactly require a guide.

conf/login_athena.conf

// Store passwords as MD5 hashes instead of plaintext ?
// NOTE: Will not work with clients that use <passwordencrypt>
use_MD5_passwords: yes

If you're using SQL, run sql-files/convert_passwords.sql

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  12/08/11
  • Last Seen:  

need i change "user_pass"

UPDATE `login` SET `user_pass`=MD5(`user_pass`);

?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  257
  • Reputation:   253
  • Joined:  11/29/11
  • Last Seen:  

If you set your server to use MD5, all the user passwords need to be in MD5, so yes...?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

If you set your server to use MD5, all the user passwords need to be in MD5, so yes...?

Isn't sql-files/convert_passwords.sql used to convert passwords to md5? I don't think he'll need to set the passwords.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  257
  • Reputation:   253
  • Joined:  11/29/11
  • Last Seen:  

Depends if he's wanting to convert a server or setup a server then doesnt it? Thought that was self explanatory based on the file name :D

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...