Simple Chatbox Application

  1. Overview:

    • A straightforward chatbox/shoutbox like application developed using HTML, CSS, JavaScript & PHP.
  2. Installation:

    • Copy the content's of the 'Chatbox-Website' folder into your webserver directory.
    • Voila! Your chatbox is ready to roll!
  3. Message Storage:

    • Messages are written to 'chatlog.txt,' eliminating the need for a database.
  4. Keyword Blocking:

    • Certain keywords, such as 'php,' '.php,' 'javascript,' and '.js,' are blocked.
  5. Dependencies:

    • PHP is essential for proper functionality; ensure it is installed on your server.
  6. Additional Feature:

    • Enjoy a built-in JavaScript game - Tic Tac Toe - for users to play.
    • If you prefer not to include it, simply remove the 'tic' folder and the corresponding HTML line on line 11 in index.html.
Description
A simple chatbox/shoutbox to communicate on a website, reminiscent of the old days. Ideal for quickly setting up on I2P and onion sites. A Docker image is available on Docker Hub (nxs8739/ubuntu-lighttpd-php), and is ready to run with minimal configuration. Just ensure the volumes are set correctly and run the container to get started.
https://chatbox.bsllc.xyz
Readme 78 KiB
Languages
JavaScript 32%
Dockerfile 19.3%
CSS 18.7%
PHP 16.2%
HTML 13.8%