• BinkIT.js

    From Android8675@VERT/SHODAN to All on Saturday, February 06, 2016 09:33:54
    This the right place to ask about BinkIT stuff? Can't figure out if this should be in the .js board, this board, or the SysOp board.

    At anyrate, just followed the setup to see if I could get BinkIT to work, and it's giving me the following:

    !JavaScript C:\SBBS\exec\binkit.js line 741: TypeError: file_getext(dir) is undefined

    Not exactly sure what directory it's trying to figure out, but here's some of the .ini that has folder paths...

    sbbsecho.ini (this was generated using the sbbsecho_upgrade.js)
    ; Converted from C:\SBBS\CTRL\sbbsecho.cfg using sbbsecho_upgrade.js 1.6 check_path = true
    fwd_circular = true
    kill_empty_netmail = false
    add_from_echolists_only = false
    secure_echomail = true
    fuzzy_zone = true
    flo_mailer = true

    notify_user = 1
    zone_blind = false
    LogLevel = 6
    inbound = C:\Fido\_IN\
    sysop_alias = SYSOP
    areafile = c:\sbbs\data\areas.bbs
    logfile = c:\fido\_log\sbbsecho.log
    secure_inbound = c:\fido\_insec\
    outbound = C:\Fido\_OUT\
    arcsize = 2048000
    --clip--

    ftn_domains.ini
    [fidonet]
    Zones=1,2,3,4,5,6
    ; DNSSuffix=binkp.net
    OutboundRoot=C:\Fido\_OUT\

    [micronet]
    Zones=618
    OutboundRoot=C:\Fido\_OUT\

    [agoranet]
    Zones=46
    OutboundRoot=C:\Fido\_OUT\

    [dbnet]
    Zones=201
    OutboundRoot=C:\Fido\_OUT\
    --clip--

    I guess I should also ask, what's up with SBBSECHO v3? I heard about it, but can't figure out if there's a Windows build for it, do I need to compile it myself from src? Gonna search around dovenet for discussions now.

    -Andy

    Any help appreciated

    ---
    þ Synchronet þ Shodan's Core @ ShodansCore.com (Port 2323 for Nethack)
  • From Digital Man@VERT to Android8675 on Saturday, February 06, 2016 12:05:50
    Re: BinkIT.js
    By: Android8675 to All on Sat Feb 06 2016 09:33 am

    I guess I should also ask, what's up with SBBSECHO v3? I heard about it, but can't figure out if there's a Windows build for it, do I need to compile it myself from src? Gonna search around dovenet for discussions now.

    I haven't committed it to CVS yet.

    digital man

    Synchronet "Real Fact" #42:
    Synchronet added Baja/PCMS support with v2.00a (1994).
    Norco, CA WX: 60.2øF, 29.0% humidity, 6 mph W wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Deuce@VERT/BBSDEV to Android8675 on Saturday, February 06, 2016 21:44:08
    Re: BinkIT.js
    By: Android8675 to All on Sat Feb 06 2016 09:33 am

    At anyrate, just followed the setup to see if I could get BinkIT to work, and it's giving me the following:

    !JavaScript C:\SBBS\exec\binkit.js line 741: TypeError: file_getext(dir) is undefined

    Ah, it appears that the Win32 directory() method behaves differently to the *nix one... specifically, on Win32, if there's a "dir" and "dir.two", a directory("dir.*") will return both, on *nix, it will return only the second one.

    I've comitted a fix for this now.

    Thanks for testing!

    ---
    þ Synchronet þ The future of BBSing
  • From Android8675@VERT/SHODAN to Digital Man on Tuesday, February 09, 2016 15:38:13
    Re: BinkIT.js
    By: Digital Man to Android8675 on Sat Feb 06 2016 12:05 pm

    I guess I should also ask, what's up with SBBSECHO v3?

    I haven't committed it to CVS yet.

    Ah, well that'll do then. Carry on.

    -A.

    ---
    þ Synchronet þ Shodan's Core @ ShodansCore.com (Port 2323 for Nethack)
  • From Android8675@VERT/SHODAN to Deuce on Tuesday, February 09, 2016 15:39:10
    Re: BinkIT.js
    By: Deuce to Android8675 on Sat Feb 06 2016 09:44 pm

    !JavaScript C:\SBBS\exec\binkit.js line 741: TypeError:
    file_getext(dir) is undefined

    Ah, it appears that the Win32 directory() method behaves differently to the *nix one... specifically, on Win32, if there's a "dir" and "dir.two", a directory("dir.*") will return both, on *nix, it will return only the second one.

    I've comitted a fix for this now.
    Thanks for testing!

    Hey, I'm just here for you guys. Stay Classy.

    ---
    þ Synchronet þ Shodan's Core @ ShodansCore.com (Port 2323 for Nethack)