• Import users

    From Thomas Bampi@VERT to All on Wednesday, April 25, 2018 16:54:16
    Hi all there is a program or system
    to import the list of users of
    Remote access bbs 2.xx on
    synchronet?

    Bye
    Thomas Bampi

    F. KrueGer
    --- SBBSecho 3.04-Win32
    * Origin: Veleno BBS - http://velenobbs.ddns.net (2:333/808)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to Thomas Bampi on Wednesday, April 25, 2018 11:37:18
    Re: Import users
    By: Thomas Bampi to All on Wed Apr 25 2018 16:54:16

    Hi all there is a program or system
    to import the list of users of
    Remote access bbs 2.xx on
    synchronet?

    I doubt it. It's trivial to create a script to create new users on a Synchronet BBS based on the contents of some file, though. You'd just need an export utility for RA to start with; maybe there's one here:

    http://archives.thebbs.org/ra57a.htm

    Failing that, it probably wouldn't be too great a challenge to dissect RA's user database format. Maybe it's just a text file, maybe it's documented somewhere.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Thomas Bampi@VERT to echicken on Wednesday, April 25, 2018 19:15:41
    I doubt it. It's trivial to create a script to create new users on a Synchronet BBS based on the contents of some file, though. You'd just need an export utility for RA to start with; maybe there's one here:

    http://archives.thebbs.org/ra57a.htm

    Failing that, it probably wouldn't be too great a challenge to dissect RA's user database format. Maybe it's just a text file, maybe it's documented somewhere.


    Hi echicken, thanks for the information! that you know Synchronet does not
    have a file import utility or utility?

    Bye
    Thomas Bampi

    F. KrueGer
    --- SBBSecho 3.04-Win32
    * Origin: Veleno BBS - http://velenobbs.ddns.net (2:333/808)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Thomas Bampi on Wednesday, April 25, 2018 11:33:46
    Re: Import users
    By: Thomas Bampi to All on Wed Apr 25 2018 04:54 pm

    Hi all there is a program or system
    to import the list of users of
    Remote access bbs 2.xx on
    synchronet?

    There's a conversion program (written for MS-DOS I'm pretty sure) included in this pack: ftp://vert.synchro.net/main/SBBS_3RD/CVT2SBBS.ZIP

    digital man

    Synchronet "Real Fact" #4:
    Synchronet version 3 is written mostly in C, with some C++, x86 ASM, and Pascal.
    Norco, CA WX: 71.7øF, 45.0% humidity, 3 mph N wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Thomas Bampi on Wednesday, April 25, 2018 11:36:43
    Re: Re: Import users
    By: Thomas Bampi to echicken on Wed Apr 25 2018 07:15 pm

    Hi echicken, thanks for the information! that you know Synchronet does not have a file import utility or utility?

    You mean, like files for users to download? See http://wiki.synchro.net/faq:files for details on adding/importing files for users to download.

    digital man

    This Is Spinal Tap quote #38:
    Artie Fufkin: I'm not asking, I'm telling with this. Kick my ass.
    Norco, CA WX: 71.7øF, 45.0% humidity, 3 mph N wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to echicken on Thursday, April 26, 2018 09:24:00
    echicken wrote to Thomas Bampi <=-

    Failing that, it probably wouldn't be too great a challenge to dissect RA's user database format. Maybe it's just a text file, maybe it's documented somewhere.

    I'm pretty sure it's not a text file (used to run RA myself), but I agree, it's probably documented somewhere.


    ... If something is confidential, it'll be left in the copier.
    === MultiMail/Win32 v0.49
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Thomas Bampi@VERT to Digital Man on Thursday, April 26, 2018 10:18:46
    There's a conversion program (written for MS-DOS I'm pretty sure) included in this pack: ftp://vert.synchro.net/main/SBBS_3RD/CVT2SBBS.ZIP

    Hi Digital Man, the program to convert works great !!!
    Thank you!!!

    Bye
    Thomas Bampi

    F. KrueGer
    --- SBBSecho 3.04-Win32
    * Origin: Veleno BBS - http://velenobbs.ddns.net (2:333/808)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to echicken on Thursday, April 26, 2018 11:10:20
    On 2018 Apr 25 11:37:18, you wrote to Thomas Bampi:

    Failing that, it probably wouldn't be too great a challenge to dissect RA's user database format. Maybe it's just a text file, maybe it's documented somewhere.

    it is a binary file... the tricky thing is if the operator enabled the password
    to be hidden behind a md5 checksum... if it was, there is no password to extract... if there is a password, it may be up to 15 characters in length... in the user record, bits are used for two attribute fields... one stores bits for deleted, CLS, more prompt, ANSI, no-kill, xfer prority, full screen msg editor, and quiet mode... the other attribute field holds bits for hot-keys, AVT/0, full screen message viewer, hide from user list, page priority, no echomail in mailbox scans, guest account and post billing (posts use credits)... there is a 3rd attribute field which for now has only one bit in use which determines if the mailbox scan scans only the users selected (joined)
    areas... names and handles can by 35 characters in length... aside from that, there's likely a lot of settings that just won't cross over... access flags being one of the largest features...

    RA uses bit flags (IIRC) to determine if someone has access to a message and file area... users have one set of eight flags... a flag is on or off...

    message areas have three sets of eight flags... one set for read access, one set for write access and one set for sysop level access... access to an area may be determined by a flag being ON or Off... in other words, if a user has flag A1 on and a message area requires that flag A1 is off, the user will not be allowed access no matter what their security level is... if the user's A1 is
    off and the area requires the flag to be on, they are also denied access...

    file areas work the same way that message areas work... they have three sets of
    eight flags for download access, listing access and upload access... just like
    message areas, access is determined if a flag is on or off...

    message and file areas can also be restricted via these flags... they work the same as for message and file areas...

    these flags are in addition to the security level which RA has available as level 0 (zero - locked out) up to level 65535...

    the structures are officially available in pascal format... one might find them
    in C format... there is no export tool available that i'm aware of...


    the above is all for RA v2.50... v2.6 started using some empty space to store the first two digits of the year for y2k compatibility without altering the record size and also allowing older programs to still operate on the record as long as they left unused areas of the record alone... modifying unused space or
    filling those spaces with garbage would cause problems with the dates...
    RA also had new y2k compliant date fields that it used... it still wrote to the
    old fields for compatibility... RA 2.62beta is the last one i have here and it
    was roughly in the middle of the conversion process to new data file structures that were not limited for dates by using only two digits for the year...

    all in all, i wouldn't worry about it... let the users sign up all over again... there's probably not enough active users to even worry about trying to
    convert from one format to another...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Cats are not pets, they own the house and let you live there
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Digital Man on Thursday, April 26, 2018 12:04:36
    On 2018 Apr 25 11:33:46, you wrote to Thomas Bampi:

    Hi all there is a program or system to import the list of users of
    Remote access bbs 2.xx on synchronet?

    There's a conversion program (written for MS-DOS I'm pretty sure)
    included in this pack:
    ftp://vert.synchro.net/main/SBBS_3RD/CVT2SBBS.ZIP

    REMOTE~2 would be the one to try to use... there is a flaw, though... in RA the
    sysop may select to keep raw passwords but the program indicates that md5 checksums are forced... either way, it may work but the operator doing this really needs to look over all the settings very very carefully... especially if
    they are using RA's flags... security levels will be another since RA allows for zero to 65535...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Ever stop to think and forget to start again?
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Thomas Bampi on Thursday, April 26, 2018 13:35:59
    Re: Re: Import users
    By: Thomas Bampi to Digital Man on Thu Apr 26 2018 10:18 am


    There's a conversion program (written for MS-DOS I'm pretty sure) included in this pack: ftp://vert.synchro.net/main/SBBS_3RD/CVT2SBBS.ZIP

    Hi Digital Man, the program to convert works great !!!
    Thank you!!!

    Ah, good to hear. I'll pass on the appreciation to King Drafus (Allen Christiansen) next time I talk to him.

    digital man

    Synchronet "Real Fact" #53:
    Synchronet Blackjack was the first multi-node/multi-user game for Synchronet. Norco, CA WX: 73.9øF, 39.0% humidity, 5 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net