home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / LCALL14.ZIP / LOGCALL.CTL < prev    next >
Encoding:
Text File  |  1993-08-08  |  2.1 KB  |  80 lines

  1. %    The LogCall v1.4 Configuration File
  2. %          (c) 1992 by Evan Siegworth
  3. %
  4. %    Lines preceded by the '%' character are ignored.
  5. %    This control file has 4 sections.  Each must be properly named, and
  6. %    each must end with the 'End' statement.
  7. %    Spacing, capitalization, and order are irrelevant.  
  8.  
  9. TodaysCallers
  10.  
  11. %   This section defines certain variables for the Todays Caller list
  12. %   The 'FileName' is the name of the file you want the list written to.
  13.  
  14.     FileName    Callers.bbs
  15.  
  16. %   The next two are explained further in the DOCS
  17.  
  18.     StatLine     Line
  19.     Header      Header
  20. End 
  21.  
  22. LastFewCallers
  23.  
  24. %   This section defines the variables for a Last Few Callers List.
  25. %   If you do not wish to generate a list, you can comment out the 
  26. %   'LastFewCallers'  You can leave the rest alone.
  27.  
  28.     FileName    Calls.bbs
  29.     StatLine     Line
  30.     Header      Header2
  31.  
  32. %   The next variable sets the number of callers to display.
  33. %   Max number is 20.
  34.  
  35.     NumberInList    6
  36. End
  37.  
  38. General
  39.  
  40. %   This section has general variables that apply to both lists.
  41. %   Put in your respective file names for the lastuser and max log
  42. %   files below.
  43.  
  44.     LastUser    lastuser.bbs
  45.     MaxLog        max.log
  46.  
  47. %   The Length Variables set the length of each particular field.  
  48. %   Each field will be padded with spaces to the specified length.
  49. %   If you dont want to pad with spaces, set to 0.
  50.  
  51.     LengthCity    15
  52.     LengthName    15
  53.  
  54. %   This is a new command.  To not list particular users in your lists, 
  55. %   uncomment the next statement and type in their user number.  Up to
  56. %   ten users can be excluded.  Seperate numbers by a comma.
  57.  
  58. %    ExcludeUser    0,1
  59. End
  60.  
  61. CustomDisplayLines
  62.  
  63. %   This section is explained fully in the DOCS.
  64. %   Note: The actual DisplayLine must be the NEXT line after its name.
  65.  
  66. #Line
  67. #[lightgreen]User # [yellow][user] [lightblue][alias]  [lightcyan]of [lightmagenta][city] [gray]on [white][start] [gray]off [white][end] [lightred]@ [yellow][baud]
  68.  
  69. #Line2
  70. #[lightcyan][name]  [gray]left at [yellow][end]
  71.  
  72. #Header
  73. #[cyan]<-----------------------------[yellow]Today's Callers[cyan]------------------------------->
  74.  
  75. #Header2
  76. #[green]Last few callers...
  77.  
  78. End
  79.  
  80.