Quote:
Originally Posted by sariusmt
Well I only use the clients that DB shows.
ok now I got rid of the HTTP error but I still can`t log in. Says login fail. I replaced the "data" folder of the client (rohan blood feud official) with the server`s one. I replaced the rohanclient.exe with Shine Rohan`s and now I don`t get the HTTP thing, but I have this
.
.
. Any ideeas?
|
that is an easy one. how did you set your passwords in your database?
Looking at this:
[Only registered and activated users can see links. Click Here To Register...]
it looks like you put your passwords into the database as plain text. You do not store password in the database as plain text. You only store their md5 hash codes. That way if you database is ever stolen, the passwords contained in it are useless because they are not encrypted.
Go here to generate your md5 password hashes :
[Only registered and activated users can see links. Click Here To Register...] and store those in your database.
Here is an example:
password: 12345
md5 hash for that password : 827ccb0eea8a706c4c34a16891f84e7b