SmatFoxServer Source Code

Need help with SmartFoxServer? You didn't find an answer in our documentation? Please, post your questions here!

Moderators: Lapo, Bax

Post Reply
AxelDeath
Posts: 8
Joined: 23 Nov 2020, 12:27

SmatFoxServer Source Code

Post by AxelDeath »

Code: Select all

 catch (XMLException xe) {
      log.warning("Malformed XML request, MSG: " + msg + "\n From: " + ch.socket().getInetAddress());
      log.warning("Disconnecting: " + ch.toString());
      ConfigData.inComingDroppedMessages++;
      lostConnection(ch);
    } 
Hello I wanted to edit a part of the code so I can kick the user who is doing XML flood
The flood is very large and ends up shutting down the server, no one else can enter.
Post Reply