Simple file based web chat "Insomnia" by Roman
Dec 2023
Web chat "Insomnia" in the form of a room with user
registration with notification by email. Additionally,
user profiles have been implemented.
Requirements: php 5.0 - 5.6
How to install?
1) Unpack the archive to disk and make the following settings:
* * *
2) Set attributes 777 to the userlist and users folders,
as well as the text.php file, base.log file.
* * *
3) Global chat values are in the vars.php file;
* * *
4) Protection from direct access by bots host.php;
Enter the website address with http:// or https://
* * *
5) The connection logger is located in the base.log file;
Log settings in the log.php file
* * *
6) File manager fm.php login: killer password: 123;
* * *
7) In php 5.6 and higher you need to replace "<?"
in scripts with "<?php" where not done;
* * *
8) Known bugs are that some old browsers do not understand
the salted password link address and therefore cannot enter
the chat.
* * *
9) In the main.php file in the line $numLines = 300;
the maximum number of messages log lines is specified.
Response:
text/plain