MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/chat/doc/install-website.html
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Morevil Web Chat 4.23 :  Installation the chat on the web site</TITLE>
<LINK rel="stylesheet" href="styles.css" type="text/css">
</HEAD>
<BODY>
<A HREF="http://www.morevil.com"><IMG SRC="images/logo.gif" width="117" height="39" ALT="Morevil" border=0></A>
<TABLE><TR>
<TD class=c1>
<A HREF="install-files.html"><IMG src="images/left.gif" width="25" height="25" border="0" alt="Previous"></A>&nbsp;
<A HREF="install.html"><IMG src="images/up.gif" width="25" height="25" border="0" alt="Parent"></A>&nbsp;
<A HREF="install-troubl.html"><IMG src="images/right.gif" width="25" height="25" border="0" alt="Next"></A>
</TD>
<TD valign=middle>&nbsp;&nbsp;<A HREF="index.html">Contents</A></TD>
</TR></TABLE>
<SPAN class=c1>2.2. Installation the chat on the web site</SPAN>
<HR SIZE=3>
<BLOCKQUOTE>
Morevil Web Chat 4.23 can be installed on Internet web site.
<H5>Before installing you should know:</H5>
<UL>
 <LI>How to FTP files between your PC and Unix/Linux web server.<BR> 
  <UL>
   <BR>
   <LI>files ending with <CODE>.txt, .php, .html</CODE> must be sent as type ASCII.<BR>
   <LI>files such as <CODE> .jar, .gif</CODE> must be sent as type BINARY.<BR><BR>
  </UL>
  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.
<BR><BR>

 <LI>How to set permissions (CHMOD) to the directory on your server. 
  This is accomplished by way of the most FTP  programs.
</UL>

<H5>Installation:</H5>
<UL>
<LI>At first you should configure the chat 
by editing the files <CODE> chat.html, config.txt ,chat.php</CODE> 
as described in the chapter <A HREF="config.html">Configuration</A>.
<BR><BR>
<LI>Using FTP, transfer the files<CODE> chat.html, kick.html, chat.jar, chat.php, chat_module.php, config.txt, rooms.txt, smiles.gif</CODE> to the web server directory.
<PRE>  
  e.g.  /chat/chat.html      
              kick.html              
              chat.jar
              chat.php
              chat_module.php
              config.txt
              rooms.txt
              smiles.gif  
</PRE>
Don't forget transfer the files <CODE> chat.html,kick.html, config.txt,  rooms.txt, chat.php, chat_module.php</CODE> use ASCII mode,<BR>
and <CODE>chat.jar, smiles.gif</CODE> use BINARY mode.
<BR><BR>
<LI>Set the permission on the directory where the chat files are located to <B>0777</B>.
<BR><BR>
<LI>Open in the browser the following page: 
<BR><BR>
http://yourwebsite/chat/chat.html
</UL>
<BR>
</BLOCKQUOTE>

<HR SIZE=3>
<TABLE><TR>
<TD class=c1>
<A HREF="install-files.html"><IMG src="images/left.gif" width="25" height="25" border="0" alt="Previous"></A>&nbsp;
<A HREF="install.html"><IMG src="images/up.gif" width="25" height="25" border="0" alt="Parent"></A>&nbsp;
<A HREF="install-troubl.html"><IMG src="images/right.gif" width="25" height="25" border="0" alt="Next"></A>
</TD>
<TD valign=middle>&nbsp;&nbsp;<A HREF="index.html">Contents</A></TD>
</TR></TABLE>
</BODY>
</HTML>