MySQL Query Spam - 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: MySQL Query Spam (
/showthread.php?tid=444790)
MySQL Query Spam -
CONTROLA - 18.06.2013
Hey guys!
I've got a really big problem with a person on my server. He somehow succeeds in spamming a dialogid which executes a MySQL query. It makes this about 10 times per second, spamming the mysql log and other queries can't execute because of that. (like SELECT queries which are used for the login/register system).
Any idea how I can prevent this dialog spam? He somehow makes OnDialogResponse to be called without using the proper command for that dialog.
Re: MySQL Query Spam -
park4bmx - 18.06.2013
Do some
printf's to see exactly how!
But just make a aria ke to check whether the player used the command!
Wong section BTW
Re: MySQL Query Spam -
CONTROLA - 18.06.2013
Quote:
Originally Posted by park4bmx
Do some printf's to see exactly how!
But just make a aria ke to check whether the player used the command!
Wong section BTW
|
Please read my post again.. You didn't understand it. By the way, I think this is the right section to post a scripting help topic.