A simple way to protect your web site from DDOS attack(FREELY)
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>