Web Security
A complex website include many programs that can be hacked or spammed. Spamming can often be blocked by registration check as well as using captcha systems. Hacking can be made much more difficult by adding additional precautions.
| Function | Details | Further Details | Additional Details |
| Backup | Full website backup with click of a button Whole backup can be downloaded |
Everything restored to backup state with click of a button | Usually only required for complex sites with user registration and saved user data |
| User Registration Spam Block | Spammer blocker | Add additional security by looking up spam registers and preventing spam registration if the user is a known spammer, ip address is a known spammer, or username is a known spammer, or all or any of the above | |
| Block Country | Block certain country from visiting your site | ||
| Ban IP | Ban Specific IP from visiting your site | Require you to add individual IPs | |
| AntiHack | Multiple Functions to prevent hacking | The Active scanner will track and block any intrusion attempt such as SQL injection Actively scans sensitive file and denies hacker attempts to change them. Filters any request, such as POST, GET, etc. and blocks SQL injection attempts Notifies you by e-mail when a certain level of Alert is generated Captcha after unsuccessful admin login attempts |
|



