Ok then i want to explain my system.
I have a forum and 4500 users.
The forum is storing the passwords as md5 encrypted on database. I was using adminmod and it supports md5 passwords. But i don't like adminmod and i want to use amxmodx. I have to make the amxmodx to use these passwords. I think that the md5 function is included for this. But i don't understand why it gives a different result as the php gives.
I used the php's md5 function and create an encrypted password, but amxmodx's encrypted password is differs from this password.