• Game Server

    From IB Joe@VERT to All on Sat Apr 24 13:07:06 2021
    Where exactly do I toggle the ability for Synchronet to just open up at the external programs menu if people rlogon??

    Thanx

    IB Joe
    AKA Joe Schweier
    SysOp of Joe's BBS
    -=JoesBBS.com=-
    --- Mystic BBS v1.12 A47 2021/01/16 (Raspberry Pi/32)
    * Origin: JoesBBS.Com, Telnet:2323 SSH:2222 HTTP:80 (1:342/200.1)
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to IB Joe on Sat Apr 24 12:41:23 2021
    Re: Game Server
    By: IB Joe to All on Sat Apr 24 2021 01:07 pm

    Where exactly do I toggle the ability for Synchronet to just open up at the external programs menu if people rlogon??

    In the [logon] section of ctrl/modopts.ini: http://wiki.synchro.net/module:logon
    --
    digital man

    Synchronet "Real Fact" #26:
    The Synchronet Web Server was written predominantly by Stephen Hurd (Deuce). Norco, CA WX: 64.5°F, 61.0% humidity, 0 mph S wind, 0.00 inches rain/24hrs
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to IB Joe on Sat Apr 24 18:21:25 2021
    Re: Game Server
    By: IB Joe to All on Sat Apr 24 2021 01:07 pm

    Where exactly do I toggle the ability for Synchronet to just open up at the external programs menu if people rlogon??

    Thanx

    IB Joe
    AKA Joe Schweier
    SysOp of Joe's BBS
    -=JoesBBS.com=-

    logon.js has a little section:
    // Check if we're being asked to auto-run an external (web interface external programs section uses this)
    if ((options.rlogin_auto_xtrn) && (bbs.sys_status & SS_RLOGIN) && (console.terminal.indexOf("xtrn=") === 0)) {
    var external_code = console.terminal.substring(5);
    bbs.node_action = NODE_XTRN;
    if (!bbs.exec_xtrn(external_code)) {
    alert(log(LOG_ERR,"!ERROR Unable to launch external: '" + external_code + "'"));
    }
    bbs.hangup();
    exit();
    }

    You can manipulate stuff there. I mod'd mine to intercept xtrn=foo to create what I can only descibe as an inter-mtrix for my game server.

    ~mortifis

    ---
    ■ Synchronet ■ AlleyCat! BBS Lake Echo, NS Canada alleycatbbs.com