Script Category : PHP
Script Sub Category : Security Systems
A simple security system meant to augment existing scripts. Includes protection against automated request floods, can sanitize user-inputted data (GET, POST, COOKIE) to remove html tags, updates .htaccess to block offending IPs, etc. Also includes simple functions you can use in your own scripts for flood control of your own functions, using only a single line of code. Can even automatically encrypt your HTML. Simple to add to your scripts - require_once("ccisecurity.php").
|