Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. format(string, sizeof(string), "SELECT * FROM users WHERE User='%s' AND Password = MD5('%s') LIMIT 1", PlayerName, inputtext);
  2. new escape[140];
  3. mysql_real_escape_string(inputtext,escape);
  4. new Success = mysql_fetch_int();
  5. // if(!strcmp(MD5_Hash(inputtext),Success, true))
  6. if (Success = true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement