What would be best for messaging system?
#6

Quote:
Originally Posted by Joe Torran C
Ok well im going to give MySQL a go,
Im reading this tutorial and it shows me this:

pawn Код:
new string[256];
format(string,sizeof(string),"INSERT INTO `users` (`username`, `password`) VALUES ('%s', MD5('%s'))",PlayerName, password);
mysql_query(string);
How can i save what the player typed without hashing it?
Ive tried removing the MD5 bit but isent working
Try asking in the topic of the plugin.
Reply


Messages In This Thread
What would be best for messaging system? - by NewTorran - 18.05.2010, 13:14
Re: What would be best for messaging system? - by Calgon - 18.05.2010, 13:18
Re: What would be best for messaging system? - by NewTorran - 18.05.2010, 13:20
Re: What would be best for messaging system? - by Calgon - 18.05.2010, 13:31
Re: What would be best for messaging system? - by NewTorran - 18.05.2010, 13:51
Re: What would be best for messaging system? - by Calgon - 18.05.2010, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)