Looks like MD5 encryption is working if I change the code to:

Code:
str_cat(query, "select * from Players WHERE gsa6user='");
str_cat(query, username);
str_cat(query, "' AND gsa6password=MD5('");
str_cat(query, password);
str_cat(query, "');");



Are you sure that encryption works straight away and I not need to change this in the c-script?

Dusty


smile