Menu

Installation and Usage

Transferring Account

Installation

Setting up MySQL:
Open a MySQL manager such as phpMyAdmin and import the sql file. This adds the structure needed for the the webchat.

Preparing for the upload:
1. Open config.php - The variables are well commented, explaining what everything is.
2. Open DenCrypt_functions.php - Modify the encryption and decryption arrays as directed in the comment at the top of the document.
3. Choosing your background and new message sound - To change the background replace chat_bg.png with the image you like, but keep in mind that the text is white. To modify the new message sound replace new_msg.ogg with the sound of your choice, must be in ogg vorbis format. When replacing the files be sure that the replacements are named the same.

Creating a cronjob:
Add a cronjob to run reset_online.php every minute.
This is required so that when people disconnect without logging off they do not stay "online".

The DO NOT MODIFY comments are there to say if modified your chat system may not work and that if modified there is no guarantee that it will work.


Usage

Inviting Someone:
Use CoGen.php to generate a signup code, give them the code generated and tell them to use it on signup.php

Logging in:
You can either go to clog.php or index.php and click the login link.

Using the chat:
1. To copy the message click the copy button.
NOTE: This requires flash.
2. To delete a message click delete.
NOTE: This deletes from your messages and theirs.
3. To send a message select the user you wish send a message to, type your message in the box, and either click send or hit enter.


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.