home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PBMMAN.ZIP / PBMMAN.DOC < prev    next >
Encoding:
Text File  |  1991-09-03  |  4.1 KB  |  111 lines

  1. PBMMAN V0.9                                                        09-02-91
  2.  
  3. Play By Mail Game File Manager
  4. For use with RBBS 17.x
  5.  
  6.  
  7. Introduction:
  8.  
  9.     PBMMAN is a simple program designed to maintain game files that were
  10. being uploaded to my BBS. Before I wrote this program it was fairly simple to
  11. maintain the directories, at the end of the week I just erase all the files and
  12. edit the Master directory. That was ok until I had to leave town for a month
  13. and there were hundreds of the game files everywhere. So to make the job easier
  14. and more automatic I wrote PBMMAN. Now as part of my nightly maintenance
  15. routines I have PBMMAN check and remove the old PBM files.
  16.  
  17. How To Use PBMMAN:
  18.  
  19.     PBMMAN setup requires only the modification of the PBMMAN.CFG file.
  20. In this file you place the download directory that you store the PBM files and
  21. the file that you use as the download directory. (See Comments in the
  22. PBMMAN.CFG file) PBMMAN also logs its activities to a file (PBMMAN.LOG) to let
  23. the System Operator know what activities it had performed. PBMMAN can be placed
  24. in the RBBSTIME.BAT file or it can be run from the dos prompt.
  25.  
  26. Uploaded Game File Naming:
  27.  
  28.     When your callers upload a game file, They should use this unique naming
  29. convention. PBMMAN uses the date placed in the filename to identify the game
  30. date. This was done so that those callers who don't use there computer clocks
  31. (or don't have one) be able to date stamp the file. This also allows for post-
  32. dating of the file. The file structure is as follows.
  33.  
  34.   xxmodayr.gam
  35.   ^^^^^^^^ ^^^
  36.   |||||||| |||
  37.   |||||||| +++----- extension  (Rename .Zip to .GAM)
  38.   ||||||++--------- Year (Year Created)
  39.   ||||++----------- Date (Day Created)
  40.   ||++------------- Month (Month Created)
  41.   ++--------------- 2 letter/number game id (Determined By Players)
  42.  
  43. All PBM Game files should be uploaded in a zip/arc format and given the
  44. extension .GAM
  45.  
  46. Example:  PKZIP AA010180.GAM PBMFILE.EXT
  47.  
  48.         The example creates the game upload file with the player id of AA
  49. created on the date of January 1, 1980 with an archive extension of .GAM and
  50. places PBMFILE.EXT in the archive AA010180.GAM
  51.  
  52.     RBBS will place the game in a download directory. PBMMAN will scan these
  53. files and check to see how long the file has been on the system. PBMMAN will
  54. allow the file to be available for 3 days. After 3 days the file will be
  55. deleted by PBMMAN and make room for other players turns.
  56.  
  57.      The First 2 characters of the game file must be present for PBMMAN to
  58. work. These characters can be any character allowed by DOS and is used by the
  59. caller to identify the game.
  60.  ( legal DOS file characters A-Z, 0-9, _, ^, $, ~, !, #, %, &, -,
  61.    {, }, (, ), @, ', ` )
  62.  
  63. Program Registration:
  64.  
  65.     This program is made available completely operational and is not crippled
  66. or time limited. Future revisions of PBMMAN and other BBS and Game products
  67. will depend on the response from you the user. Feel Free to do one of the
  68. following -
  69.  
  70.      1. Send Cash     - Send as much as you want, but I think $5 should
  71.                         be plenty.
  72.      2. Write Letter  - Any Message of encouragement will accepted. I you have
  73.                         a problem with the program, a letter will also work.
  74.      3. Nothing       - Send nothing. But I would like to know your thoughts.
  75.                         So if a letter is too much call my BBS. I will be
  76.                         happy to hear from you.
  77.  
  78.     Send All Mail to :
  79.  
  80.          Mike Bohler
  81.          332 N. Brookshore Dr.
  82.          Shorewood, Il  60435
  83.  
  84.          c/o RFIsoft
  85.  
  86.     Or call my BBS :
  87.  
  88.       Radio Free Illinois
  89.       BBS # (815)729-9793
  90.       24hrs. 3-12-2400 baud NONE,8,1
  91.  
  92.  
  93.     Thank you for your support.
  94.  
  95. ------------------------------------------------------------------------------
  96. PBMMAN has ben tested on the following equipment using the following Software
  97.  
  98.    IBM-XT V20 40 meg HD
  99.    Packard Bell PB8810 (XT)
  100.    MS-DOS ver 5.0 ,3.3
  101.    RBBS ver. 17.3b
  102.    HJKFMS 1.2 File Management system
  103.    LANtastic 2.0mbs NOS
  104.  
  105. PBMMAN was written using QuickBasic 4.5
  106.  
  107.  
  108.  
  109. 
  110.  
  111.