23.08.2009, 21:32
Quote:
|
Originally Posted by Joe Staff
Shouldn't it be "SELECT * FROM mytable WHERE ..." ? I've made my own MySQL login system before and I think that doing "SELECT Whatever" would select a column called 'Whatever' whereas the '*' is all columns. You could also do "SELECT Username,Password FROM mytable ..." and that would get you the columns you're looking for anyway.
|
Zafire are you using any type of encryption on the passwords?
EDIT: I just noticed this..
pawn Code:
if(!strcmp(cmdtext, "/login", true, 3)) // 3 is the length of /me

