Help me : Incoming connection (Not bot) - 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: Help me : Incoming connection (Not bot) (
/showthread.php?tid=488209)
Help me : Incoming connection (Not bot) -
bigtigerbeee - 17.01.2014
Код:
[12:48:45] Kicking 110.171.12.59 because they didn't logon to the game.
[12:48:48] Kicking 58.11.232.235 because they didn't logon to the game.
[12:49:09] Kicking 1.0.189.105 because they didn't logon to the game.
[12:49:09] Kicking 125.26.75.40 because they didn't logon to the game.
[12:49:12] Kicking 182.53.1.120 because they didn't logon to the game.
[12:49:18] Incoming connection: 110.171.12.59:4062
[12:49:44] Incoming connection: 171.7.8.233:15653
[12:49:48] Kicking 110.171.12.59 because they didn't logon to the game.
[12:49:54] Incoming connection: 182.53.1.120:26333
[12:50:11] Incoming connection: 115.87.164.189:49230
[12:50:14] Kicking 171.7.8.233 because they didn't logon to the game.
[12:50:24] Kicking 182.53.1.120 because they didn't logon to the game.
[12:50:27] Incoming connection: 1.0.189.105:12073
[12:50:36] Incoming connection: 110.171.12.59:4068
[12:50:41] Kicking 115.87.164.189 because they didn't logon to the game.
[12:50:50] Incoming connection: 49.0.115.217:63913
[12:50:53] Incoming connection: 171.7.8.233:15673
[12:50:57] Kicking 1.0.189.105 because they didn't logon to the game.
[12:51:06] Kicking 110.171.12.59 because they didn't logon to the game.
[12:51:08] Incoming connection: 58.8.226.78:50874
[12:51:20] Kicking 49.0.115.217 because they didn't logon to the game.
[12:51:23] Kicking 171.7.8.233 because they didn't logon to the game.
[12:51:38] Kicking 58.8.226.78 because they didn't logon to the game.
[12:51:53] Incoming connection: 49.0.115.217:57411
[12:51:57] Incoming connection: 110.171.12.59:4073
[12:52:27] Kicking 110.171.12.59 because they didn't logon to the game.
[12:52:31] Incoming connection: 171.7.8.233:15689
[12:52:49] Incoming connection: 124.120.205.219:49266
[12:53:01] Kicking 171.7.8.233 because they didn't logon to the game.
Re: Help me : Incoming connection (Not bot) -
M3HR4N - 17.01.2014
it seems to be ddos attacks ....
Re: Help me : Incoming connection (Not bot) -
Sojo12 - 17.01.2014
Yep...Looks like that only.
Re: Help me : Incoming connection (Not bot) -
Blademaster680 - 17.01.2014
It seems like they are trying to crash your server. If it is possible with you try check your bandwidth usage on your server. When people ddos there is a huge amounts of bandwidth that gets used during the time of the attack
Re: Help me : Incoming connection (Not bot) -
bigtigerbeee - 17.01.2014
All IP 's player
Re: Help me : Incoming connection (Not bot) -
M3HR4N - 17.01.2014
if they are players, then check your gamemode/filterscripts.
Re: Help me : Incoming connection (Not bot) -
bigtigerbeee - 22.01.2014
Check ?
Re: Help me : Incoming connection (Not bot) -
Hoborific - 23.01.2014
For infinite loops causing CPU tax, if you loop something ongamemodeinit and it never finishes, the networking of the player connecting just times out and they get disconnected.
Re: Help me : Incoming connection (Not bot) -
bigtigerbeee - 25.01.2014
Example ?