SA-MP Forums Archive
what is this? DDOS?? - 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: what is this? DDOS?? (/showthread.php?tid=400773)



what is this? DDOS?? - PRoleplay - 20.12.2012

*** Audio Plugin: Incoming connection from XXX.XXXX.XXX:XXX
*** Audio Plugin: Incoming connection from XXX.XXXX.XXX:XXX
*** Audio Plugin: Incoming connection from XXX.XXXX.XXX:XXX
*** Audio Plugin: Incoming connection from XXX.XXXX.XXX:XXX
*** Audio Plugin: Incoming connection from XXX.XXXX.XXX:XXX
*** Audio Plugin: Incoming connection from XXX.XXXX.XXX:XXX

they flood my Server Logs is that DDOS?


Re: what is this? DDOS?? - RedCrossER - 20.12.2012

Yeah a kinda of flood like player flooder i think


Re: what is this? DDOS?? - PRoleplay - 20.12.2012

aw how to prevent or removed that any idea?


Re: what is this? DDOS?? - Lordzy - 20.12.2012

Use an anti-flood to avoid this. Or look up into JernejL's flood control tutorial.


Re: what is this? DDOS?? - PRoleplay - 20.12.2012

@lordz thank you for your reply bro i will try that


Re: what is this? DDOS?? - Criswell - 20.12.2012

Have you tried the anti-flood as Lordz talked about?


Re: what is this? DDOS?? - PRoleplay - 20.12.2012

@****** thanks for your reply
can you help me what the steps im going to do? im beginner in scripting
thanks in advance


Re: what is this? DDOS?? - PRoleplay - 21.12.2012

bump


Re: what is this? DDOS?? - PRoleplay - 22.12.2012

@******
pawn Код:
public OnServerMessage(const msg[])
{
    if (!strcmp(msg, *** Audio Plugin: Incoming connection from , false, 43))
    {
        FIXES_SilentBanIP(FIXES_ReadIp(msg[43]));
    }
}
i will put this on my gamemode? sorry for noob question
and the number 43 in here " if (!strcmp(msg, *** Audio Plugin: Incoming connection from , false, 43))"
is the number of times?
now i got 5 different IP's always flooding on my server console
i hope someone can help me


Re: what is this? DDOS?? - PRoleplay - 22.12.2012

thank you ******
how about how can i detect how many IP spam?

EDIT:
igot this error

D:\gamemodes\gamemode.pwn(778 : warning 235: public function lacks forward declaration (symbol "OnServerMessage")