• IP blacklisting - block IP addresses from using the site or just logging in.
  • File type blacklisting - ban certain types of files from being uploaded.
  • Spam protection - Set minimum time between submissions.
  • Spam protection - Set maximum files a user can upload per day.
  • Report file pages.
  • Support for https.
  • Account passwords stored in non-reversible format using SHA256 with key stretching via PBKDF2.
  • Option to block IP address for 24 hours after x failed logins. (default 5 attempts)
  • Option to send email notification to user when their account email address or password is changed.
  • Account login IP and country history logged for the last month. Viewable via manage users in the admin area.
  • Total login stats within last month, including from different IPs and countries shown by user. Helps reduce account sharing.
  • Ability to set list of email domains to block from registration.
  • Set banned ip expiry date to ban for limited time.
  • Option to block account sharing. Logged in users will be logged out when another person logs into the same account.
  • Uses the PHP recommended PDO library to handle secure communication with the database.
  • Externally tested for XSS and SQL injection attacks.

You can see view the manage IP section of our admin panel. Please note you will need to login with the details shown below:

  • Username: admin
  • Password: password

Secure
Secure

> More Features