Your privacy matters.

Use this secure chat to speak directly with the Provider. For best protection, keep your site on HTTPS.

How to use this base

Admin panel: ?view=admin_login

Chat from a profile: ?view=profile_chat&profile=ana

Chat from another profile: ?view=profile_chat&profile=sofia

What it already does

  • Single administrator.
  • Users enter with username, password, and display name from a profile.
  • Each visitor is linked to their profile.
  • Pure Independent sees joins, leaves, and conversations.
  • Each profile talks directly to Pure Independent.

Recommended improvements before production

  • Move admin and database credentials to a file outside public_html or to environment variables.
  • Add CSRF token protection and rate limiting.
  • Validate flood/spam and add IP blocking.
  • Separate backend/API/UI into different files.
  • Use WebSockets if you want true real-time, not polling.