The main problem is that the game server and the web server are running on different systems. And due to security matters we only have a one-way connection web server->game server established.
Somebody told me that at the moment I click on login the password is already hashed using javascript. Is that true? Because then I have to give up and create another page for registration on the game server. I could run it inside vBulletin so that the players are forced to sign up on our boards.
But if the password is hashed on the backend using php I could grep it and work with it.
Best regards,
Lennix aka. Pascal
|