Jump to content
  • 0

Ceres CP r117 need help


kickazz08

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

Hi guys... good day to all of you..

i have this problem with my ceres cp r117

I have migrated my server From 3ceam - Rathena

i have successfully installed ceres cp r117,, but there is one thing im missing

*when i log in my account using the control panel..

i alwasy gets this word ->( incorrect code )

how to solve this guys.?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  154
  • Reputation:   8
  • Joined:  05/31/12
  • Last Seen:  

The usual reason on why this happen is because your password is encrypted using md5 feature.

Back from your 3ceam, I you enabled md5 feature. Do this:

login_athena.conf

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

Config.php of ceres is like this:

$CONFIG['md5_pass'] = '1'; 

Thus when you aren't using md5 back from your 3ceam, disable md5. Do this:

login_athena.conf

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

change to no to disable the use of md5

Config.php of ceres is like this:

$CONFIG['md5_pass'] = '1'; 

change 0 to disable the use of md5

I hope this helps.

Edited by RCharles
Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3128
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

The 3ceam database structure for accounts is the same as it is at rA - if MD5 was in use on that emu, then it'll still work here. If MD5 is the issue, then you only need to update your Ceres config - not change MD5 to no in rA.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

Solved the problem... i was able to fix it..

@Rcharles

thnx dude..

Link to comment
Share on other sites

×
×
  • Create New...