Local Industrial Works Chat Final Version
by Roman
gopher://shibboleths.org
May 11, 2025
Chat script with private messages, with wall, statistics,
message color changes, and online statuses. Designed
for communication within industrial, science labs and
office spaces, it does not require SQL.
System Requirements:
- PHP 5.x;
- Web server: Any;
- SQL not required;
- Server: Celeron 333/32 MB RAM and above;
- Operating system: Windows XP or higher;
- Browser: Palemoon 27, K-Meleon 56 and above;
- License: FreeWare.
How to install?
- Set CMOD 777 on the following files and folders:
users.txt, chat/mail, chat/msgs, chat/users, chat/guest.txt,
chat/base.log;
- The file stat.php is responsible for displaying statistics
on the main chat page;
- Configuration files for chat headers are located in the
settings directory;
- The password for clearing the chat message log is: 123.
The password is stored inside the file chat/deleter.php and
can be changed;
- In the chat/host.php file, specify the domain address where
the chat is located to protect against hotlinking;
- The file chat/chattext.php contains settings for automatic
chat log clearing. By default, the log is cleared every 1000
messages. These parameters can be changed;
- The visitor log is located in the file "chat/base.log";
- Settings for the number of lines in the visit log can be found
in the file chat/log.php;
- Banning is done by editing the .htaccess file in the file
manager;
- In PHP 5.6 and higher, you need to replace "<?" in scripts
with "<?php" where not done;
- Don't forget to set your server settings to protect against
direct access to txt files in the user database users.txt;
- Do not change the script encoding, as PHP sessions will
not work!
- Default users for check: test and test2 pass: 123, remember
about letters size!