kickazz08 Posted August 26, 2012 Posted August 26, 2012 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.?
RCharles Posted August 26, 2012 Posted August 26, 2012 (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 August 26, 2012 by RCharles
Akkarin Posted August 26, 2012 Posted August 26, 2012 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.
kickazz08 Posted August 26, 2012 Author Posted August 26, 2012 Solved the problem... i was able to fix it.. @Rcharles thnx dude..
Question
kickazz08
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