Login Details Incorrect how to fix ? plis help V15 Server

07/18/2015 01:17 igorgv#1
[Only registered and activated users can see links. Click Here To Register...]

how i can fix ? pliss help
07/18/2015 01:29 Michi#2
Did you registed by the website?
If yes than check the Server Salt.
07/18/2015 15:40 igorgv#3
Yes i register it but , my account dosen't work

I use code : patom ( md5 )
07/18/2015 15:48 Michi#4
Try kikugalanet (md5) maybe this will solve your problem :)!
07/18/2015 15:59 igorgv#5
I try it too :(
07/18/2015 16:04 Michi#6
Quote:
Originally Posted by igorgv View Post
I try it too :(
Did you tried this hash?
[Only registered and activated users can see links. Click Here To Register...]

First is kikugalanet and than the password.
07/18/2015 16:18 igorgv#7
Yes sir, but the error persist x.x
07/18/2015 17:21 .HeyEyay.#8
Go to Neuz.cpp and search for MD5 Salt

Code:
void CNeuzApp::HashMD5( char* szResult, LPCTSTR szPWD )
{
    char szBuffer[256];
    char* szKey = "kikugalanet";


    sprintf( szBuffer, "%s%s", szKey, szPWD );
    md5( szResult, szBuffer );
}
07/18/2015 18:04 igorgv#9
thx , i use other code in md5 (flight) its works thx *-*
03/26/2018 13:26 jbob123#10
VS?? needed?
03/26/2018 16:14 Dr. Peacock#11
Quote:
Originally Posted by jbob123 View Post
VS?? needed?
You need VS to Compile the Neuz, if you change the Salt... lul