home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / LAST10M2.ZIP / LAST10M2.DOC < prev    next >
Text File  |  1994-02-21  |  7KB  |  166 lines

  1.                    LAST10CALLERS Version 2.0  <02/20/94>
  2.  
  3. Thank-you for your interest in the CDS LAST10CALLERS program. This
  4. shareware version is completely functional with the following
  5. exceptions...A shareware banner is added to the last 10 callers screen and
  6. the last 10 callers screen uses a standard header. For $15 you can register
  7. this program and receive the fully functional registered version that
  8. allows you to use a custom header on the last 10 callers screen and removes
  9. all shareware banners and notices. You will also receive notification of
  10. future products at discounted prices. See the included file REGISTER.DOC
  11. for upgrade information.
  12.  
  13.                        
  14.                                S H A R E W A R E
  15.                                =================
  16.  
  17. CDS LAST10CALLERS is copyrighted software. However, you are encouraged to
  18. copy and share the shareware version with others according to the following
  19. requirements:
  20.  
  21.       The shareware version of LAST10CALLERS may be freely copied and      
  22.       shared with others, so long as no charge is made for the software,   
  23.       and it is unmodified and copied in its entirety, including all       
  24.       program documentation and all support files.
  25.  
  26. Notice that ShareWare is copyrighted software. It's not "Public Domain"
  27. software, nor is it "free" software. If you continue to use this program
  28. beyond a reasonable "trial period", not to exceed 30 days, you must pay for
  29. it by registering.
  30.  
  31.    - Your registration fee makes it possible for us to continue to improve
  32.      the program and to provide similar software at reasonable prices.
  33.  
  34.    - IF YOU USE THE PROGRAM FOR COMMERCIAL PURPOSES, YOU MUST REGISTER.
  35.  
  36.  
  37.                          INSTALLING LAST10CALLERS
  38.  
  39. To install LAST10CALLERS use the following steps.....
  40.  
  41. 1 - Create a directory on your harddrive and unzip the LAST10M2.ZIP package
  42. into it. The directory may be called anything but LAST10M is the name used
  43. in the enclosed sample configuration files. If you use a different
  44. directory name you should make the appropriate changes.
  45.  
  46. 2 - Create appropriate .CFG and .DAT files for each node on your system.
  47. The enclosed files are for a 3 node system and may be edited to suit your
  48. needs. Information about the contents of each of these follows.
  49.  
  50. 3 - In each of your WILDCAT node work directories create a POSTCALL.RUN
  51. batch file. This batch file MUST make the LAST10M directory the current
  52. directory path. The program call must also be followed by the appropriate
  53. .CFG file name. As an example.....
  54.  
  55. POSTCALL.RUN batch file for Node 1
  56.  
  57. C:
  58. CD \LAST10M
  59. LAST10M2 NODE1.CFG
  60. CAT                 <--This line is ONLY required if you are terminating
  61.                        Wildcat rather than using a shell!!!
  62.  
  63. PROGRAM CONFIGURATION FILE
  64.  
  65. The program configuration file is a 5 line text file created by the sysop
  66. and resides in the LAST10M directory as do all the .DAT and .CFG files.
  67. This is the file name you put on the command line following the program
  68. call....eg. LAST10M2 Node1.CFG....Sample configuration files are included
  69. for a 3 node system and can be edited to suit your needs in any editor that
  70. saves as ASCII text such as DOS EDIT. Each node will require it's own
  71. configuration file, the only difference between the files being the path
  72. and name to the activity log, node data file and the node ID number. (lines
  73. 1,4,5)
  74.  
  75.  
  76. c:\wc30\activity.001            line 1:Path to activity log
  77. c:\wc30\disp\hello1.bbs         line 2:Path to last 10 callers screen
  78. c:\wc30\bull\bull10.bbs         line 3:Path to daily callers bulletin
  79. c:\last10m\node1.dat            line 4:Path to data file
  80. 1                               line 5:Node ID
  81.  
  82.  
  83. Line 1:   This is the complete path and name to the activity log for the
  84.           node that this .CFG file is used for. Usually
  85.           C:\WC30\ACTIVITY.00x where x represents the node number.
  86.  
  87. Line 2:   The complete path and name for your last 10 callers screen. I use
  88.           HELLO1.BBS on my system.
  89.  
  90. Line 3:   The complete path and file name for the day's callers list. Each
  91.           time LAST10CALLERS runs the last callers name is appended to this
  92.           file. On my system I use this as a daily callers bulletin. At
  93.           midnight each night my system runs an event that deletes this
  94.           file and copies a new header into the bulletin file, which is
  95.           then updated after each caller. A sample header is included as
  96.           DAYCALL.HDR in this package.
  97.  
  98. Line 4:   Complete path and name for the node information file. At this
  99.           time the node information file is used only to store the length
  100.           of your node activity log and is updated after each call. When
  101.           you delete your activity log the program will automatically
  102.           update this file.
  103.  
  104. Line 5:   The node ID number.
  105.  
  106.  
  107.  
  108.  
  109. DATA FILES
  110.  
  111. NODEx.DAT
  112.  
  113. An ASCII text file that contains the current length of your activity log.
  114. Set the initial value to 1 when first setting up LAST10CALLERS. The program
  115. will keep this file updated from then on even when you delete your activity
  116. log. The path/filename for this file is entered on line 4 of the node .CFG
  117. file.
  118.  
  119.  
  120. LAST10.DAT
  121.  
  122. Contains the information about the last 9 callers to your system, in the
  123. following format:
  124.  
  125. 00:00                                   Log on time
  126. TEST 1                                  Last caller's name
  127. 00:00                                   Log off time
  128. Uploaded New Files!!!                   Comments
  129. 0                                       Node ID number
  130. 00:00                                   Log on time
  131. TEST 2                                  Second last caller's name
  132. 00:00                                   Log off time
  133. Uploaded New Files!!!                   Comments
  134. 0                                       Node ID number
  135.  
  136. .
  137. .
  138. Repeated a total of nine times
  139. .
  140. .
  141. 00:00                                   Log on time
  142. TEST 9                                  Ninth last caller's name
  143. 00:00                                   Log off time
  144. Uploaded New Files!!!                   Comments
  145. 0                                       Node ID number
  146.  
  147. This file MUST be present in the above format. A sample is included. This
  148. file is common and used by all nodes of LAST10CALLERS.
  149.  
  150.  
  151.                                   SUPPORT
  152.  
  153. You may receive support for LAST10CALLERS by contacting the author...
  154.  
  155. By Mail:       CdS
  156.                PO Box 42014
  157.                #415 - 9737 MacLeod Tr. South
  158.                Calgary, AB
  159.                T2J 7A6
  160.  
  161. By BBS:        CDS  (403) 243-3111  and leave a message to Top Gun.
  162.                
  163.  
  164.  
  165. If you find that LAST10CALLERS meets your needs, please register. Remember
  166. shareware isn't freeware!!!