• Total users

    From maskreet@21:1/114 to All on Thu Jan 9 11:45:32 2020
    Anyone know how to access the users.dat on a Mystic system in Python?

    I need to be able to pull all of the IP addresses and do a compare.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: throwbackbbs.com -\- meriden, ct -\- (21:1/114)
  • From Analog@21:2/123 to maskreet on Thu Jan 9 21:38:48 2020
    If you like to write code, you can implement a Python read of mystic.dat from the records.112 file in the Mystic's DOC directory. Or...you can wait for my release of my Python file reader MOD that has all the RECORD readers in it. I already implemented most of them for my FileViewer package. That should go
    out soon but you can check it out at my bbs.

    Cheers,

    |19|15ÚÄ|16|07´ |08De|07ad|15be|07a|08tz b|07b|15s
    |07ÀÄÙÃÄ¿ |08:>.|12F|04sx |1221|08:|122|08/|12123|08.
    |11þ |07À|19|15Ä|16|07Ù |08:>.|10A|02gn |1046|08:|101|08/|10123|08.
    |12ð|15A|07n|08al|07o|15g|12ð |08:>.|13F|05dn |131|08:|13305|08/|132|08.
    |08:>.|15S|08ci |1577|08:|151|08/|15131|08.
    |08:>.|11T|03qw |111337|08:|113|08/|1113|08.

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: deadbeatz.org (21:2/123)
  • From ryan@21:1/168 to Analog on Thu Jan 9 21:48:40 2020
    If you like to write code, you can implement a Python read of mystic.dat from the records.112 file in the Mystic's DOC directory. Or...you can
    wait for my release of my Python file reader MOD that has all the RECORD readers in it. I already implemented most of them for my FileViewer package. That should go out soon but you can check it out at my bbs.

    Well /this/ is relevant to my interests! Please distribute this :)

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: monterey bbs (21:1/168)
  • From maskreet@21:1/114 to Analog on Fri Jan 10 11:37:42 2020
    On 09 Jan 2020, Analog said the following...

    If you like to write code, you can implement a Python read of mystic.dat from the records.112 file in the Mystic's DOC directory. Or...you can
    wait for my release of my Python file reader MOD that has all the RECORD readers in it. I already implemented most of them for my FileViewer package. That should go out soon but you can check it out at my bbs.

    Actually, I figured out a workaround. Went with just doing a range of some
    huge number and pulled every user record in succession sequentially, adding each's username and IP to a dictionary. It works, so I'm good with that =)

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: throwbackbbs.com -\- meriden, ct -\- (21:1/114)
  • From Analog@21:2/123 to maskreet on Fri Jan 10 11:09:30 2020
    Actually, I figured out a workaround. Went with just doing a range of
    some huge number and pulled every user record in succession
    sequentially, adding each's username and IP to a dictionary. It works,
    so I'm good with that =)

    Well simple is best.

    |19|15ÚÄ|16|07´ |08De|07ad|15be|07a|08tz b|07b|15s
    |07ÀÄÙÃÄ¿ |08:>.|12F|04sx |1221|08:|122|08/|12123|08.
    |11þ |07À|19|15Ä|16|07Ù |08:>.|10A|02gn |1046|08:|101|08/|10123|08.
    |12ð|15A|07n|08al|07o|15g|12ð |08:>.|13F|05dn |131|08:|13305|08/|132|08.
    |08:>.|15S|08ci |1577|08:|151|08/|15131|08.
    |08:>.|11T|03qw |111337|08:|113|08/|1113|08.

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: deadbeatz.org (21:2/123)