Просмотр поста

.
AlkatraZ
╭∩╮ (`-`) ╭∩╮

JohnCMS already has a built-in algorithm to deal with simple Ddos attack.
By default it is off.

In order to enable it, you must open the file /incfiles/classes/core.php
Line 34 is: private $flood_chk = 0;
You need to set 1 instead of 0, and then begin AntiDdos mechanism.