![]() ![]() ![]() |
Contents |
Morevil Web Chat 4.23 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
.txt, .php, .html
must be sent as type ASCII.
- files such as
.jar, .gif, .au
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, config.txt ,chat.php
as described in the chapter Configuration.
- Using FTP, transfer the files
chat.html, kick.html, chat.jar, chat.php, chat_module.php, config.txt, rooms.txt, smiles.gif, beep.au
to the web server directory.e.g. /chat/chat.html kick.html chat.jar chat.php chat_module.php config.txt rooms.txt smiles.gif beep.auDon't forget transfer the fileschat.html,kick.html, config.txt, rooms.txt, chat.php, chat_module.php
use ASCII mode,
andchat.jar, smiles.gif, beep.au
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 |