home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BBSDOOR2.ARJ / CNUM195G.ZIP / SAMPLE.CFG < prev    next >
Text File  |  1995-01-12  |  3KB  |  105 lines

  1. ; Sample Configuration file for CallNo
  2. ; Created 10/01/95
  3. ;
  4. ; All lines preceded by a ; are ignored
  5. ;
  6. ;
  7. ; MessagePost : This option is for notifiying the sysop and the user of a
  8. ;               certain caller number to the system, say for example to
  9. ;               award a prize for that caller.
  10. ;               This is a MODULUS function - specifying 100 will notify
  11. ;               the sysop of any caller who lands on number divisible by
  12. ;               100. So Caller 200, 300, 400 will all cause the notify to
  13. ;               occur.
  14. ;               Setting this value to 0 will stop messages.
  15. ;
  16. ; Post a message every 2000 calls to the system
  17. MessagePost=2000
  18. ;
  19. ;
  20. ; UserMsgArea : For Ezycom and Hudson message bases, you need to specify
  21. ;               the area number to use.
  22. ;               Hudson needs a 3 digit code, Ezycom a 4 digit code
  23. ;               For all others, use 0
  24. ;
  25. ; I'll write to a JAM message area, so a 0 must appear
  26. UserMsgArea=0
  27. ;
  28. ; UserMsgPath : The path of the message area
  29. ;               For a Hudson area, this is the path of the HMB
  30. ;               For JAM, .MSG, Squish and Ezycom, this is the path
  31. ;               to the message files.
  32. ;
  33. UserMsgPath=C:\LOCAL\GENERAL
  34. ;
  35. ; UserMsgType : This is the type of message area that is to be written to
  36. ;               Valid values are :
  37. ;               J - JAM
  38. ;               H - Hudson
  39. ;               S - Squish
  40. ;               F - Fido *.MSG
  41. ;               E - Ezycom
  42. ;
  43. UserMsgType=J
  44. ;
  45. ;
  46. ; UserMsgText : Contains the text message to post to the user
  47. ;
  48. UserMsgText=C:\RA\CALLNO\USER.TXT
  49. ;
  50. ;
  51. ; See above for explainations of the next four lines
  52. ;
  53. ; Area 200 in my HMB
  54. SysMsgArea=200
  55. ;
  56. SysMsgPath=C:\RA\MSGBASE
  57. ;
  58. SysMsgType=H
  59. ;
  60. SysMsgText=C:\RA\CALLNO\SYSOP.TXT
  61. ;
  62. ;
  63. ; MsgFrom : Who should the message be from ? (Unused)
  64. ;
  65. MsgFrom=Unused
  66. ;
  67. ;
  68. ; UseTxtPth : Should Caller Number us the text path as defined in RA or
  69. ;             not ?
  70. ;             Specify YES or NO
  71. ;
  72. UseTxtPth=YES
  73. ;
  74. ;
  75. ; TxtPath   : If you specify NO to the above, which path should Caller
  76. ;             Number use instead ?
  77. ;
  78. TxtPath=
  79. ;
  80. ;
  81. ; UseLogFile : Should Caller Number use the log file as defined in RACONFIG
  82. ;              or another one ?
  83. ;              Specify YES or NO
  84. ;
  85. UseLogFile=NO
  86. ;
  87. ;
  88. ; LogFile    : If you specified NO to the above, which log file should
  89. ;              Caller Number write (Path AND Filename!)
  90. ;
  91. LogFile=C:\RA\CALLNO\CALLNO.LOG
  92. ;
  93. ; MultiNode : If you run a multinode system, Callno will update your log files
  94. ;             correctly.
  95. ;             Specify YES or NO
  96. ;
  97. MultiNode=YES
  98. ;
  99. ;
  100. ; These options are not implemented for this version. Please ignore
  101. ;
  102. ColourTop=
  103. ColourMiddle=
  104. ColourBottom=
  105.