home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RANDOM11.ZIP / random.doc < prev    next >
Encoding:
Text File  |  1996-01-28  |  4.2 KB  |  106 lines

  1.                 BLACKBOARD RANDOM TITLE DOOR 1.0
  2.              written by darrin lingle/time traveler
  3.              blackboard bbs 303-430-9293, 303-430-7791
  4.                     troopers@ix.netcom.com
  5.                         copyright 1995
  6.  
  7. special thanks to
  8. cyclone & blackjack : helped with data structures.
  9. digital dreamer : cosmetics, word wrap.
  10.  
  11. this version of random title door is donationware, but you're welcome to 
  12. send donations to :
  13. darrin lingle
  14. 8470 n. sheridan blvd.
  15. arvada, co   80003
  16. you may freely distribute
  17. it to anyone.  you may not reverse engineer, disassemble, or change anything
  18. on the copy you plan to distribute, which is protected by copyright law.
  19. as with any software that's exchanged several hands i suggest virus scanning
  20. after unzipping the file. i do not guarantee anything.
  21.  
  22. what is a random title door?
  23. have you ever wondered what to post about or ran out of ideas? have you ever
  24. wanted someone else to post about your topic and not just reply?
  25. blackboard's random title door is the answer.  first users add to a list of
  26. random titles.  when the sysop validates a title it can be randomly picked
  27. by the program when a user is posting a message. it's alot of fun.
  28.  
  29. to install:
  30. make a subdirectory from your bbs directory like : c:\rg\bb\random
  31. unzip the file into your bbs directory : pkunzip random10 c:\rg\bb\random
  32. add random titles by running the program locally : random /L
  33. so when someone first posts there will be some titles to use.
  34. blackboard random title door supports many drop files such as door.sys and
  35. dorinfo1.def. edit the door.ctl file to set this up.
  36. make a batch file and save into in your bbs directory : random.bat
  37. random /B 38400 /Pc:\rg
  38. (name) (locked baud rate) (path to dropfile)
  39. use the maintenance batch file to keep messages and log files to a decent
  40. size (edit it to use your directory names).
  41.  
  42. tips:
  43. i've found that running the online program (door) by integrating it with
  44. the newscan works best and the program is setup to be used that way.  first
  45. it goes directly to listing the titles (local sysop to validate), then
  46. adding a title, then posting to a random title, and then the main 'read
  47. message' screen where it goes to the last read message. from this 'read
  48. message' screen the user can post, continue to read, add titles, list titles
  49. or quit.
  50. to include this in your newscan on a renegade bbs system you just
  51. enter another command 'M' for messages and insert this command key before
  52. the 'M' key which goes to the message menu. when renegade bbs sees two of the
  53. same key it runs the first one first and then immediately runs the second one.
  54. when a user types 'M' it'll run the random title door then goto the message
  55. area for a possible newscan there.
  56.  
  57. note that com 3 & 4 are setup for non-standard com ports.
  58. com 3 = irq5
  59. com 4 = irq7
  60.  
  61. msg.exe commands
  62. ----------------
  63. log truncating:
  64. type msg L to truncating the log file to the newest 100 lines.
  65.  
  66. message packing:
  67. to pack messages type msg x , where x is the number of messages you want
  68. to keep(the max amount of messages). This will also permanently remove
  69. deleted messages.
  70.  
  71. title packing:
  72. to pack titles type msg t .  note it will delete any titles that have not
  73. been validated.
  74.  
  75. sysop access:
  76. to access sysop commands you must be local (0 baud rate).  you can delete
  77. messages, validate or unvalidate titles, and make messages permanent.
  78.  
  79. make sure you download the orginal untampered version from blackboard bbs
  80. 303-430-9293. comments and new information is available in the programming
  81. message area on blackboard bbs.
  82.  
  83. files enclosed:
  84.   random.exe  executable program
  85.   random.doc  this file
  86.   door.ctl    the control file (use a text editor to edit)
  87.   ranp100.zip random title top ten poster util              
  88.   ad-title    .asc & .ans files
  89.   titles
  90.   post
  91.   read
  92.  
  93. files created:
  94.   message.dat message file
  95.   random.lst  list of random messages
  96.   random.log  log of date, time, and user name who used the random door
  97.  
  98. command line parameters:
  99.   /L load random door locally with no comport access
  100.   /Cx x = comport number (if no door file like door.sys)
  101.   /E expanded memory
  102.   /N node number
  103.   /Mx use multiple ctl files, door1.ctl, door2.ctl, ...
  104.   /Px specifies the path to the drop files
  105.  
  106.