Local industrial portal script
This script is a finished product and is supplied as is.

Messenger and private messaging chat, file sharing system
for legacy single board industrial systems. With profiles
and avatars!

In general, the script is a finished product, so I do not
recommend making any changes because no one remembers
what started where!

by Roman 27 dec 2023
gopher://shibboleths.org

System requirements:
For server Celeron 300 mhz/64 mb ram/10 mb hdd
Php 5.0 - 5.6/Register Globals On
Firefox 30+; UTF8!

How to install?

1) Set CMOD attributes 777 to all files with the *.dat, *.data
extension, as well as to the chat/data, filse, /photos, /users
folders;
2) In php 5.6 and higher you need to replace "<?" in
scripts with "<?php" where not done;
3) Password from clear chat log - 123;
4) Password for add news and admin functions - chatmaster;
5) In the host.php file, specify the domain address
where the chat is located to protect against hotlinking;
6) Settings for uploading files to a file hosting service
in the updown.php file;
7) Check Register Globals On working;
8) Check if your server supports .htaccess - system security
depends on this;
9) Test users accounts passwords for Test1 and Test2 - 123
10) The time the user spent on the list of those who visited
portal recently 2 hours!
11) Updating the deletion or receipt of a private message
is carried out through "Update events";
12) Avatar size 100kb, uploads files size 500kb.