Skip to content

A simple way to protect your web site from DDOS attack or the Dead Ping

Notifications You must be signed in to change notification settings

SANGED/AntiDDOS-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

AntiDDOS-system

A simple way to protect your web site from DDOS attack(FREELY)

This code has been tested by several deep web hackers!

How to use it!

In your webpage(for example produits.php or index.php), you just have to include the file index.php from anti_ddos:
Note: This system only activates when it detects abnormal activity and protect immediatly your website/server
<?php
     session_start();// NEver forget this line<br>
     include ("anti_ddos/index.php"); //Include file here!</br>
?>

<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><br>
        ...
   </head><br>
   <body>
      <!-- My Web Page -->
    </body>
</html>

About

A simple way to protect your web site from DDOS attack or the Dead Ping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%