SA-MP Forums Archive
dialog injection - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: dialog injection (/showthread.php?tid=654135)



dialog injection - ShadowBlack - 21.05.2018

i use this include: https://sampforum.blast.hk/showthread.php?tid=475838

how i can make anti sql injection , i don't have ondialogresponse, if i put % in a dialog, server crashes


Re: dialog injection - DarkSkull - 21.05.2018

SQL injection has nothing to do with Dialog. After processing in Dialog:whatever part, Before inserting into the DB, You have implement measure against SQL injection.