UltraThreads װ˵
=====================

1 databaseҪ mysql root Ȩޣ
   shell> mysqladmin -p create dbName

2 ut_tables.sql
    database 滻 use dbName; е dbName

3е table
   shell> mysql -u=username -p < ut_tables.sql;

4 UTConfig.pm޸ļУ
   $cfg{'dbName'} = "ultrathreads";
   $cfg{'dbUser'} = "root";
   $cfg{'dbPassword'} = "";
   $cfg{'dbServer'} = "localhost";
   $cfg{'dbPort'} = "";
   $cfg{'baseUrl'} = "http://127.0.0.1";
   $cfg{'cgiPath'} = "/cgi-bin/ut";
   $cfg{'nonCgiPath'} = "/ut";
   $cfg{'cgiDir'} = "c:/apache/cgi-bin/ut";
   $cfg{'nonCgiDir'} = "c:/apache/htdocs/ut";
   $cfg{'regDisabled'} = 0;
   $cfg{'sendPass'} = 0;
   # ͬһ domain °װ UTÿݰװ趨һ
   # صı
   $cfg{'uniqueCookie'} = "string"

   ݴʱԲᡣ

5ϴе CGI/HTML/IMAGESĿ¼ṹ£
   /cgi-bin/ut/
              |- *.cgi(755), *.pm (UTConfig.pm, 666)
              |- themes (777)
   
   /htdocs/ut/
             |- *.html
             |- images
                     |- *.gif, *.jpg
                     |- bars (*.gif)
                     |- icons (*.gif)
                     |- faces (*.gif) (777)
                     |- smiles (*.gif)
                     |- editor (*.gif)
             |- analysis (777)
             |- backup (777)
             |- attach (777)

   ZIP Ѿ˽Ŀ¼
   ˸ CGI ԺĿ¼ԡ

6 http://www.your.domain/cgi-bin/ut/forum.cgi ̳
   ע⣺̳һ forum.cgiġ

   עԼһעûԶΪԱ
   עֵ½ҳйѡԽá
   ҲԴʹùܣ http://www.your.domain/ut/cp.html 

7ע
   1) ԰ļ UTLanguage*.pmȱʡʹõ UTLanguage.pm
      ҪʹԣͰΪ UTLanguage.pm
   2) 뱣 UT İȨȥ߸
