home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ONLINE10.ZIP / ONLINE!.DOC < prev    next >
Text File  |  1996-04-21  |  3KB  |  91 lines

  1.  
  2.  
  3.                  ▄█▀█▄          ▀██   ██                 ▄██▄
  4.                 ▐█▌ ▐█▌ ▄ ▄▄▄    ██  ▄▄▄  ▄ ▄▄▄     ▄▄▄  ████
  5.                 ██   ██  ██ ██   ██   ██   ██ ██  ▄██ ██ ▐██▌
  6.                 ▐█▌ ▐█▌  ██ ██   ██   ██   ██ ██  ██▀▀▀▀  ██
  7.                  ▀█▄█▀  ▄██ ██▄ ▄██▄ ▄██▄ ▄██ ██▄  ▀█▄▄▀  ▄▄
  8.  
  9.                                Online! v1.00
  10.  
  11.                   Coding by Synopsis (synopsis@eoh.idn.nl)
  12.  
  13.  
  14.                                 Hi Dudez...
  15.  
  16. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17. Welcome to the first Who's Online and Send Messages to Other Nodes with
  18. Reply-Option! It will show up to Six Nodes on the screen, what every user
  19. is doing will be updated every second! The OnlineMessage reader is able to
  20. receive multiple message which are showed after each other if they contain
  21. reply information. This is the standalone version of the who's online, it is
  22. buildin in PhotoChat v1.20 and HexaChat v1.00.
  23. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  24.  
  25.                                -* Install *-
  26.  
  27. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  28. Very simple, just put it as a Type 7 Door.
  29.  
  30. CommandLine:
  31.  
  32. Usage : OnLine! [Options]
  33.  
  34. [Options] are : -C<ComPort>      Set ComPort
  35.                 -N<Node>         Set Node
  36.                 -? or -H         This HelpScreen
  37. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  38.  
  39.                        -*  How Does The Reply Work *-
  40.  
  41. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  42. Well here is a important part for all those coding dudez, who want also to
  43. add the reply option to their programs.
  44.  
  45. The basicidea is very simple the first line of each message contains:
  46.  
  47. <NODE><BACKSPACE><TEXT>
  48.  
  49. <NODE>      is the Node from where the message is send, This is a normal
  50.             ASCII-Char '1' or '2' or '3' etc.
  51. <BACKSPACE> Normal Backspace ASCII-Char #8, this is character where you look
  52.             for to see if a new message starts!
  53. <TEXT>      Normal Text, mostly 'Message From User'
  54.  
  55.  
  56. How to check if a message starts:
  57.  
  58. read Line
  59. if length(Line)>1 and Line[2]=BackSpace then
  60.  origin=value(Line[1]);
  61.  
  62. How the exact implementation works is up to you! I have only one note to say,
  63. when a user is reading a message he must be able to receive more messages
  64. which are appended to the end, so a simple EofCheck is not enough! Check also
  65. if the filesize is larger or not.
  66. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  67.  
  68.                                -* History *-
  69.  
  70. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  71. Ver 1.00 :
  72. +++ First Release
  73.  
  74. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  75.  
  76.                         -* Finally the Last Words *-
  77.  
  78. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  79. You can Reach me at Edge Of Honor WHq Node 1: +31-35-693-7816  28k8
  80.                                       Node 2: +31-35-693-2860  28k8
  81.                                       Node 3: +31-35-693-1706  28K8 Private/LD
  82.  
  83. Just press 'C' from Any Menu and choose [3] Synopsis.
  84. Bug Reports & Hints are very welcome!
  85.  
  86. Cyao,
  87.  
  88.        Synopsis (synopsis@eoh.idn.nl)
  89. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  90. <*** End of File ***>
  91.