Quote:
Originally Posted by Vince
https://sampforum.blast.hk/showthread.php?tid=65567
Right. - You're using an outdated plugin
- You're not using any password hashing at all. HUGE FLAW!
- You're not escaping user input. HUGE FLAW! Vulnerable to SQL injection!
- I wouldn't advise using the *_content functions. You know in what order the fields will be returned. Use the index, it's faster.
|
Okay sorry, but this tutorial is only to beginners programmers.
For injection, that's not true, it works best as possible.