Archaic PHP Chat Lite 2.0

This is a special lite Archaic Chat version of the chat
made for small communities, groups, office and business
spaces as a means of quick communication over the
network without unnecessary settings via computers.

Internet Legends Chat Room by Roman
"Old internet skin theme"

gopher://shibboleths.org

26 nov 2024

Fastest Lite version of Archaic PHP Chat without users
registration. All scripts are simplified, text is output
to the screen from top to bottom. System requirements:
PHP7+, file-based.

How to install?

1) In "sources/common.php"
- session_save_path('/home/localhost/www/your_chat_folder/tmp');
you must explicitly specify the path to save the message log,
otherwise the chat log clearing function will not work;
2) In the host.php file, specify the domain address where the
chat is located to protect against hotlinking;
3) The clear.php file resets the log. Default log deletion
password: 123;
4) The visitor log is located in the file "base.txt";
5) All settings for the visit log in the "log.php" file;
6) The ban is carried out by editing the .htaccess file;
7) Direct chat settings are located in the
"sources/settings.php" file;
8) The number of log lines is regulated in the
"sources/log.php" file;
9) The file settings.php contains by default, the log
storage time is $this->talk_during = 86400; seconds,
i.e. 1 day. You can increase or decrease this time.
Each log line exceeding this time is automatically
deleted. Chat does not save all logs!
10) Set the base.txt file and tmp folder to attribute 777
via FTP;
15) Don't forget to set your server settings to protect
against direct access to txt files;