• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Tutorial] Install Mod DDos Evasive [Anti DDos Attacks]

esfomeado

N o_0 B
Joined
Nov 29, 2010
Messages
277
Reaction score
21
Hi, today i will show you guys how to install a mod in xampp that prevent the ddos attacks.
The process is very simple you just need to install a mod in xampp.

1º - First make the download of the files.
[Is in the end of topic]

2º - Now extract the files and copy them to Xampp/Apache/Modules.

3º - Go to xampp/Apache/Conf and open the file httpd.conf.

4º - Search for the line:
Code:
LoadModule autoindex_color_module modules/mod_autoindex_color.so

5º - Add below this line:
Code:
LoadModule dosevasive22_module modules/mod_dosevasive22.dll

6º - Now go to the end of file and add:
Code:
<IfModule dosevasive22_module>

DOSHashTableSize 3097
DOSPageCount 20
DOSSiteCount 50
DOSPageInterval 1

DOSSiteInterval 1

DOSBlockingPeriod 300

</IfModule>

Have Fun :D
 

Attachments

  • Mod Anti DDos.rar
    44.2 KB · Views: 390 · VirusTotal
Dynamic libraries can contain code that may harm your computer (just in case anyone didn't know).
 
Back
Top Bottom