home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / TRIBBS / AP130.ZIP / AUTOPOST.DOC < prev    next >
Text File  |  1994-01-12  |  8KB  |  206 lines

  1.                             AutoPost Version 1.3 
  2.                               By: Josh Perfetto
  3.  
  4.  
  5. INTRODUCTION:
  6.  
  7.      AutoPost is a program in which users can leave messages for the
  8. next callers.  With AutoPost, there can be 4 messages, each
  9. consisting of 3 lines.  AutoPost also has full word-wrap
  10. capabilities.  It also supports the TriBBS @X color code's and
  11. alias support (optional).  I know for a fact that the users on my
  12. BBS (Tidal Wave) enjoy AutoPost very much, I'm sure that they
  13. will for your BBS too.  AutoPost also supports multi-nodes.  You can
  14. set a minimum security level to read autoposts, and a minimum security
  15. level to write autoposts too.
  16.  
  17. ACKNOWLEDGMENTS:
  18.  
  19.      I used the RMDOOR 4.2 (by Mark Goodwin and Randy Hunt) COM
  20. routines to compile AutoPost.  AutoPost was written in Turbo
  21. Pascal 7.0
  22.  
  23. SETUP:
  24.  
  25.      The setup of AutoPost is very simple.
  26.  
  27.      1: Copy all of the AutoPost files into their own directory.
  28.      
  29.      2: For each node, make a configuration file consisting of the 
  30.         following lines:
  31.     
  32.     Line 1: Door data file type
  33.     Line 2: Path to the door data file
  34.     Line 3: BBS name
  35.     Line 4: Sysop name
  36.     Line 5: Locked baud rate
  37.     Line 6: (YES/NO) Alias support
  38.     Line 7: Minimum Security level to read autoposts
  39.     Line 8: Minimum Security level to write autoposts
  40.  
  41.      I will explain each line in further detail.
  42.      
  43.      Line 1: Door data file type.  This is the type of file that your
  44.      BBS software uses to give information to doors.  You may choose any of
  45.      the following: PCB for PCBoard, GAP for GAP (door.sys), SF for Spitfire, 
  46.      RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS, and finally WWIV 
  47.      for WWIV.
  48.  
  49.      Line 2: Path to the door data file.  In this line you put the 
  50.      complete DOS path to where your door drop data file is located.
  51.  
  52.      Line 3: BBS name.  This is obviously the name of your BBS.
  53.  
  54.      Line 4: SYSOP's name.  This is where your name goes.
  55.  
  56.      Line 5: Locked baud rate.  This is the baud rate that you have
  57.      your serial port locked at.  If you don't have a locked serial
  58.      port, or are running this on a local node, enter 0.
  59.  
  60.      Line 6: (YES/NO) alias support.  On this line you may select if
  61.      you wish to allow callers to use their Alias in AutoPost's.  If
  62.      you do wish to allow them to use their alias, type YES in this
  63.      line, in capital letters.  If you don't allow alias's, enter a
  64.      NO, in caps too.
  65.  
  66.      Line 7: Minimum security level to read autoposts.  Any user with
  67.      a security level that is below this number will not be able to
  68.      read or write autoposts.
  69.  
  70.      Line 8: Minimum security level to write autoposts.  Any user with
  71.      a security level that is below this number will be able to read,
  72.      but not write autoposts. (Unless of course, his or her security 
  73.      level is also below the minimum security level to read autoposts,
  74.      then he or she can't read or write autoposts.
  75.     
  76.      That's all the lines you need in the configuration file. Remember
  77.      to make a separate config file for all of your nodes.  Here is an
  78.      example config file:
  79.  
  80.      AP1.CFG:
  81.  
  82.      TRIBBS
  83.      C:\TRIBBS
  84.      Tidal Wave BBS
  85.      Josh Perfetto
  86.      57600
  87.      YES
  88.      10
  89.      20
  90.  
  91.      That is how my config file looks.
  92.  
  93.      3: Include AutoPost in your logon.bat file. 
  94.         To have AutoPost run every time a caller logs on, include it in
  95.      your logon.bat file.  If you don't have a logon.bat file, then
  96.      create one.  This file should be in your nodes main directory. 
  97.      You should add lines to switch to the AutoPost directory, and then
  98.      another line to run AUTOPOST.EXE <name of config file (not in <>'s>.
  99.  
  100.      Example:
  101.      cd\tribbs\autopost
  102.      autopost ap1.cfg
  103.  
  104.      Those are the lines that I use on my BBS.  You must modify your
  105.      logon.bat for each of your nodes.  You must also specify a different
  106.      config file for each node.
  107.  
  108.      You may also want your callers to be able to run AutoPost from
  109.      the  main menu.  To do this, you must make a batch file in each
  110.      nodes directory that will run AutoPost.  An example is:
  111.  
  112.      MAIN!.BAT:
  113.  
  114.      cd\tribbs\autopost
  115.      autopost ap1.cfg
  116.      cd\tribbs
  117.      board
  118.  
  119.      That is what I use on my bbs.  Then go into your NWORK directory 
  120.      (on tribbs), and modify your main.mnu file to include the following
  121.      line:
  122.  
  123.      !,!,AutoPost,10
  124.  
  125.      Again, you may want to change this around for your BBS.  And that
  126.      was only for TriBBS.  You can do this on other BBS systems, but I
  127.      don't know how, but it should be easy to figure out.    
  128.  
  129.      4: Run the program by logging onto your BBS.  It will give you an 
  130.      error message.  Do not worry.  This is normal.  The first time
  131.      AutoPost is run, it needs to create a data file.  This will
  132.      happen the first time you run it.  Now run it again, and it
  133.      should work.
  134.  
  135.      That's all, AutoPost is now installed on your BBS!
  136.  
  137.  
  138. SOME OTHER STUFF:
  139.  
  140.      AutoPost supports the TriBBS @X color codes.  I also believe that
  141. these color codes are the exact same that PCBoard uses.  If you
  142. are not familiar with the @X color codes, here is how they work:
  143.  
  144.      When you want to switch colors, you enter a color code.  The
  145. format for a color code is @Xbf Where b is the background color,
  146. and f is the foreground color.  Here is a chart of the colors:
  147.  
  148.      Background Color Code         Foreground Color Code
  149.     
  150. -----------------------------------------------------------------
  151.      0 - Black                     0 - Black
  152.      1 - Blue                      1 - Blue
  153.      2 - Green                     2 - Green
  154.      3 - Cyan                      3 - Cyan
  155.      4 - Red                       4 - Red
  156.      5 - Magenta                   5 - Magenta
  157.      6 - Brown                     6 - Brown
  158.      7 - White                     7 - White
  159.      8 - Black Blink               8 - Dark Grey
  160.      9 - Blue Blink                9 - Light Blue
  161.      A - Green Blink               A - Light Green
  162.      B - Cyan Blink                B - Light Cyan
  163.      C - Red Blink                 C - Light Red
  164.      D - Magenta Blink             D - Light Magenta
  165.      E - Brown Blink               E - Yellow
  166.      F - White Blink               F - Bright White
  167.     
  168. -----------------------------------------------------------------
  169. If your not familiar with the color codes, you may want to fool
  170. around a little bit with them.
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.      If you need support or want to make a few suggestions on
  178. autopost, you may contact me at the following places.
  179.  
  180. Tidal Wave BBS: (my bbs) (518) 861-6645 14,400 BPS 24 hours
  181. Lobster Buoy: (the TriBBS support BBS).  Just send a message to    
  182.      Josh Perfetto there.
  183. WME-NET: I carry all confrences, so just send a message to Josh Perfetto
  184. in an apropriate confrence there.
  185. Internet: JOSH@INTEGTEL.COM or VPERFETTO@DELPHI.COM
  186.  
  187. I would like to hear any suggestions and problems that you are having. The 
  188. latest version of AutoPost will always be available on my BBS, Tidal Wave. 
  189. I will also always upload the latest version to the Lobster Buoy and other 
  190. major BBS's.
  191.  
  192. REGISTRATION:
  193.  
  194.      AutoPost is the result of many hours of work.  It is distributed
  195. under the shareware concept.  You may try it out for 30 days.  If you find 
  196. that you like AutoPost, and you would like to continue using it, then please 
  197. register it.  If you do not register it after 30 days, than you must delete 
  198. it from your computer.
  199.  
  200. To register AutoPost, complete the REGISTER.TXT file and send it to me, along 
  201. with $5.00 US dollars.  You will be sent a registration key file.  You then 
  202. run REGISTER.EXE and enter the information that I will send you.  Then BOOM! 
  203. AutoPost is now registered.  I feel that $5.00 is a very reasonable rate,
  204. considering the time that I spent making it.
  205.  
  206. That's All! Have fun.