# =======================================================================
#    (C) 2006 -   (TwEaKeR)                        
#    (C) CHAT.PHP.SPB.RU                                       
#    :       ,  1.00    
#    ICQ: 447149                                               
#    Mail: thetwek@gmail.com                                                              
# =======================================================================
# =======================================================================
#   ()   !  (TwEaKeR'a)
# =======================================================================
# =======================================================================
#                            !!!
# =======================================================================
#   -  .
#     (  ),     
# ,   ,      
# .       .
#   ?     ,   
#   ,        
#   .
# =======================================================================

Installation

1)   scroll_chatmsg.php  scroll_chatmsg_conf.php    , 
    .TwEaKeR_MOD_INDEX_MSG   src     chmod 777 ( ).
   
2)    index.php
   
   
   ---------------------------------------------------------
   include("z-web-part1.php");

   echo xparse(skn("index_.html"));
   ---------------------------------------------------------
    
   ---------------------------------------------------------
   include("scroll_chatmsg.php");
   ---------------------------------------------------------
   
3)    __main.php
   
   
   ---------------------------------------------------------
   m_all($nick,qm1($proc,$nick)."\"".$msg."\"".(empty($setaway)?"":",\"<away>\"").qm2());
   ---------------------------------------------------------
   
   ---------------------------------------------------------
   m_all($nick,qm1($proc,$nick)."\"".$msg."\"".(empty($setaway)?"":",\"<away>\"").qm2());  
   include_once("scroll_chatmsg.php");
   TwEaKeR_cat_MSG("<font class=s8>[".date("d.m.Y H:i:s")."]</font> <font class=s8 color=red>&lt;".$nick."&gt;</font> <font class=s8>".$msg."</font><br>");
   ---------------------------------------------------------
   
4)     scroll_chatmsg_conf.php,     .

P.S.  :

   skin/_/index_.html :
  
  <center>
  <table width="66%" border=0 cellspacing=2 cellpadding=1 bgcolor=#808080><tr><td>
  <table width="100%" border=0 cellspacing=0 cellpadding=1 background="{$firc_fonimg}"><tr><td>
  <table width="100%" border=0 cellspacing=0 cellpadding=4 bgcolor={$index_fon}>
  <tr><td align=center>
  <font align=justify style='font: 80%; font-family: Verdana'>
  {$scroll}
  </td></tr></table>
  </td></tr></table>
  </td></tr></table>
  </center>
  