• logon.ans display

    From MRO@VERT/BBSESINF to xbit on Wednesday, January 08, 2025 22:52:07
    Re: logon.ans display
    By: xbit to All on Wed Jan 08 2025 02:45 pm

    I have my 1 logon display for users when they logon named logon.ans, but I'm also seeing the SYNC logon display after my logon.ans. Anyway to remove it? I don't have any other files with the name logon#.ans, .msg, .acs, etc in the text\menu dir.

    are you SURE
    you dont have sbbs\text\menu\logon.asc ?

    do you mean this file?
    https://i.imgur.com/Sri6DT1.png
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Amessyroom@VERT/TL-QWK to all on Wednesday, January 08, 2025 20:44:16
    Re: logon.ans display
    By: Nightfox to xbit on Wed Jan 08 2025 03:20 pm

    I noticed there were a few files starting with random_ in their name added to sbbs/text/menu, and it looks like one of those is chosen at random when someone logs on. One of them is the Synchronet logo. Maybe that's the one being displayed? It looks like you can delete that if you don't want it displayed.

    Ditto. Three new files:

    -rw-r--r-- 1 sbbs sbbs 2511 Jan 6 11:36 random_synch_gj_splash.asc
    -rw-r--r-- 1 sbbs sbbs 1639 Jan 6 11:36 random_sync_starwars1.asc
    -rw-r--r-- 1 sbbs sbbs 1674 Jan 6 11:36 random_sync_starwars2.asc

    Believe two "sync" and the original "synchronet" image that has come with the BBS software for years.
    ---
    Amessyroom
    toolazy.synchro.net:2323 (telnet)

    ---
    þ Synchronet þ Too Lazy BBS - toolazy.synchro.net:2323
  • From xbit@VERT/XBITBBS to MRO on Thursday, January 09, 2025 04:18:30
    Re: logon.ans display
    By: MRO to xbit on Wed Jan 08 2025 10:52 pm

    are you SURE
    you dont have sbbs\text\menu\logon.asc ?

    Yeah... it was the random_sync_*.asc files in the menu dir thats new to 3.20.

    ---
    þ Synchronet þ Do it @ the X: Sync: X-BIT.ORG <-> Spitfire: X-BIT.ORG:2323
  • From MRO@VERT/BBSESINF to Amessyroom on Thursday, January 09, 2025 11:33:18
    Re: logon.ans display
    By: Amessyroom to all on Wed Jan 08 2025 08:44 pm

    that's the one being displayed? It looks like you can delete that if you don't want it displayed.

    Ditto. Three new files:

    -rw-r--r-- 1 sbbs sbbs 2511 Jan 6 11:36 random_synch_gj_splash.asc -rw-r--r-- 1 sbbs sbbs 1639 Jan 6 11:36 random_sync_starwars1.asc -rw-r--r-- 1 sbbs sbbs 1674 Jan 6 11:36 random_sync_starwars2.asc

    Believe two "sync" and the original "synchronet" image that has come with the BBS software for years.
    ---

    oh i didn't even know they did that change. Not the way i would have done it[or do it now]. I just script it to show random files.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to xbit on Thursday, January 09, 2025 11:34:04
    Re: logon.ans display
    By: xbit to MRO on Thu Jan 09 2025 04:18 am

    Re: logon.ans display
    By: MRO to xbit on Wed Jan 08 2025 10:52 pm

    are you SURE
    you dont have sbbs\text\menu\logon.asc ?

    Yeah... it was the random_sync_*.asc files in the menu dir thats new to 3.20.

    yeah i didn't know about that. There's other ways to do that.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Nightfox@VERT/DIGDIST to MRO on Thursday, January 09, 2025 10:02:03
    Re: logon.ans display
    By: MRO to Amessyroom on Thu Jan 09 2025 11:33 am

    oh i didn't even know they did that change. Not the way i would have done it[or do it now]. I just script it to show random files.

    Now it looks like it's a stock feature, so you don't have to make a custom script for that.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Digital Man@VERT to MRO on Thursday, January 09, 2025 12:46:58
    Re: logon.ans display
    By: MRO to Amessyroom on Thu Jan 09 2025 11:33 am

    oh i didn't even know they did that change. Not the way i would have done it[or do it now]. I just script it to show random files.

    It is scripted, in logon.js:

    // Print one of text/menu/random*.*, picked at random
    // e.g. random1.asc, random2.asc, random3.asc, etc.
    bbs.menu("random*");
    --
    digital man (rob)

    Sling Blade quote #12:
    Karl (re hammer): I don't rightly know. I just kinda woke up holding it.
    Norco, CA WX: 69.8øF, 11.0% humidity, 5 mph NE wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From kk4qbn@VERT/KK4QBN to Digital Man on Thursday, January 09, 2025 20:45:13
    Re: logon.ans display
    By: MRO to Amessyroom on Thu Jan 09 2025 11:33 am

    It is scripted, in logon.js:

    // Print one of text/menu/random*.*, picked at random
    // e.g. random1.asc, random2.asc, random3.asc, etc.
    bbs.menu("random*");

    As much as he does'nt want to admit it, MRO is now behind
    the "curve" when it comes to SBBS :)

    Tim (kk4qbn)
    +o kk4qbn.synchro.net

    ---
    ï¿­ Synchronet ï¿­ KK4QBN BBS - kk4qbn.synchro.net - Chatsworth, GA USA
  • From MRO@VERT/BBSESINF to Digital Man on Thursday, January 09, 2025 22:37:33
    Re: logon.ans display
    By: Digital Man to MRO on Thu Jan 09 2025 12:46 pm

    Re: logon.ans display
    By: MRO to Amessyroom on Thu Jan 09 2025 11:33 am

    oh i didn't even know they did that change. Not the way i would have done it[or do it now]. I just script it to show random files.

    It is scripted, in logon.js:

    // Print one of text/menu/random*.*, picked at random
    // e.g. random1.asc, random2.asc, random3.asc, etc.
    bbs.menu("random*");


    okay i haven't done that in a bit. that's pretty much how i do mine.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::