SmatFoxServer Source Code

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

Moderators: Lapo, Bax

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

SmatFoxServer Source Code

Postby AxelDeath » 08 Feb 2021, 19:31

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.

Return to “SmartFoxServer 1.x Discussions and Help”

Who is online

Users browsing this forum: No registered users and 30 guests