Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

ChatNode TEMP. Crash (All Channels)

Banned
Banned
Joined
Apr 14, 2012
Messages
68
Reaction score
39
Execute the following iptables role in your CentOS:

Code:
iptables -A INPUT --match string --algo kmp --hex-string '|E2 B7 0E 00 00 00 00 00 35|' --jump DROP

This is a temporary solution!
I do not know if there are other hexes. If you find out, comment.
I'll post a definitive solution as soon as I have the edited .bin.

EDIT:

ChatNode crashfix:

Edit WorldSvr.bin:
747FC785FE ---> EB7FC785FE

Edit your WorldSvr_xx_xx.ini :

#ImageAuth
UseBotCheckSystem=0
UseImageAuth=0
ImageAuthDataPath=/etc/cabal/ImageAuth/
UseBotCheckInCharacterSelectLogout=0
UseSharedImageAuthData=0
 
Last edited:
K

Komachi

Guest
Excellent job Niicke, now let's wait for the next bomb to bring down Channels, people like to launch diseases and then charge money for a cure.
 
Junior Spellweaver
Joined
Jun 15, 2014
Messages
148
Reaction score
23
Thank u very much, :eek:tt:
 
Last edited:
Junior Spellweaver
Joined
Jun 15, 2014
Messages
148
Reaction score
23
Niicke - ChatNode TEMP. Crash (All Channels) - RaGEZONE Forums


Still same, chanel heck
 
Banned
Banned
Joined
Apr 14, 2012
Messages
68
Reaction score
39
Niicke - ChatNode TEMP. Crash (All Channels) - RaGEZONE Forums


Still same, chanel heck

This modification prevents the channel CRASH. It is an attack that relies on sending an invalid packet to your server and disconnecting all players.
 
Junior Spellweaver
Joined
Jun 15, 2014
Messages
148
Reaction score
23
This modification prevents the channel CRASH. It is an attack that relies on sending an invalid packet to your server and disconnecting all players.

how to fix?

He
-He changed all the channels
-Making all channels lost
-Send All mail to player GM
 
Banned
Banned
Joined
Apr 14, 2012
Messages
68
Reaction score
39
how to fix?

He
-He changed all the channels
-Making all channels lost
-Send All mail to player GM

Did you make the modification in the channels as taught in the topic? Did you close the GlobalMgrSvr port for external access?
 
Junior Spellweaver
Joined
Jun 15, 2014
Messages
148
Reaction score
23
Did you make the modification in the channels as taught in the topic? Did you close the GlobalMgrSvr port for external access?

-A INPUT -p tcp --dport 38171 -j DROP
 
Junior Spellweaver
Joined
Dec 19, 2013
Messages
183
Reaction score
37
If you really think closing that port prevents the mail bit etc then you're horribly wrong I'm afraid.
 
Back
Top