• Re: Nodelist Door

    From Bill McGarrity@1:266/404 to echicken on Sat Oct 21 19:09:00 2017
    echicken wrote to Psi-Jack <=-
    Hiya ec...

    Re: Nodelist Door
    By: Psi-Jack to echicken on Mon Oct 19 2015 15:44:20

    Dude.... Thank you!
    Just simply... Thank you! I had been meaning to do this for some time, but I haven't had time, nor enough full understanding of how to do this level of string manipulation and such with Javascript...

    Well, the whole thing is overwrought and probably memory-hungry, but it seems to work. Thankfully the nodelist is easy to figure out at a
    glance, and fairly well-documented where it isn't.

    I will be checking this out this week and putting it to a full line up of testing and integration into my developmental shell I use to develop shell-specific integrations. :)

    Now, I feel like this is a bit of a joke, but FWIW this is more or less
    a directory / phonebook and not something that would integrate with a shell. That said, one thing I will add to it is a command to send
    netmail to a given node (defaulting to the sysop) when viewing the
    list.

    Did you see the model I have on my system. It takes care of up to 10 different nodelists and has many different search features. Come take a look and you can understand.

    Be well...



    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    * Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)
  • From Bill McGarrity@1:266/404 to echicken on Sun Oct 22 10:49:00 2017
    Hiya ec...

    echicken wrote to Bill McGarrity <=-

    Did you see the model I have on my system. It takes care of up to 10
    different nodelists and has many different search features. Come take
    a look and you can understand.I did take a peek at FNLScan and decided
    to make something that simplified the search.

    (I could as easily clone
    FNLScan or NodeView entirely just to make a free alternative, if that's desired.)Can you tell me about how you configure it to look for your nodelists? Do you point it at static files, or does it just pick up
    the newest / highest-numbered one for each network?

    It picks up the highest ordinal day of each nodelist. Here is my cnf. file...


    ;
    ;
    ; ╖──── ╖────╖ ╖ ╓───
    ; ║ ║ ║ ║ ║
    ; ║─── ║ ║ ║ ╙───╖ ╓─── ──╖ ╖──╖
    ; ║ ║ ║ ║ ║ ║ ╓──║ ║ ║
    ; ╜ ╜ ╜ ╜──── ────╜ ╙─── ╙──╜ ╜ ╜
    ;
    ; FNLScan Configuration File
    ; Version 1.23
    ; (c) Copyright 1997 - ZT Technologies
    ;
    ; The latest version of FNLScan can always be obtained from the
    ; support BBS's (see SUPPORT.DOC)
    ; Fidonet (magic tag FNLSCAN)
    ;
    ; *** Beginning of FNLScan configuration file ***
    ;
    ; Each Keyword must be capitalized and separated from it's value by a space(s) ;
    ;
    ; FNLScan has two display modes, short and long, requiring one and two lines
    ; respectively. To set your default mode, enter SHORT or LONG. Commenting
    ; this parameter out defaults to SHORT mode.
    DEFAULT_DISP short
    ;
    ; The following parameters define the position and the length of the area
    ; code information within the phone number field. If commented out, these
    ; parameters will default to the U.S. format.
    AREACODE_POS 0
    AREACODE_LEN 3
    ;
    ; The path/filename of the log file for FNLScan to record its activities.
    ; Comment out if you don't want disk logging.
    LOG_FILE c:\sbbs\xtrn\ftn\fnlscan.log
    ;
    ; The full path and filename, EXCEPT for the extension, to where your
    ; UNCOMPILED nodelist is stored. This must not include an extension! FNLScan
    ; will search the path defined for the latest version of the nodelist. Up to
    ; 15 nodelists may be defined for sequential scanning by FNLScan.
    ; Must be in standard Fidonet format
    ;
    NODELIST c:\fd\nodelist\nodelist
    NODELIST c:\fd\nodelist\WHISLIST
    NODELIST c:\fd\nodelist\micronet
    NODELIST c:\fd\nodelist\agoranet
    NODELIST c:\fd\nodelist\sportnet
    ;
    ; If you do not want a status line on the local display when a user is in
    ; the door, set this parameter to NO. If you want the status line, enter
    ; YES or comment out the parameter.
    STATUS_LINE yes
    ;
    ; If you do not want the sysop function keys (e.g. drop to DOS, etc.) active
    ; during local logins, set this parameter to YES. Otherwise, enter NO or
    ; comment it out.
    DISABLE_FKEYS no
    ;
    ; *** End of FNLScan configuration file ***

    Hope this helps....



    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    * Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)