Note: Instructions should apply to all doors available with minor changes.
Extract the contents into your doors directory.
Install SQLite if you don't already have it (example):
sudo apt install sqlite3
sudo apt install sqlite3 libsqlite3-dev
chmod +x bbswordle
Extract the contents into your doors directory.
Create a .bat file calledCreate astart.bat
:
@echo off cd doors\wordle bbswordle.exe -Dc:\gserver\node%1\door32.sys
wordle.ini
file in the doors directory:[DOOR] Name=Wordle (Win32) Command=DOORS\wordle\start.bat Parameters=*NODE *SOCKETHANDLE LocalOutput=True Native=TrueAnd then in the
doors.ini
file:[W] Name=Wordle (Win32) Action=RunDoor Parameters=Wordle RequiredAccess=10
Extract the contents into your doors directory.
Install SQLite if you don't already have it (example):
sudo apt install sqlite3
sudo apt install sqlite3 libsqlite3-dev
nano start.sh
chmod +x start.sh
chmod +x bbswordle
chmod +r
on whatever user you use to execute your reader.
Set-up for Mystic BBS (Thanks to Todd Holcomb of Captian's Quarters II BBS)
Command in Mystic is "D3" from the Action List and Data is
"c:\mystic\doors\wordle\START%N.BAT"
START1.BAT file looks like this:
echo off
cd c:\mystic\doors\wordle
bbswordle.exe -Dc:\mystic\temp1\door32.sys
By Sean Dennis (sysop@outpostbbs.net)
*** You MUST do this as user "mbse"! ***
umask 007
/opt/mbse/doors/wordle
chmod 0770 bbswordle
chmod 0660 *
/opt/mbse/bin. I call it "runwordle":
#!/bin/bash cd /opt/mbse/doors/wordle ./bbswordle -D$1/door32.sys cp ./bulletin.ans /opt/mbse/share/int/txtfiles/en/blt61.ansMake sure you
chmod +x runwordle.
8.3. EDIT MENU ITEM 1. Sel. key W 2. Type nr. 7 Run external program in shell 3. Opt. data /opt/mbse/bin/runwordle /U
123456789012345678901234567890123456789012345678901234567890 4. Display Security 0 5. Min. age 0 6. Lo-colors Normal display color 7. Hi-colors Bright display color 8. Autoexec No 9. Door Name Wordle 10. Y2K style No 11. No door.sys No 12. Use COMPort Yes 13. Run nosuid Yes 14. No Prompt Yes 15. Single User No 16. Hidden door No
The /U
will expand to the user's home directory under MBSE. You do not need to send a number with DOOR32.SYS.
Now test the door and make sure it works.
Various installs have been done for MSDOS Based Systems, here's the generic settings through an emulator and Synchronet.