• Randomized log off ansi door

    From Rixter@1:103/705 to All on Sat Mar 1 13:35:49 2025
    Does anyone know of a good log off event door to show random ansi screens! The log on banner msgs are great that come with synchronet, I also would like to show random ansi art at log off.
    Rixter
    telnet://ricksbbs.synchro.net:23
    http://ricksbbs.synchro.net:8080
    Madison,NC

    ---
    þ Synchronet þ Rick's BBS telnet://ricksbbs.synchro.net:23
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Rixter on Sat Mar 1 14:29:37 2025
    Re: Randomized log off ansi door
    By: Rixter to All on Sat Mar 01 2025 01:35 pm

    Does anyone know of a good log off event door to show random ansi screens! The log on banner msgs are great that come with synchronet, I also would like to show random ansi art at log off.

    You don't need a door for such a thing, a single line of JavaScript is how that's done in logon.js:
    bbs.menu("random*");

    To do something similar at log-off, add @menu:random*@ ("menu" should be in uppercase) to your text/menu/logoff.asc file. You can change "random" to some other basefilename, but the asterisk is what tells the Synchronet menu function to pick any file that matches that pattern at random, for disply.
    --
    digital man (rob)

    Rush quote #52:
    His world is under observation, we monitor his station .. Digital Man
    Norco, CA WX: 60.1øF, 68.0% humidity, 9 mph W wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rixter@1:103/705 to Digital Man on Sat Mar 1 20:33:12 2025
    Re: Randomized log off ansi door
    By: Rixter to All on Sat Mar 01 2025 01:35 pm

    You don't need a door for such a thing, a single line of JavaScript is how that's done in logon.js:
    bbs.menu("random*");

    To do something similar at log-off, add @menu:random*@ ("menu" should be in uppercase) to your text/menu/logoff.asc file. You can change "random" to some other basefilename, but the asterisk is what tells the Synchronet menu function to pick any file that matches that pattern at random, for disply.
    --
    digital man (rob)

    Rush quote #52:
    His world is under observation, we monitor his station .. Digital Man
    Norco, CA WX: 60.1¨F, 68.0% humidity, 9 mph W wind, 0.00 inches rain/24hrs ---
    ¨ Synchronet ¨ Vertrauen ¨ Home of Synchronet ¨
    [vert/cvs/bbs].synchro.net


    Thank you very much Digital Man. I will try it out and let you know how it goes. Have a great weekend.
    Rixter

    telnet://ricksbbs.synchro.net:23
    http://ricksbbs.synchro.net:8080
    Madison,NC

    ---
    þ Synchronet þ Rick's BBS telnet://ricksbbs.synchro.net:23
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)