what is this? DDOS??
#1

*** 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?
Reply
#2

Yeah a kinda of flood like player flooder i think
Reply
#3

aw how to prevent or removed that any idea?
Reply
#4

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

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

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

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

bump
Reply
#9

@******
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
Reply
#10

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")
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)