home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / COMUNICA / FCHAT12.ZIP / README.ENG < prev    next >
Encoding:
Text File  |  1996-05-03  |  9.1 KB  |  275 lines

  1.  
  2.                                   3.5. '96
  3.                   ================
  4.                 FakeChat (R)
  5.                     v1.2
  6.                   ========
  7.  
  8.       >>> SUOMALAINEN HELP-TIEDOSTO TIEDOSTOSSA README.FIN <<<
  9.  
  10.  
  11.   1. History
  12.   ==========
  13.  
  14.   At the  begining  FakeChat was included in SoftEmbo BBS,  but later  it was
  15. ripped out and after a little fixing it became an independent executable.  So
  16. So it could be now used as a door with other BBSes.
  17.  
  18.  
  19.   2. Technical information
  20.   ========================
  21.  
  22.   FakeChat reads a DOOR.SYS-file, where it looks for users name and time left
  23.  but it won't change it. If you don't use FakeChat as a door in your BBS, you
  24. can replace your own name with KLAUDE KOPTERI in that file.
  25.  
  26.   If you  use it in your BBS, your BBS must  make DOOR.SYS-file  and you need
  27. DOORWAY-program what do you need for directing all information to COM-port.
  28.  
  29.   FakeChat creates a temp-file  called 'ctxbase.dat' which includes available
  30. languages at that time. File will be deleted by BAT-file.
  31.  
  32.  
  33.   3. Configuration to a modem
  34.   ===========================
  35.  
  36.   Some  sysops  have had  some  problems with  FakeChat and  COM-port  (all I
  37. wonder is, how have they built their BBS).  You will find in BAT-file, called
  38. 'fakechat.bat',  one example  which operates  with a program  called DOORWAY.
  39. The file must be in the directory of your BBS (eg. C:\PCB\).  Don't forget to
  40. change all drive letters, directories and COM-port correct.
  41.  
  42.  
  43.   4. Configuration
  44.   ================
  45.  
  46.  
  47.   4.1. Files you may change
  48.   -------------------------
  49.  
  50.   If you want, you can change the following files:
  51.  
  52. *.mnu             Main menus                                     | |
  53. *.ctx             Languages                                      | |
  54. log.dat           Comments for chatlog                           | |
  55. settings.dat      Configuration                                  | |
  56. fuser.dat         Fakeuser list                                  |X|
  57. hullos.*          Fakeuser helloes                               |X|
  58. phrase.*          Fakeuser sentences                             |X|
  59. byebye.*          Fakeuser byebyes                               |X|
  60. respo.*           Word matches & answers                         |X|
  61.                                   ^
  62. Don't forget to change the number of rows (1st row isn't counted) ^
  63.  
  64.  
  65.   4.2. Settings.dat, chat.log, reader.exe & log.dat
  66.   -------------------------------------------------
  67.  
  68.   'Settings.dat'-file tells you the  number of fake nodes  (quantity of nodes
  69. minus two).  The second  number tells  you that is  chatlog used  or not (0 =
  70. false, 1 = true).  If set to true,  chatlog will be saved to 'chat.log'-file.
  71. The third number tells you,  will the text be saved in ASCII (0),  PCB (1) or
  72. ANSI (2).  With  PCB-color  codes  (example @X0C = bright red,  @X07 = normal
  73. grey) the log could be easily put into a PCBoard-BBS in color. The last ones,
  74. row four and five  handle  FakeChat-logo.  If first one is true, second means
  75. the required bps rate to show it.  6th means border color in chat,  7th color
  76. of writing, 8th color of cursor and 9th speed of writing.
  77.  
  78.   Example of settings.dat:
  79.  
  80.   7
  81.   1
  82.   2
  83.   1
  84.   14400
  85.   1
  86.   15
  87.   6
  88.   5
  89.  
  90.   You can also view  chat.log with a simple 'reader'-program  that comes with
  91. FakeChat.  It can easily read PCB/ANSI/ASCII-log that is less than 7000 bytes
  92. long.
  93.  
  94.   Comments in chat.log,  like beginning of chat,  are readed from  'log.dat'.
  95. You can use these macros:  *user, *fake, *date and *time -macros, where *fake
  96. means the  name of the fake-user,  *user means the name of user,  *date means
  97. date and *time means current time.  Three last rows means comment colors, the
  98. color of fakeuser and the color of user.
  99.  
  100.   Example of log.dat:
  101.  
  102.   *date *time - *user vs. *fake
  103.   Chat ended *time - *user left.
  104.   Chat ended *time - *user lost.
  105.   Chat ended *time - *fake left.
  106.   Chat ended *time - *fake lost.
  107.   12
  108.   10
  109.   11
  110.  
  111.  
  112.   4.3. Language changes to users
  113.   ------------------------------
  114.  
  115.   You can easily add languages by making  file which name is the language you
  116. want.  Eg. if you wan't to add language Chinese,  make Chinese.ctx.  FakeChat
  117. FakeChat  will  automatically notice  that there  is a new  language  without
  118. adding  it to  the 'ctxbase.dat'.  It is an idle file.  Remember also  to add
  119. Chinese.mnu.
  120.  
  121.  
  122.   4.4. Languages to FakeChat-people
  123.   ---------------------------------
  124.  
  125.   When you want,  you can order FakeChat-people to speak differend languages.
  126. Example in 'fuser.dat'-file '1   Klaude Kopteri' means that Klaude's comments
  127. are  taken from 'hullos.1'-,  'phrase.1'-,  'byebye.1'-  and 'respo.1'-files.
  128. There may be up to 999 languages and the name begins from fifth column.
  129.  
  130.  
  131.   4.5. Byebye-, phrase-, hullo- and respo.dat
  132.   -------------------------------------------
  133.  
  134.   Those  files contain  fakeuser comments  and you can't add  colors to them.
  135. Other files except respo.dat should be like this:
  136.  
  137.   2
  138.   Hello
  139.   Good night..
  140.  
  141.   First row means  how many comments are in file and next  rows are comments.
  142. FakeChat  will  randomly  pick  one of  them.  Hullos  will be  shown at  the
  143. beginning, byebyes at the end and phrases are comments.
  144.  
  145.   Respo.dat is this kind of file:
  146.  
  147.   2
  148.   3;hi
  149.   Well, hi there!
  150.   Hi!
  151.   Helloooo!
  152.   2;good night
  153.   Good night?
  154.   It's afternoon now. Isn't it?
  155.  
  156.   First  row means  how many  matches there  are in this  file and the second
  157. row is the matching word.  At the beginning of second row is the quantity of
  158. the responses for this word. Next rows are the sentences.
  159.  
  160.   You can  also  add '/Hi, I'm *fake'  or  '/Hi, *user' to these  files where
  161. *fake means the name of  fakeuser and *user means the name of user.  Also *bs
  162. means backspace. '/' must exist at the beginning of this kind of sentence.
  163.  
  164.  
  165.   5. Registering
  166.   ==============
  167.  
  168.   FakeChat is a  shareware-program,  so you MUST register or  remove it after
  169. one week after  installing it.  Registering is easy:  send  a bottle  of cola
  170. (preferably Pepsi Max)  or if you are coder,  send some of  programs you have
  171. made.  You can also do something else nice for us,  and we will send  you the
  172. keyfile to FakeChat.
  173.  
  174.   Tell  us where  do you  use FakeChat  (eg. in your BBS)  and  tell  us your
  175. opinion on FakeChat. Tell us also your BBS'es or your name for the registered
  176. titlebar. There are two kinds of ways to register:
  177.  
  178.         1) Send email to address juiba@pcuf.fi
  179.         2) Send snailmail to address:
  180.  
  181.            Risto Mäki-Petäys
  182.            Timmermalmintie 11
  183.            01680 Vantaa
  184.            FUNLAND
  185.  
  186.            or
  187.  
  188.            Jussi Vuokko
  189.            Putousrinne 1c 19
  190.            01600 Vantaa
  191.            FUNLAND
  192.  
  193.         3) Call Garden BBS +358-0-631 501 and MAIL Bass-Cadet
  194.            (I'm a MesOp there 8)
  195.  
  196.   Registering will  remove the delay in the  beginning of  FakeChat and tells
  197. who the program is registered to.
  198.  
  199.  
  200.   6. BBS'es that use FakeChat
  201.   ===========================
  202.  
  203.    The name of BBS |   Phonenumber  |     BBS    |  Speed |     SysOp
  204.   ---------------------------------------------------------------------------
  205.    Two Worlds BBS  |  358-0-331002  |   Pcboard  |  28.8  | Veli-M Ahlroth
  206.    Holly BBS       | 358-18-7806529 |   Pcboard  |  14.4  | Kimmo Sipilä
  207.    Another World   | 358-0-1356264  |   Pcboard  |  14.4  | A. Kolehmainen
  208.  
  209.  
  210.   7. FAQS: FakeChat vs. KieroChat
  211.   ===============================
  212.  
  213.   Finally we  could answer  one question we  have heard  lots of times  about
  214. FakeChat.  The question is:  'Have you ripped KieroChat on FakeChat?'  We are
  215. proud  to  answer  that we  had never  heard about  it before  beginning this
  216. project.  I found the program in question a while ago, and after a short test
  217. proccess I noticed that KieroChat and FakeChat  have nothing in common except
  218. the basic idea.  Both have different features.  Some people like FakeChat and
  219. the rest like KieroChat.  The choice may  depend on what do you actually want
  220. from it.  And why  not to install  both of 'em =).  That's  also an excellent
  221. program. Give it a try!
  222.  
  223.  
  224.   8. The end, makers and thanks
  225.   =============================
  226.  
  227.   If you have found a bug or whatever,  please write us and we'll do anything
  228. to make FakeChat better!
  229.  
  230.   Follow your  time  and get  latest FakeChat:  you can get it at  least from
  231. internet www, http://www.pcuf.fi/~juiba.
  232.  
  233.      ┌───────────────────────────────────────────────────────────────────┐
  234.      │   We are sorry to add these lines, but just because of the law:   │
  235.      │                                                                   │
  236.      │ THE MAKERS OF FAKECHAT DO NOT TAKE ANY REPONSIBILITY IF FAKECHAT  │
  237.      │      CAUSES ANY DAMAGE TO YOU, YOUR MACHINE OR YOUR FRIENDS.      │
  238.      └───────────────────────────────────────────────────────────────────┘
  239.  
  240.  
  241.                   - CAST -
  242.  
  243.                   Starring:
  244.                   Risto Mäki-Petäys
  245.                      as
  246.                   Bass-cadet
  247.  
  248.                 Also Starring:
  249.                  Jussi Vuokko
  250.                      as
  251.                    JuiBa
  252.  
  253.                   - CREW -
  254.  
  255.                    Coding:
  256.                  Bass-Cadet
  257.  
  258.                 Original idea:
  259.                     JuiBa
  260.  
  261.                    Design:
  262.                     JuiBa
  263.                  Bass-Cadet
  264.  
  265.                   Helpfile:
  266.                  JuiBa - (FIN & ENG)
  267.                   Bass-Cadet - (ENG)
  268.  
  269.                 Other files:
  270.                  Bass-Cadet
  271.                    JuiBa
  272.  
  273.                 Beta-testing:
  274.                    Tero Parviainen
  275.