Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RobotN1XON

Pages: [1]
1
Suggestions Corner / Re: Website needs a few tweeks
« on: January 27, 2011, 05:03:51 am »
and you think the devs are not aware of such features as the "password" type or how to manage a database i mean you could have just writen please update the character page, no need to throw all the smart stuff in.

Why don't they use it then?

Got no clue about the security thing you talk about, but I guess there is a reason it ain't implemented.

And you sir sound very well informed. Password leaks don't happen when you have an encrypted database.

2
Suggestions Corner / Website needs a few tweeks
« on: January 25, 2011, 06:49:07 am »
First of all, the password field in login should be changed to type "password" so it doesn't display it in plain text.

Secondly, if the passwords have been leaked, that's probably because you were storing them on the server in plaintext. in the PHP code, run the sha1() function, then store the hash in the database under "password". Then, when someone logs in, run the function again on the password they're attempting to log in with, and compare the sha1 hashes. that way if anyone gets into the database, all they'll see is the encrypted string of the password, and no more password leaks.

Thirdly, might be worth adding some Ajax into the character page. Gets kinda tiring having to constantly reload the page every time you change an attribute or want to view items in the shop.

3
Closed Requests / unban request (RobotN1XON)
« on: January 25, 2011, 06:40:58 am »
Not sure who banned me, but it says I got permanently banned for attacking another player. The guy was moaning about someone TKing (even though it happens all the time), so i chopped this guy, and started running away. Then he came after me and killed me, which is fair enough, I wouldn't have expected any less. But a permanent ban as well for a team attack?

Pages: [1]