Simple file based web chat "Real Conversations Pub 2.0"

by Roman gopher://shibboleths.org/

1 June 2024

A simple file based chat, a replica of the original chat from 1997.

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 pub and ip folders,
as well as the pub.txt file.
* * *
3) Check that Register Globals = On is enabled.
* * *
4) Protection from direct access by bots host.php;
Enter the website address with http:// or https://
* * *
5) The log clearing password in the Clear.php file is 123;
* * *
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) Enter your username and chat. Your NickName is tied
to your IP address.
* * *
9) The maximum length of messages is 4000 characters
in the chat log.