home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SC22.ZIP / SC.ZIP / SYNCREG.DOC < prev    next >
Encoding:
Text File  |  1996-07-04  |  4.4 KB  |  107 lines

  1. SyncRegistry 1.7 Documention
  2. -\-\-\-\-\-\-/-/-/-/-/-/-/-/
  3.  
  4. If you got this with SyncChat, you may be wondering, "What the hell is
  5. this?!".  Well, this is the doc for SyncRegistry.  SyncChat works hand in
  6. hand with SyncRegistry to provide users with an awesome user registry and
  7. allows your users to access it while they are chatting!
  8.  
  9. Since SyncRegistry is pretty small and simple, these docs will be short.
  10.  
  11. INSTALLATION
  12. ------------
  13.  
  14. First off, SyncRegistry was made to be used with SyncChat, but it can also be
  15. run as a stand alone registry.  Obviously, its best to run it with SyncChat
  16. AND as a stand alone registry.  That way, your users can look up profiles
  17. while they are in SyncChat or while they are in other areas of your BBS! 
  18.  
  19. NOTE: If you ALREADY have installed SyncChat 1.9 or greater, SyncRegistry
  20. is already installed!  (You may, however, wish to look over this file to be
  21. able to run SyncRegistry outside of SyncChat - i.e. at logon).
  22.  
  23. 1.  If you want to use this with SyncChat AND stand alone, copy the file
  24.     "SYNCREG.EXE" into your SyncChat directory (i.e. C:\SBBS\XTRN\SYNCCHAT).
  25.     (You may also want to copy SYNCREG.DOC here too).
  26. 2.  If you want to run SyncRegistry just as a stand alone registry, make a
  27.     separate directory for it (i.e. C:\SBBS\XTRN\SYNCREG).  Copy all files
  28.     you just unziped into this directory.
  29. 3.  For Synchronet BBS Software:
  30.     Here are the settings in SCFG for SyncRegistry:
  31.  
  32.           ╔[■][?]════════════════════════════════════════════════════╗
  33.           ║                       SyncRegistry                       ║
  34.           ╠══════════════════════════════════════════════════════════╣
  35.           ║ │Name                       SyncRegistry                 ║
  36.           ║ │Internal Code              SYNCREG                      ║
  37. /-->      ║ │Start-up Directory         C:\SBBS\XTRN\SYNCREG         ║
  38. |         ║ │Command Line               SYNCREG.EXE                  ║
  39. |         ║ │Clean-up Command Line                                   ║
  40. |         ║ │Execution Cost             None                         ║
  41. |         ║ │Access Requirements                                     ║
  42. |         ║ │Execution Requirements                                  ║
  43. |         ║ │Multiple Concurrent Users  Yes                          ║
  44. |         ║ │Intercept I/O Interrupts   No                           ║
  45. |         ║ │Swap BBS out of Memory     Yes                          ║
  46. |         ║ │Modify User Data           No                           ║
  47. |         ║ │Execute on Event           No                           ║
  48. |         ║ │BBS Drop File Type         Synchronet      XTRN.DAT     ║
  49. |         ║ │Place Drop File In         Node Directory               ║
  50. |         ║ │Time Options...                                         ║
  51. |         ╚══════════════════════════════════════════════════════════╝
  52. |
  53. \----- This directory could also be your SyncChat directory. (See below)
  54.  
  55.     For Other BBS Software:
  56.  
  57.     Command Line: SYNCREG [node_dir]
  58.  
  59.     Ex: SYNCREG C:\BBS\NODE1
  60.  
  61.     Set up your BBS software so it generates a DOOR.SYS file in [node_dir]
  62.  
  63.     Use this sample batch file (Change paths as needed obviously):
  64.  
  65.     --[SYNCREG.BAT]--
  66.     C:
  67.     CD\DOORS\SYNCREG
  68.     SYNCREG C:\BBS\NODE%1
  69.     --[SYNCREG.BAT]--
  70.  
  71.     That's it!
  72.  
  73.     Ignore the rest of these installation instructions if you are not using
  74.     Synchronet BBS Software.
  75.  
  76. 4.  If SyncRegistry is installed with SyncChat, obviously, just change the
  77.     Start-up Directory to whatever your SyncChat directory is
  78.     (i.e. C:\SBBS\XTRN\SYNCCHAT).
  79. 5.  You don't need to do anything special for SyncChat to use SyncRegistry,
  80.     it automatically installs.
  81. 6.  I recommend you edit your \SBBS\EXEC\LOGON.SRC (Add this to the end):
  82.  
  83.     compare_ars rest G or rest X or local
  84.     if_false
  85.       no_yes \1h\1yDo you want to enter \1cSyncRegistry\1b
  86.       if_false
  87.         exec_xtrn syncreg
  88.         end_if
  89.       end_if
  90.  
  91.     Now your users will be able to enter SyncRegistry and add their profiles
  92.     (or look up profiles) when they logon!
  93. 7.  You're done!
  94.  
  95. You can reach me any of the following ways:
  96.  
  97. Internet - gcd@silicon.net
  98. FIDOnet  - Prophet @ 1:102/854
  99. ITCnet   - Prophet @ 85:805/117
  100. Prophet  @ Dragonspear Castle BBS (818-240-9102 or 818-240-0318)
  101.  
  102. Well, have fun with this registry, I know lots of people have been looking
  103. for something like this!
  104.  
  105. -Prophet
  106.  
  107.