• LordStat info

    From Donald Tidmore@1:261/38 to All on Wed Dec 7 23:02:30 2005
    I've updated Jason Brown's Lordstat utility so that it generates simple HTML bulletins of
    its LORD bulletins, along with the original ASCII and ANSI bulletin formats. I
    could use
    some assistance with pause codes used by various BBS programs with Lordstat.

    The program currently supports use of pause codes for Ezycom (thanks to Stephen
    Gibbs),
    Renegade, Wildcat, RemoteAccess bbs software. I don't have knowledge of pause codes
    for any other bbs software such as Pcboard for example.

    If any of you know how to write Pause code that works with other BBS software, please
    send me that information for use in pascal code. Thanks. ================================================

    LordMenu notes. The utility which was taken over from Robert Fogt years ago by
    Lloyd Hannesson is no longer usable, regarding the 3rdalt.txt, with current compilations
    of LORD 4.07 beta. I've written to Lloyd about problem but he's not responding. He
    washed his hands of Lord programming this summer.

    I'm trying to do a newer version for personal usage of Lordmenu using the original code
    given to me by Robert Fogt, but so far can not get it to make a 3rdalt.txt that
    conforms
    to the requirements of Lord 4.07 beta and Lord/32 beta. According to Michael Preslar,
    who told me what went wrong with 3rdalt.txt, the file can not contain any lines
    that
    are longer than 255 characters. LORD now shows the Lordmenu-generated 3rdalt.txt
    files all scrunched up into four or so lines on-screen, rendering the utility worthless
    for users of Lord 4.07 beta. Stephen Gibbs has tried fixing the program I am working
    on, but has had no luck with it either.

    Off-hand I would say that if anyone wants an alternative Lord utility that is fully
    supported for making 3rdalt.txt files, you will have to create one. Perhaps one of
    you will be interested in doing that. Or perhaps you can all convince Michael Preslar
    to give REGISTERED users of LORD the ability for LORD itself to generate the 3rdalt.txt
    file (and/or the RIP version files) from the 3rdparty.dat file. That would benefit all of
    us long-term I think.
    ========================================

    If you use the old DOS LORD igm Free World, consider it abandoned and dead. I found
    its author during the summer but he did not have its source code available. And he's
    not gotten any response from the guy who was storing his old bbs computers since
    that time. So it looks like for the time being, Free World, has no DOS Lord future.
    I am slowly developing a Lord/32 version of Free World that Chris Martino had made.
    Eventually it will be released for others to use, once Lord/32 itself has been released
    officially. Right now, the beta is available if anyone wants to use it. I was
    authorized
    by George Batalias to recreate his igm, so that's what i am doing. Donald.

    --- BBBS/LiI v4.01 Flag-5
    * Origin: Prism bbs (1:261/38)
  • From Michael Preslar@1:275/112 to Donald Tidmore on Tue Dec 13 10:40:38 2005
    Re: LordStat info
    By: Donald Tidmore to All on Wed Dec 07 2005 11:02 pm

    I'm trying to do a newer version for personal usage of Lordmenu using the original code
    given to me by Robert Fogt, but so far can not get it to make a 3rdalt.txt t conforms
    to the requirements of Lord 4.07 beta and Lord/32 beta. According to Michae Preslar,
    who told me what went wrong with 3rdalt.txt, the file can not contain any li that
    are longer than 255 characters. LORD now shows the Lordmenu-generated 3rdalt.txt
    files all scrunched up into four or so lines on-screen, rendering the utilit worthless
    for users of Lord 4.07 beta.

    Correction.

    Not just Lord 4.07 but _any_ version of lord. Actually, any program written
    in Borland Pascal or Turbo Pascal would have the same anomoly.

    Strings in Pascal have a max length of 255 characters. And when you do a readln(tf,s); (which s being defined as var s:String), it will only read the first 255 characters of the line and then move on to the next line.
    --- SBBSecho 2.10-Win32
    * Origin: mount_z.synchro.net - Home of Lord/* (1:275/112)