Jump to content
  • 0

Ceres CP r117 need help


Question

Posted

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.?

3 answers to this question

Recommended Posts

Posted (edited)

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
Posted

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.

  • Recently Browsing   0 members

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