![]() ![]() ![]() |
Contents |
Morevil Web Chat Lite 2.4 can be installed on Internet web site.Before installing you should know:
- How to FTP files between your PC and Unix/Linux web server.
The majority of publishing and FTP utilities are automatically set to determine whether a file should be uploaded in BINARY or ASCII, but there are exceptions.
- files ending with
.php, .html
must be sent as type ASCII.
- files such as
.jar
must be sent as type BINARY.
- How to set permissions (CHMOD) to the directory on your server. This is accomplished by way of the most FTP programs.
Installation:
- At first you should configure the chat by editing the files
chat.html
as described in the chapter Configuration.
- Using FTP, transfer the files
chat.html, chat.jar, chat.php
to the web server directory.e.g. /chat/chat.html chat.php chat.jarDon't forget transfer the fileschat.html, chat.php
use ASCII mode,
andchat.jar
use BINARY mode.
- Set the permission on the directory where the chat files are located to 0777.
- Open in the browser the following page:
http://yourwebsite/chat/chat.html
![]() ![]() ![]() |
Contents |