home *** CD-ROM | disk | FTP | other *** search
/ BBS 1 / BBS#1.iso / maximus / sbnk101b.arj / S-BANK.CTL < prev    next >
Text File  |  1994-11-15  |  3KB  |  88 lines

  1. S-BANK VERSION 1.01b
  2.  
  3.  
  4. ;       ─────────────════■ General Section ■════──────────────
  5. ;
  6.                This is a sample of S-BANK control file.
  7.    any line not containing a keyword as a first word of the string 
  8.                      is considered as a comment
  9.  
  10. WARNING! Do not change that first line if you want the S-BANK
  11.          to work. Every next version of S-BANK may have differed
  12.          CTL file, so that line is used to recognize the version
  13.          this file apply on.
  14.  
  15. NOTE: ■ All the paths MUST be finished with a backslash
  16.       ■ Keywords are case-independent, i.e. BBS and bBs
  17.         is the same
  18.  
  19. ; The next line explains to S-BANK where to find LASTUSxx.BBS and
  20. ; the other shit needed for the bank to work.
  21. ;
  22. ; NOTE the trailing backslash!
  23. BBS Path    C:\MAXIMUS\
  24.  
  25. ; The next line tells the path to the Account List, etc.
  26. Bank Path    C:\MAXIMUS\S-BANK\
  27.  
  28. ; The next line shows the filename of the account list (Bank Path added)
  29.         Account List    S-BANK.ACC
  30.  
  31. ; Name of the S-BANK operations log file. (BBS Path added)
  32. ; You can make it equal to your board's log.
  33. Log        S-BANK.LOG
  34.  
  35. ;       ─────────────════■ Interface Section ■════──────────────
  36. ;
  37. ;        In this section all the interface items are defined.
  38. ; Such as filenames for information interchange between the S-BANK
  39. ;                           and the BBS.
  40.  
  41. ; The next line aims to neutralize MAX's time managment bug (or 
  42. ; premediated code): As soon as you run an external program from
  43. ; any MAXIMUS' menu he adds doubled online time to the user's
  44. ; previous calls time. So if you have a cume of some level set
  45. ; to 60 minutes a day and the user that has that level after
  46. ; spending, say, 15 minutes online makes his mind to run, say,
  47. ; an online game... And after exiting the game he enters some
  48. ; other external program... Wow! MAX will add 30 min the 1st time
  49. ; and smth. about that the 2nd time, so the user who spent only
  50. ; ~15 minutes online will not be admited to the BBS anymore for
  51. ; today... So, specify the name of file containing the user's
  52. ; time on-line... (see CORRECT.MEC from the distribution pack)
  53.  
  54. ;Time Correct        CORRECT.XFR
  55.  
  56. ; File name to be produced for most cases...
  57. ; For example, if any of the following errors has occured:
  58. ;   I/O Error
  59. ;   User wants to deposit/withdraw more than he actually can.
  60. ;   User asks to transfer the time to an unexisting account
  61. ;   etc.
  62. ; ...Or no error has occured at all
  63. File Common        COMMON.XFR
  64.  
  65. ; File containing an amount of time the user can deposit/withdraw/transfer
  66. ; per day/account. This file must be produced by the BBS before each
  67. ; Deposit/Withdraw/Transfer call to the S-BANK
  68. File Limit        LIMIT.XFR
  69.  
  70. ; File to be produced in an answer of the 'Check x' request
  71. ; (Cx option)
  72. File Check        CHECK.XFR
  73.  
  74. ; Flag-file that is created if the user's account is frozen
  75. Flag Frozen        FROZEN.FLG
  76. Flag No Account        NOACC.FLG
  77.  
  78. ; Text to be put into 'Common'
  79. Text No Account         Account does not exist
  80. Text Not enough time    You can't deposit more than you have in cash
  81. Text Not enough acc    Your request exceeds your balance
  82. Text Frozen Account    Your account is FROZEN
  83. Text Large Balance    Your balance is too large yet
  84. Text Deposit Limit    You have already deposited much today
  85. Text Withdraw Limit    You have already withdrawn much today
  86. Text Deposit Ok        Time successfully deposited
  87. Text Withdraw Ok    Time successfully withdrawn
  88.