home *** CD-ROM | disk | FTP | other *** search
-
-
- ▄█▀█▄ ▀██ ██ ▄██▄
- ▐█▌ ▐█▌ ▄ ▄▄▄ ██ ▄▄▄ ▄ ▄▄▄ ▄▄▄ ████
- ██ ██ ██ ██ ██ ██ ██ ██ ▄██ ██ ▐██▌
- ▐█▌ ▐█▌ ██ ██ ██ ██ ██ ██ ██▀▀▀▀ ██
- ▀█▄█▀ ▄██ ██▄ ▄██▄ ▄██▄ ▄██ ██▄ ▀█▄▄▀ ▄▄
-
- Online! v1.00
-
- Coding by Synopsis (synopsis@eoh.idn.nl)
-
-
- Hi Dudez...
-
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Welcome to the first Who's Online and Send Messages to Other Nodes with
- Reply-Option! It will show up to Six Nodes on the screen, what every user
- is doing will be updated every second! The OnlineMessage reader is able to
- receive multiple message which are showed after each other if they contain
- reply information. This is the standalone version of the who's online, it is
- buildin in PhotoChat v1.20 and HexaChat v1.00.
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
- -* Install *-
-
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Very simple, just put it as a Type 7 Door.
-
- CommandLine:
-
- Usage : OnLine! [Options]
-
- [Options] are : -C<ComPort> Set ComPort
- -N<Node> Set Node
- -? or -H This HelpScreen
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
- -* How Does The Reply Work *-
-
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Well here is a important part for all those coding dudez, who want also to
- add the reply option to their programs.
-
- The basicidea is very simple the first line of each message contains:
-
- <NODE><BACKSPACE><TEXT>
-
- <NODE> is the Node from where the message is send, This is a normal
- ASCII-Char '1' or '2' or '3' etc.
- <BACKSPACE> Normal Backspace ASCII-Char #8, this is character where you look
- for to see if a new message starts!
- <TEXT> Normal Text, mostly 'Message From User'
-
-
- How to check if a message starts:
-
- read Line
- if length(Line)>1 and Line[2]=BackSpace then
- origin=value(Line[1]);
-
- How the exact implementation works is up to you! I have only one note to say,
- when a user is reading a message he must be able to receive more messages
- which are appended to the end, so a simple EofCheck is not enough! Check also
- if the filesize is larger or not.
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
- -* History *-
-
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Ver 1.00 :
- +++ First Release
-
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
- -* Finally the Last Words *-
-
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- You can Reach me at Edge Of Honor WHq Node 1: +31-35-693-7816 28k8
- Node 2: +31-35-693-2860 28k8
- Node 3: +31-35-693-1706 28K8 Private/LD
-
- Just press 'C' from Any Menu and choose [3] Synopsis.
- Bug Reports & Hints are very welcome!
-
- Cyao,
-
- Synopsis (synopsis@eoh.idn.nl)
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- <*** End of File ***>
-