• Few Noobie Questions

    From Charles Stephenson@VERT to All on Monday, October 22, 2018 22:24:20
    ...while I'm trying to figure out why I can't SEND mail on SBBS, I can read
    it fine! but til then... I'll have to post my questions here...

    First Question:

    How do I make my default web theme for everybody the nightshade theme?

    Second Question:

    Is there another program other than 'addfiles' that can scan and add files to the database?

    Third Question:


    Does anybody have the syntax's for the archivers:

    LHA - view/extract/add (or whatever the three things are in scfg)
    ARC -
    TAR -


    I have 7z installed, arc, zip, rar, tar all installed under linux/ubnutn

    Thanks for any help!

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The Amiga Frontier:theamigafrontier.ddns.net:2023 (1:226/16)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nelgin@VERT/EOTLBBS to Charles Stephenson on Wednesday, October 24, 2018 13:42:27
    Charles wrote:

    LHA - view/extract/add (or whatever the three things are in scfg)
    ARC -
    TAR -


    [Archive Type - LZA]
    1: Archive Type LZA
    2: Signature 2D6C68
    3: Signature Offset 2
    4: Pack Command Line lha -aw=%s %f
    5: Unpack Command Line lha -ew=%s %f

    [Archive Type - ARC]
    1: Archive Type ARC
    2: Signature 1A
    3: Signature Offset 0
    4: Pack Command Line pak a %f %s
    5: Unpack Command Line pak e %f %s

    TAR is interesting, you don't usually find tar archives these days unless they're also compressed like a tar.gz or tar.bz2

    I've not tried it, but this should work
    [Archive Type - TAR]
    1: Archive Type TAR
    2: Signature 7573746172
    3: Signature Offset 257
    4: Pack Command Line tar cf %f %s
    5: Unpack Command Line tar xf %f %s




    I have 7z installed, arc, zip, rar, tar all installed under linux/ubnutn

    Thanks for any help!

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The Amiga Frontier:theamigafrontier.ddns.net:2023 (1:226/16)
    â–  Synchronet â–  Vertrauen â–  Home of Synchronet â–  [vert/cvs/bbs].synchro.net

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From Nightfox@VERT/DIGDIST to Charles Stephenson on Wednesday, October 24, 2018 12:35:21
    Re: Few Noobie Questions
    By: Charles Stephenson to All on Mon Oct 22 2018 10:24 pm

    Does anybody have the syntax's for the archivers:

    LHA - view/extract/add (or whatever the three things are in scfg)
    ARC -
    ARC -
    TAR -

    I have 7z installed, arc, zip, rar, tar all installed under linux/ubnutn

    I'm running my BBS in Windows, but I created an archiver setup guide for Windows - Maybe this will help for you (I have some of the same archivers set up, so hopefully their command line syntax will happen to be the same in Linux):
    http://www.digitaldistortionbbs.com/digdist-pges/SyncArcGuide.html

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to Nelgin on Wednesday, October 24, 2018 12:41:42
    Re: Re: Few Noobie Questions
    By: Nelgin to Charles Stephenson on Wed Oct 24 2018 01:42 pm

    [Archive Type - LZA]
    1: Archive Type LZA
    2: Signature 2D6C68
    3: Signature Offset 2
    4: Pack Command Line lha -aw=%s %f
    5: Unpack Command Line lha -ew=%s %f

    Where do you use the 'signature' and 'signature offset'? My compressible/extractable types configurations in SCFG don't have those two options. I'm curious if those may appear only in the Linux build of Synchronet?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From echicken@VERT/ECBBS to Nightfox on Wednesday, October 24, 2018 16:11:53
    Re: Re: Few Noobie Questions
    By: Nightfox to Nelgin on Wed Oct 24 2018 12:41:42

    Where do you use the 'signature' and 'signature offset'? My compressible/extractable types configurations in SCFG don't have those two options. I'm curious if those may appear only in the Linux build of Synchronet?

    Those are available in 'Arcive Types' in echocfg, not scfg.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Nelgin@VERT/EOTLBBS to echicken on Wednesday, October 24, 2018 16:38:24
    echicken wrote:
    Re: Re: Few Noobie Questions
    By: Nightfox to Nelgin on Wed Oct 24 2018 12:41:42

    Where do you use the 'signature' and 'signature offset'? My
    compressible/extractable types configurations in SCFG don't have those two
    options. I'm curious if those may appear only in the Linux build of
    Synchronet?

    Those are available in 'Arcive Types' in echocfg, not scfg.

    Yup. I used this website to find the signature and offset.

    https://www.garykessler.net/library/file_sigs.html

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From Nightfox@VERT/DIGDIST to echicken on Wednesday, October 24, 2018 15:21:33
    Re: Re: Few Noobie Questions
    By: echicken to Nightfox on Wed Oct 24 2018 04:11 pm

    Where do you use the 'signature' and 'signature offset'? My
    compressible/extractable types configurations in SCFG don't have
    those two options. I'm curious if those may appear only in the Linux
    build of Synchronet?

    Those are available in 'Arcive Types' in echocfg, not scfg.

    I see, I hadn't checked echocfg in a long time. Interesting that echocfg would have a couple more options for archive files than SCFG.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Digital Man@VERT to Nightfox on Wednesday, October 24, 2018 15:32:04
    Re: Re: Few Noobie Questions
    By: Nightfox to Nelgin on Wed Oct 24 2018 12:41 pm

    Re: Re: Few Noobie Questions
    By: Nelgin to Charles Stephenson on Wed Oct 24 2018 01:42 pm

    [Archive Type - LZA]
    1: Archive Type LZA
    2: Signature 2D6C68
    3: Signature Offset 2
    4: Pack Command Line lha -aw=%s %f
    5: Unpack Command Line lha -ew=%s %f

    Where do you use the 'signature' and 'signature offset'? My compressible/extractable types configurations in SCFG don't have those two options. I'm curious if those may appear only in the Linux build of Synchronet?

    They only appear in EchoCfg (only SBBSecho needs them).

    digital man

    Synchronet/BBS Terminology Definition #33:
    IMAP = Internet Message Access Protocol
    Norco, CA WX: 79.4øF, 44.0% humidity, 14 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Digital Man on Wednesday, October 24, 2018 16:51:07
    Re: Re: Few Noobie Questions
    By: Digital Man to Nightfox on Wed Oct 24 2018 03:32 pm

    Where do you use the 'signature' and 'signature offset'? My
    compressible/extractable types configurations in SCFG don't have those
    two options. I'm curious if those may appear only in the Linux build
    of Synchronet?

    They only appear in EchoCfg (only SBBSecho needs them).

    I had forgotten, as I haven't opened echocfg in a while..

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com