Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

This is an old revision of the document!


Install-xtrn.js (Automated Install for External Programs)

A utility used to aid in installing programs to the External Programs section.

This script parses a .ini file (default filename is install-xtrn.ini) and installs the external programs defined within into the Synchronet BBS configuration file: ctrl/xtrn.cnf. The programs defined within this file can by online programs (a.k.a. Doors), editors, or events.

If the door is included with Synchronet, or Synchronet already has a configuration for it (in xtrn/3rdp-install), you can use the install-xtrn.js script to install your door. For third party doors, you should extract the door files into your external directory first, and perform any required unpacking/installing of the files. Once the final executable file is in place, Synchronet can check for a file signature match and install the door configuration if it has a matching known configuration for it.

Running the Script

Run exec/jsexec install-xtrn.js

This script can also be invoked using the ;EXEC sysop command while logged into the terminal server, for example:

;exec ?install-xtrn

You can also specify a specific directory to install by including the path to the program:

exec/jsexec install-xtrn.js ../xtrn/minesweeper

;exec ?install-xtrn ../xtrn/minesweeper

Command Line Options

Command Description
-auto Don't prompt for a list of doors to install
-debug Shows what would happen (does not make changes)
-overwrite Overwrite already-installed door

Third Party External Programs (Doors)

Configs are located in xtrn/3rdp-install to support installing third party external programs. These configs are version-specific and are based on a MD5 hash against the game's executable.

The general instructions are:

  1. Download the file from the program author's website
  2. Extract the file into the destination directory of your xtrn folder
  3. Inside that directory, do any actions you need to get the files into their final state. For example, extracting any included zip files, running any uncompressors or installer programs, installing any patches (like tppatch for Turbo Basic programs), etc.
  4. Review the sysop documentation for the program
  5. Run the install-xtrn.js. If it finds a match (based on a MD5 sum of the executable), it will give you the option to install the program and decide which external section to place it into. If it does not give you the option, then either no configuration exists in xtrn/3rdp-install for this program or this particular version of the program, or you may have missed a step preparing the files
  6. Perform any required tasks according to the sysop documentation, such as resetting the program, etc.
  7. Apply any registration codes you have for the program

See Also