14.08.2016, 16:23
Why so?
I don't think the data stored in the db needed to be retrieved by another application
Thanks I will improve this
okay thanks..
Thanks all
I don't think the data stored in the db needed to be retrieved by another application
Quote:
You should escape the player names (%q), or else an SQL Injection might occur.
Also, read this: https://sampforum.blast.hk/showthread.php?tid=570910 If you convert to that (Which would eliminate the need to add stuff to the script like InitAKA and LoadAKA), make sure to check if FILTERSCRIPT is defined, so you'd do it under OnFilterScriptInit, if not, under OnGameModeInit |
Quote:
http://forum.sa-mp.com/showpost.php?...postcount=4569
Use ipmatch to detect similar IPs, because this is the main purpose of AKA. Your code just checks accounts registered on same IPs not similar. So in case of IP match, you have to: go through all rows > get their IP > use ipmatch > store matched ones. |
Thanks all
