IP connections: - 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: IP connections: (
/showthread.php?tid=423322)
IP connections: -
audriuxxx - 17.03.2013
Hi,
Code:
[16:51:54] [query:i] from 62.212.200.201
[16:51:54] [query:p] from 62.212.200.201
[16:51:54] [query:c] from 62.212.200.201
[16:51:54] [query:r] from 62.212.200.201
[16:51:54] [query:p] from 62.212.200.201
[16:51:54] [query:p] from 62.212.200.201
[16:51:54] [query:i] from 62.212.200.201
[16:51:55] [query:p] from 62.212.200.201
[16:51:55] [query:c] from 62.212.200.201
[16:51:55] [query:r] from 62.212.200.201
[16:51:55] [query:p] from 62.212.200.201
Why here is that many queries, from same ip?
And how to make, how to off log, i don't get these queries?
Re: IP connections: -
ExpertSahil - 17.03.2013
Please explain something more, is this in your script? plugin ? or what?
What's main problem
What you're trying to do and it happens?
Check
this if you want to see MYSQL documentation
Re: IP connections: -
Djole1337 - 17.03.2013
Its just normal, and it has nothing to do with MySQL.
For more info:
https://sampwiki.blast.hk/wiki/Query_Mechanism
Re: IP connections: -
audriuxxx - 17.03.2013
But how to off these queries, i don't get them in log?
Re: IP connections: -
Djole1337 - 17.03.2013
logqueries 0
I believe.