Simple Chatbox Application
-
Overview:
- A straightforward chatbox/shoutbox like application developed using HTML, CSS, JavaScript & PHP.
-
Installation:
- Copy the content's of the 'Chatbox-Website' folder into your webserver directory.
- Voila! Your chatbox is ready to roll!
-
Message Storage:
- Messages are written to 'chatlog.txt,' eliminating the need for a database.
-
Keyword Blocking:
- Certain keywords, such as 'php,' '.php,' 'javascript,' and '.js,' are blocked.
-
Dependencies:
- PHP is essential for proper functionality; ensure it is installed on your server.
-
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
Languages
JavaScript
32%
Dockerfile
19.3%
CSS
18.7%
PHP
16.2%
HTML
13.8%