T h e   F i d o G a z e t t e   Volume 12 Number 27   July 4 2018
    +--------------------------+----------------------------------------+
    | .----------------------. |    dr.debug: dr.debug @ filegate.net   |
    | | A Weekly E-Zine      | |    bbslist:  bbslist @ filegate.net    |
    | | published by Fidonet | |    articles: fidogazette @ filegate.net|
    | | to promote BBSing    | +----------------------------------------+
    | |          ____________. |                                        |
    | |         /  __          |"Anyone who has never made a mistake    |
    | |        /  /  \         | has never tried anything new."         |
    | | WOOF! (  /|oo \        |                    Albert Einstein     |
    |  \_______\(_|  /_)       |                                        |
    |             \@/ \        |         Got Something To Say?          |
    |             .---.\    _  |            Say it in the               |
    | (jk)  _     |usb| \   \\ |           =The FidoGazette=            |
    |      / |    .___.  \   ))|                                        |
    |     /  |    /_ |  /  \// |         Editor: Janis Kracht           |
    |    |___|   // || _\   /  |         janis @ filegate . net         |
    |    .--`-. (_|(_|(____/   |         janis kracht 1:261/38          |
    |    |____| (jm)           |                                        |
    +--------------------------+----------------------------------------+
    
    
    
                Table Of Contents
    
    
    
    Editorial .............................. 2
    WWIV 5.3 Release Info .................. 3
    Reports:  
    This week's Echomail Statistics  ....... 4
    This week's FileGate File Report ....... 5
    Fidonet SoftWare List  ................. 6
    FidoGazette BBS List  .................. 7
    More Information ....................... 8
    
    
    FIDOGAZETTE  Vol 12 No 27			 July 4 2018
    
    
    
    -----------------------------------------------------------------
    
    ================================================================
    			 E D I T O R I A L
    ================================================================
    
    
    
    Hi everyone,
    
    Just a reminder about this week's nodelist and Dailylist
    production :)
    
    Thursday night, Nick will produce the Zone 1 nodelist for Friday
    July 5th,2018, and the following days' Dailylist files.
    
    I've had Nick reverse the flow for the nodelist/nodediff(s) for
    July 5th, so if you link here for any of those files you should
    still get your files.  The Dailylist files will also start
    coming from Nick on Friday, July 5th, 2018.
    
    Take care,
    Janis
    
    FIDOGAZETTE  Vol 12 No 27 	 Page  2 	 July 4 2018
    
    
    -----------------------------------------------------------------
    
    
    ================================================================
    			 A R T I C L E S
    ================================================================
    
    
    
    
    WWIV 5.3 Release Info 
    =======================================================
    
    
    We are happy to announce WWIV 5.3 is available as the stable
    release of WWIV BBS for Linux and Windows.  WWIV 5.3 is the 3rd
    major release after the long-awaited 5.0 release and in addition 
    to native WWIVnet support (no more DOS dependencies) on all 
    platforms, supports beta-quality native Fido Technology Networking
    (FTN) Support.
    
    System Requirements:
    
    Win32: Windows 7 or later. Use 32-bit windows if you want to run 
     DOS doors.
    Linux: Debian8, Debian9 and Centos7 (with devtoolset-4) are the 
     base images 
    we prefer, but anything newer than that should work. We build with
     GCC 4.9.2 through 7.x.
    
    Title     Link
    Main Web Site  https://www.wwivbbs.org
    Documentation  http://docs.wwivbbs.org
    Code      http://github.com/wwivbbs/wwiv
    Upgrade notes.
    
    Please note that init has been renamed to wwivconfig in 5.3.
    
    Please run wwivconfig to update any datafiles to 5.2 format.
    (Don't worry, they'll still work in 5.1)
    
    New Features
    
        wwivd- Replaces wwivserver and is consistent on all platforms.
    
        wwivd now offers fakemailer mode and is now has (mostly) feature
        parity with wwivserver.exe on windows. wwivserver.exe is deprecated
        with the 5.3 release and will be removed for 5.4
    
        INIT has been renamed to WWIVCONFIG. Please delete init.exe or
        ./init when you upgrade to 5.3
    
        wwivutil dump will now display control characters (like [^A]
        for control-A)
    
        wwivconfig has some new parameters for how it works with 4.x
        WWIV installs. --4xx will launch a menu with only the items
        that work with 4.x (like wwivd editor and network.json editor)
        run "wwivconfig --help" for the latest list of command-line 
        parameters.
    
        **!!!!*! You need to update the outbound sub by recreating the
        network node it's under in subedit (J, then M, then the letter, 
        usually A, then retype the echo tag, or just edit data/subs.json
        and replace 32675 with 32765 everywhere prettymuch (it's under 
        host section))
    
        WWIVbasic interpreter is available. The menu command is
        "RUNBASIC". Also you can run a script from the logon event
        by using @basic:[scriptname.bas] for the LOGON_CMD in wwiv.ini
        (eventually many other commands will allow you to specify a
        script to run instead of an external command).
    
        subs.json is now the source of truth for subs data (before, 
        subs.dat and subs.xtr were both used as source of truth, 
        although subs.json has been written on save since 5.2)
    
        Removed internal menueditor, use the one in init if needed.
    
        handling type main_type_sub_list is implemented now, so 
        receiving SUBS.LST from netup for WWIVnet type networks should
        work in net53.
    
        Removed internal usereditor, use the one in init if needed.
    
        WWIVd now exports connection information to HTTP as a JSON object.
        on the http port defined on init, URL: "/status"
        Example output:
     { "status": [ { "num_instances" : 3 }, { "used_instances": 0 } ] }
    
        Added %I when running commands to point to the path to the 
        temporary directory.
    
        BinkP Fix (thanks apam) where all FTN addresses were not being 
        presented when answering.
        CMake is now the source-of-truth build system on all platforms.
        to build use "cmake --build . -- -j8" and not make or msbuild
        anymore.
    
    For the full list of changes, please see whatsnew.txt included with the bbs 
    or read it online here.
    
    Thank you,
    
    The WWIV 5.3 Community.
    
    -@- WWIVToss v.1.52
     ! Origin:  Weather Station (1:261/1304.0)
    
    
    
    FIDOGAZETTE  Vol 12 No 27 	 Page  3 	 July 4 2018
    
    
    -----------------------------------------------------------------
    
    
    =================================================================
    			 Echomail Statistics
    =================================================================
    
    
    
    Echomail Statistics
    Last 7 days
    By Janis Kracht, 1:261/38, janis@filegate.net
    
            Unsorted:            Sorted:                     Percent:
            ========             =======                     ========
             2  10TH_AMD         329  FIDONEWS               12.20%
             0  AARP_FRAUD       313  WEATHER                10.19%
             0  ABLED            260  HOME_COOKING           8.33%
             0  ADEPT_SYSOP      253  FIDO-REQ               7.22%
             0  AFTERSHOCK       228  ALLFIX_FILE            6.22%
             0  ALASKA_CHAT      214  FDN_ANNOUNCE           6.08%
           228  ALLFIX_FILE      207  COOKING                5.29%
             0  ALLFIX_HELP      158  STATS                  4.90%
             0  ALL-POLITICS     138  RBERRYPI               4.86%
             1  AMATEUR_RADIO    127  NHL                    4.86%
             1  AMIGA            109  SYNCDATA               2.83%
             0  ANTIQUES         104  FN_SYSOP               2.18%
             3  ANTI_VIRUS        61  ELIST                  1.93%
             0  APPLE             60  HAM                    1.57%
             0  AQUARIUM          59  SYNC_SYSOPS            1.54%
             0  ARGUS             58  MEMORIES               1.43%
             1  ARROWBRIDGE       57  BBS_ADS                1.43%
             0  ARTWARE           41  SHAREWARE_SUPPORT      1.36%
            11  ASIAN_LINK        40  BBS_PROMOTION          1.22%
             0  AUTOMOTIVE        27  Z1C                    1.14%
             0  BABYLON5          27  OTHERNETS              1.07%
             1  BAMA              26  FIDOGAZETTE            1.07%
             0  BASH              25  ECHO_ADS               0.89%
             0  BATPOWER          24  FIDOTEST               0.89%
             0  BBBS.BZ           18  BBS_CARNIVAL           0.86%
             0  BBBS.CHAT         16  SYNCHRONET             0.75%
             3  BBBS.ENGLISH      16  MYSTIC                 0.61%
            57  BBS_ADS           15  GOLDED                 0.57%
            18  BBS_CARNIVAL      15  FIDO_SYSOP             0.54%
             0  BBS_INTERNET      15  BINKD                  0.50%
            40  BBS_PROMOTION     13  CBM                    0.43%
             0  BBS-SCENE         12  WINDOWS                0.39%
             0  BIBLE             11  IIHF                   0.36%
            15  BINKD             11  ASIAN_LINK             0.32%
             0  BINKLEY           10  PRISM                  0.32%
             1  BLUEWAVE           7  TAGLINES               0.29%
             0  CATS_MEOW          7  MINISTER               0.29%
            13  CBM                7  LINUX-UBUNTU           0.29%
             0  CFORSALE           7  LINUX                  0.29%
             1  CLASSIC_COMPUTER   7  ESSNASA                0.25%
             0  COFFEE_KLATSCH     7  DBRIDGE                0.25%
             0  COMM               6  Z1REGCON               0.21%
             5  CONSPRCY           6  ENGLISH_TUTOR          0.21%
             0  CONTROVERSIAL      5  ZCC                    0.21%
           207  COOKING            5  JAMNNTPD               0.18%
             0  CRAFT-BEADS        5  CONSPRCY               0.14%
             0  CREATIVE.LINUX     4  TEAMOS2                0.11%
             0  CROSSFIRE          4  NET_DEV                0.11%
             0  CYBER-DANGER       4  FDECHO                 0.07%
             2  DADS               3  PKEY_DROP              0.07%
             7  DBRIDGE            3  MBSE                   0.07%
             1  DC_UNIVERSE        3  HOTDOGED               0.07%
             3  DEBATE             3  DEBATE                 0.07%
             0  DOGHOUSE           3  BBBS.ENGLISH           0.04%
             0  DOOM               3  ANTI_VIRUS             0.04%
             0  DOORGAMES          2  RA_UTIL                0.04%
             0  DOS                2  RA_SUPPORT             0.04%
             0  DOS_INTERNET       2  PUBLIC_KEYS            0.04%
             0  DR                 2  MOVIES                 0.04%
            25  ECHO_ADS           2  IFDC                   0.04%
             0  ECHOLIST           2  DADS                   0.04%
             1  ECHOMODS           2  10TH_AMD               0.04%
             0  EC_SUPPORT         1  TUB                    0.04%
             0  EC_UTIL            1  TRAINS                 0.04%
             0  EDGE_ONLINE        1  SWL                    0.04%
            61  ELIST              1  SURVIVOR               0.00%
             1  EMERGCOM           1  SLACKWARE              0.00%
             6  ENGLISH_TUTOR      1  REGCON.EUR             0.00%
             0  ENTHRAL            1  RA_MULTI               0.00%
             0  ESPOMEN            1  RA_32BIT               0.00%
             7  ESSNASA            1  PYTHON                 0.00%
             4  FDECHO             1  POLITICS               0.00%
           214  FDN_ANNOUNCE       1  PDNECHO                0.00%
             0  FE_HELP            1  PCBOARD                0.00%
            26  FIDOGAZETTE        1  PASCAL_LESSONS         0.00%
           329  FIDONEWS           1  PASCAL                 0.00%
           253  FIDO-REQ           1  OS2USER-L              0.00%
             0  FIDOSOFT.HUSKY     1  OS2REXX                0.00%
            15  FIDO_SYSOP         1  OS2PROG                0.00%
            24  FIDOTEST           1  OS2HARDWARE-L          0.00%
             0  FIDO_UTIL          1  OS2DOSBBS              0.00%
             0  FILEFIND           1  OS2DOS                 0.00%
             1  FILEGATE           1  OS2BBS                 0.00%
             0  FLASHMARIO         1  OS2                    0.00%
             1  FMAIL_HELP         1  MUFFIN                 0.00%
           104  FN_SYSOP           1  ML_BASEBALL            0.00%
             1  FTSC_PUBLIC        1  MARVEL_UNIVERSE        0.00%
             0  FUNNY              1  LS_ARRL                0.00%
             0  GECHO_HELP         1  LINUX-USER             0.00%
             0  GENEALOGY          1  LINUX_BBS              0.00%
            15  GOLDED             1  INTERNET               0.00%
             1  GUITAR             1  GUITAR                 0.00%
             0  GUN_CONTROL        1  FTSC_PUBLIC            0.00%
             0  GUNS_N_SUCH        1  FMAIL_HELP             0.00%
            60  HAM                1  FILEGATE               0.00%
             0  HAM_TECH           1  EMERGCOM               0.00%
             0  HOLYSMOKE          1  ECHOMODS               0.00%
           260  HOME_COOKING       1  DC_UNIVERSE            0.00%
             3  HOTDOGED           1  CLASSIC_COMPUTER       0.00%
             0  IBBSDOOR           1  BLUEWAVE               0.00%
             2  IFDC               1  BAMA                   0.00%
            11  IIHF               1  ARROWBRIDGE            0.00%
             0  IMECHO             1  AMIGA                  0.00%
             1  INTERNET           1  AMATEUR_RADIO          0.00%
             0  IREX               0  ZEC                    0.00%
             5  JAMNNTPD           0  Z1_ROUTING             0.00%
             0  JAZZ               0  Z1_ELECTION            0.00%
             0  JNODE              0  Z1_BACKBONE            0.00%
             7  LINUX              0  YAHOONEWS              0.00%
             1  LINUX_BBS          0  X-FILES                0.00%
             7  LINUX-UBUNTU       0  XCODE                  0.00%
             1  LINUX-USER         0  WX_TALK                0.00%
             0  LIVE_AUDIO         0  WIN95                  0.00%
             0  LORD               0  WILDCAT!_SUPPORT       0.00%
             1  LS_ARRL            0  WHO                    0.00%
             0  MAKENL_NG          0  VATICAN                0.00%
             1  MARVEL_UNIVERSE    0  VADV                   0.00%
             0  MATZDOBRE          0  TUXPOWER               0.00%
             3  MBSE               0  TREK                   0.00%
            58  MEMORIES           0  TORNADO.SUPPORT        0.00%
             7  MINISTER           0  TG_SUPPORT             0.00%
             1  ML_BASEBALL        0  TERMINAT               0.00%
             0  MONTE              0  SYSOP                  0.00%
             2  MOVIES             0  SPITFIRE               0.00%
             1  MUFFIN             0  SCANRADIO              0.00%
            16  MYSTIC             0  RUSSIAN_TUTOR          0.00%
             4  NET_DEV            0  RETAIL_HORROR          0.00%
             0  NFL                0  RENEGADE_BBS           0.00%
           127  NHL                0  RAILFAN                0.00%
             1  OS2                0  POL_INC                0.00%
             1  OS2BBS             0  POL_DISORDER           0.00%
             1  OS2DOS             0  POINTS                 0.00%
             1  OS2DOSBBS          0  PERL                   0.00%
             1  OS2HARDWARE-L      0  NFL                    0.00%
             1  OS2PROG            0  MONTE                  0.00%
             1  OS2REXX            0  MATZDOBRE              0.00%
             1  OS2USER-L          0  MAKENL_NG              0.00%
            27  OTHERNETS          0  LORD                   0.00%
             1  PASCAL             0  LIVE_AUDIO             0.00%
             1  PASCAL_LESSONS     0  JNODE                  0.00%
             1  PCBOARD            0  JAZZ                   0.00%
             1  PDNECHO            0  IREX                   0.00%
             0  PERL               0  IMECHO                 0.00%
             3  PKEY_DROP          0  IBBSDOOR               0.00%
             0  POINTS             0  HOLYSMOKE              0.00%
             0  POL_DISORDER       0  HAM_TECH               0.00%
             0  POL_INC            0  GUNS_N_SUCH            0.00%
             1  POLITICS           0  GUN_CONTROL            0.00%
            10  PRISM              0  GENEALOGY              0.00%
             2  PUBLIC_KEYS        0  GECHO_HELP             0.00%
             1  PYTHON             0  FUNNY                  0.00%
             1  RA_32BIT           0  FLASHMARIO             0.00%
             0  RAILFAN            0  FILEFIND               0.00%
             1  RA_MULTI           0  FIDO_UTIL              0.00%
             2  RA_SUPPORT         0  FIDOSOFT.HUSKY         0.00%
             2  RA_UTIL            0  FE_HELP                0.00%
           138  RBERRYPI           0  ESPOMEN                0.00%
             1  REGCON.EUR         0  ENTHRAL                0.00%
             0  RENEGADE_BBS       0  EDGE_ONLINE            0.00%
             0  RETAIL_HORROR      0  EC_UTIL                0.00%
             0  RUSSIAN_TUTOR      0  EC_SUPPORT             0.00%
             0  SCANRADIO          0  ECHOLIST               0.00%
            41  SHAREWARE_SUPPORT  0  DR                     0.00%
             1  SLACKWARE          0  DOS_INTERNET           0.00%
             0  SPITFIRE           0  DOS                    0.00%
           158  STATS              0  DOORGAMES              0.00%
             1  SURVIVOR           0  DOOM                   0.00%
             1  SWL                0  DOGHOUSE               0.00%
           109  SYNCDATA           0  CYBER-DANGER           0.00%
            16  SYNCHRONET         0  CROSSFIRE              0.00%
            59  SYNC_SYSOPS        0  CREATIVE.LINUX         0.00%
             0  SYSOP              0  CRAFT-BEADS            0.00%
             7  TAGLINES           0  CONTROVERSIAL          0.00%
             4  TEAMOS2            0  COMM                   0.00%
             0  TERMINAT           0  COFFEE_KLATSCH         0.00%
             0  TG_SUPPORT         0  CFORSALE               0.00%
             0  TORNADO.SUPPORT    0  CATS_MEOW              0.00%
             1  TRAINS             0  BINKLEY                0.00%
             0  TREK               0  BIBLE                  0.00%
             1  TUB                0  BBS-SCENE              0.00%
             0  TUXPOWER           0  BBS_INTERNET           0.00%
             0  VADV               0  BBBS.CHAT              0.00%
             0  VATICAN            0  BBBS.BZ                0.00%
           313  WEATHER            0  BATPOWER               0.00%
             0  WHO                0  BASH                   0.00%
             0  WILDCAT!_SUPPORT   0  BABYLON5               0.00%
             0  WIN95              0  AUTOMOTIVE             0.00%
            12  WINDOWS            0  ARTWARE                0.00%
             0  WX_TALK            0  ARGUS                  0.00%
             0  XCODE              0  AQUARIUM               0.00%
             0  X-FILES            0  APPLE                  0.00%
             0  YAHOONEWS          0  ANTIQUES               0.00%
             0  Z1_BACKBONE        0  ALL-POLITICS           0.00%
            27  Z1C                0  ALLFIX_HELP            0.00%
             0  Z1_ELECTION        0  ALASKA_CHAT            0.00%
             6  Z1REGCON           0  AFTERSHOCK             0.00%
             0  Z1_ROUTING         0  ADEPT_SYSOP            0.00%
             5  ZCC                0  ABLED                  0.00%
             0  ZEC                0  AARP_FRAUD             0.00%
    
    
    FIDOGAZETTE  Vol 12 No 27 	 Page  4 	 July 4 2018
    
    
    -----------------------------------------------------------------
    
    
    =================================================================
    			 IFDC FileGate File Report
    =================================================================
    
    
    
    IFDC FileGate Weekly File Echo Report 
    By Janis Kracht, 1:261/38, janis@filegate.net
    
    Directory: /difflzh/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     nodediff.l80 180628    2k    0 Fidonet Nodelist Diff l80
    
    Directory: /diffzip/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     nodediff.z80 180628    2k    0 Fidonet Nodelist Diff z80
    
    Directory: /dbridge/dbridge/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     DB399SRX.ZIP 180629 2076k    0 D'Bridge 3.99/SR33 Standard
     DB399GRX.ZIP 180629 2076k    0 D'Bridge 3.99/SR33 GoldBase
    
    
    Directory: /fernwood/fwdrivrs/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     vfdisk60.zip 180702   43k    0 VFDISK 6.0: VFDISK.SYS
    
    Directory: /fernwood/fwprog/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     gawk421.zip  180630 7786k    0 Gawk 4.2.1 for OS/2
    
    Directory: /fernwood/fwsysutl/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     dfsee151.zip 180702   11M    0 DFSee 15.1 FDISK
    
    Directory: /fidogazette/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     fgv12n26.zip 180628   15k    0 The FidoGazette V12 N26
    
    Directory: /fidonews/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     FNEWSZ27.ZIP 180701   12k    0 FIDONEWS 02 Jul 2018 V35 N27
    
    Directory: /dailylist/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     nodelist.z80 180628   53k    0 Daily nodelist June 29 2018
     nodelist.z81 180629   53k    0 Daily nodelist June 30 2018
     nodelist.z82 180630   53k    0 Daily nodelist July 1 2018
     nodelist.z83 180701   53k    0 Daily nodelist July 2 2018
     nodelist.z84 180702   53k    0 Daily nodelist July 3 2018
     nodelist.z85 180703   53k    0 Daily nodelist July 4 2018
     nodelist.z86 180704   53k    0 Daily nodelist July 5 2018
    
    Directory: /gedwin/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     GPWVC115.ZIP 180704 1454k    0 GoldED+ v1.1.5 MSVC Win32 Build 20180629
    
    Directory: /info/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     filegate.zxx 180702   56k   51 IFDC FileGate file echo tags
     files.zip    180702 2201k    7 Current AllFILES at <<Prism 
     nfiles.zip   180702    4k    0 New Files at Prism BBS
    
    Directory: /fg_worf/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     filegate.zxx 180702   56k   21 Update of IFDC FileGate Echo tags
    
    Directory: /ipfn/i-argus/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     i-argus.z80  180628   13k    0 Argus TCP/IP nodelist.180
    
    Directory: /nasafdn/nasa/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     AP180627.ZIP 180627  869k    0 NASA Astronomy Pic of the Day 
     AP180628.ZIP 180628 2660k    0 NASA Astronomy Pic of the Day 
     AP180629.ZIP 180629 2517k    0 NASA Astronomy Pic of the Day 
     AP180630.ZIP 180630  519k    0 NASA Astronomy Pic of the Day 
     AP180701.ZIP 180701 1535k    0 NASA Astronomy Pic of the Day 
     AP180702.ZIP 180702 1784k    0 NASA Astronomy Pic of the Day 
     AP180703.ZIP 180703   11M    0 NASA Astronomy Pic of the Day 
     AP180704.ZIP 180704 1286k    0 NASA Astronomy Pic of the Day 
    
    Directory: /nasafdn/weather/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     DAILYWET.ZIP 180704  729k    0 Daily Weather Graphics Forecasts
    
    Directory: /nodediff/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     nodediff.a80 180628    3k    0 Fidonet Nodelist Diff a80
    
    Directory: /nodelist/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     nodelist.z80 180628   53k    0 FidoNet nodelist for day 180
    
    Directory: /pascal-net/pasndiff/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     PASNDIFF.Z80 180629    1k    0 weekly PascalNt Nodediff
    
    Directory: /pascal-net/paspoint/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     PASPOINT.Z80 180629    8k    0 Weekly Pascal-Net PointList
     pzpoint.z80  180629    0k    0 Weekly Pascal-Net PointList
    
    Directory: /pascal-net/pasnlist/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     PASNLIST.Z80 180629    9k    0 Weekly PascalNt Nodelist
    
    Directory: /pascal-net/pasinfo/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     pas0718.zip  180701 1066k    0 PASCALNT INFO FILE v28.3
     pasinfo.zip  180701 1065k    0 PASCALNT INFO FILE v28.3
    
    Directory: /pascal-net/pasnet/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     pasndlst.z78 180627    9k    0 PascalNt Daily nodelist
     pasndlst.178 180627   31k    0 Daily PascalNt Nodelist
     pasndlst.179 180628   31k    0 Daily PascalNt Nodelist
     pasndlst.z79 180628    9k    0 PascalNt Daily nodelist
     pasndlst.180 180629   31k    0 Daily PascalNt Nodelist
     pasnlist.z80 180629    0k    0 PascalNt Daily nodelist
     pasndlst.z80 180629    9k    0 PascalNt Daily nodelist
     pasndlst.z81 180630    9k    0 PascalNt Daily nodelist
     pasndlst.181 180630   30k    0 Daily PasNet Nodelist
     pasndlst.182 180701   30k    0 Daily PasNet Nodelist
     pasndlst.z82 180701    9k    0 PascalNt Daily nodelist
     pasndlst.z83 180702    9k    0 PascalNt Daily nodelist
     pasndlst.183 180702   30k    0 Daily PascalNt Nodelist
     pasndlst.184 180703   30k    0 Daily PascalNt Nodelist
     pasndlst.z84 180703    9k    0 PascalNt Daily nodelist
     pasndlst.185 180704   31k    0 Daily PascalNt Nodelist
     pasndlst.z85 180704    9k    0 PascalNt Daily nodelist
    
    Directory: /pdn/pdnbasic/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     QB64UTL9.ZIP 180630  253k    0 The Set Of More Windows Utilities.
    
    Directory: /r50/aftnbinkd/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     BPM80627.ZIP 180627  493k    0 Binkd 1.1a-99 Jun 27 2018 Darwin
     BCM80627.ZIP 180627  191k    0 Binkd 1.1a-99 Jun 27 2018 Darwin
    
    Directory: /r50/xofcfelst/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     N5020FEC.ZIP 180629    1k    0 N5020FEC information
    
    Directory: /r50/xofchubslst/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     ECH00400.ZIP 180703   63k    0 echoareas from 2:5020/400
     ech01042.zip 180704   12k    0 Echos from 2:5020/1042
     ECH00830.ZIP 180704   44k    0 From 2:5020/830
    
    Directory: /stn/stn_list/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     stnlist.z80  180629   13k    0 Weekly Sysop TechNet Nodelist
     stndiff.z80  180629    1k    0 Weekly Sysop's TechNet Nodediff
    
    Directory: /stn/stn_olist/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     stndlist.z78 180627   13k    0 Sysop's TechNet Daily Nodelist
     stndlist.z79 180628   14k    0 Sysop's TechNet Daily Nodelist
     stndlist.z80 180629   13k    0 Sysop's TechNet Daily Nodelist
     stnlist.z80  180629    0k    0 Sysop's TechNet Daily Nodelist
     stnpnt.z80   180629    0k    0 Weekly new STN Pointlist
     stndlist.z81 180630   11k    0 Sysop's TechNet Daily Nodelist
     stndlist.z82 180701   13k    0 Sysop's TechNet Daily Nodelist
     stn0718.zip  180701 1133k    0 The Sysop's TechNet InfoPack UX
     stninfo.zip  180701   76k    0 The Sysop's TechNet InfoPack
     stnFULL.zip  180701 1190k    0 The Sysop's TechNet InfoPack  (07/01/18)
     stndlist.z83 180702   11k    0 Sysop's TechNet Daily Nodelist
     stndlist.z84 180703   13k    0 Sysop's TechNet Daily Nodelist
     stndlist.z85 180704   13k    0 Sysop's TechNet Daily Nodelist
    
    Directory: /stn/stn_r6k/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     stn6000.z80  180628    3k    0 STN Region 6000 Nodelist
     stn6000.180  180628    8k    0 STN Region 6000 Nodelist Seg
    
    Directory: /stn/stn_r9k/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     stn9000.180  180628    5k    0 STN Region 9000 Nodelist Seg
     stn9000.z80  180628    2k    0 STN Region 9000 Nodelist
    
    Directory: /stn/stn_r8k/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     stn8000.180  180628    1k    0 STN Region 8000 Nodelist Seg
     stn8000.z80  180628    1k    0 STN Region 8000 Nodelist
    
    Directory: /stn/stn_r7k/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     stn7000.180  180628    3k    0 STN Region 7000 Nodelist Seg
     stn7000.z80  180628    1k    0 STN Region 7000 Nodelist
    
    Directory: /win_fdn/avwinxp/*
    
     File name     Date    kB  Dlds File description
     =========     ====    ==  ==== ================
     USC18183.ZIP 180702   49k    0 US-CERT SB18-183 Vulnerability Summary in
     STINGER.ZIP  180704   33M    0 Stinger 32-bit and 64-bit utils
    
    
    Total 101 files, 97 MB, 79 downloads, 9 hours.
    
    New file list: http://www.filegate.net/info/nfiles.zip
    All file list: http://www.filegate.net/info/files.zip
    Files available for freq at 607-200-4076 via modem
    or freq at filegate.net via binkp standard port.
    
    
    FIDOGAZETTE  Vol 12 No 27 	 Page  5 	 July 4 2018
    
    
    -----------------------------------------------------------------
    
    
    =================================================================
    			 F I D O N E T   S O F T W A R E    L I S T
    =================================================================
    
    
    
    
    
    ================================================================
                        FIDONET SOFTWARE LISTING
    ================================================================
    
                            BBS Software List
    
                           Updated 2018-05-12
    
                    Maintained by Andrew Leary (1:320/219)
               Editors Emeritus: Robert Couture, Janis Kracht,
                                 Sean Dennis
    
             M=Mailer  T=Tosser  B=BBS  D=Door  C=Comm/Terminal
             P=Points  E=Editor  I=Internet  U=Utility  #=Info
             F=TIC/SRIF Processor
    
             *=Software is available and may be registerable,
               but no longer supported or updated.
    
             @=Website is operating but is no longer updated.
    
             ?=Software's updating/support status is unknown.
    
             O=Software is open source.
    
          This list contains BBS-related software that is available
          for registration (not necessarily supported), open source
          software and actively developed/supported software by its
          author.  Software listed may be available for DOS, Linux,
             OS/2 (eComStation), Windows (16 or 32 bit) and OSX.
    
    .- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.
    |Software: Author     |Type |URL, Contact, Ver, Notes      Help Node|
    `- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -'
    
     ==> FRONT-END/INTERNET MAILERS
    
     Argus                |MI*? |http://www.ritlabs.com/en/products
                          |     |  /argus/
                          |     | v3.210 on 2001-03-29
    
     BinkleyTerm XE       |MO*  |http://btxe.sourceforge.net
                          |     | 2.60XE Beta-XH7 on 2000-10-22
    
     BinkD                |MI?  |http://binkd.grumbler.org
                          |     | gul@gul.kiev.ua 2:463/68
                          |     | v.1.0.4
                          |     | v.1.1a-96 (alpha)
                          |     | ftp://cvs.happy.kiev.ua/pub/fidosoft
                          |     |   /mailer/binkd/
                          |     |http://www.filegate.net/r50/aftnbinkd/
    
     D'Bridge             |MTCPE|http://www.net229.org/dbridge.htm
                          |I    |                                1:1/130
       Nick Andre         |     | v3.99 SR 26 on 2018-05-06
    
     FIDO-Deluxe IP       |MPUI |http://www.datenbahn.dd-dns.de/
                          |     | cdp/fp_deluxe/  
                          |     | v2.4 on 2003-09-26
    
     FrontDoor, FD/APX:   |MITPC|http://www.defsol.se          2:20/4609
      Definite Solutions  |E    | sales@defsol.se
                          |     | FD v2.33ml, FD/APX v1.15
    
     InterMail            |MCPE |http://www.Intermail.net      1:220/60
      Dale Barnes         |     | dalebarnes42@majik.net
                          |     | IM v2.60 on 2017-08-28
    
     Husky Project        |MTPUI|http://husky.sourceforge.net/
                          |EO?  | v1.9 RC2 on 2010-04-20
    
     Taurus               |MI   |http://www.fidotel.com/public/forums/
     (based on Radius)    |?    |  taurus/index.htm
                          |     | v5.0 on 2006-06-12
                          |     |
    
     T-Mail               |MI   |http://www.tmail.spb.ru (Russian only)
                          |?    | v2608 on 2001-12-12
    
     AfterShock           |MTEI |https://play.google.com/store/apps/
      Asvcorp             |     |  details?id=com.asvcorp.aftershock
      Anatoly Vdovichev   |     | rudi.timmer@gmx.us          2:292/140
      Rudi Timmermans     |     | v1.6.6 on 2017-11-05
    
     HotDogEd             |E    |https://play.google.com/store/apps/
      Sergey Pushkin      |     |  details?id=com.pushkin.hotdoged
                          |     | v2.13.5 on 2017-03-13     2:5020/2141
    
     HotDogEd FidoNet     |MTI  |https://play.google.com/store/apps/
      Provider            |     |  details?id=com.pushkin.hotdoged.fido
      Sergey Pushkin      |     | v2.13.5 on 2017-03-13     2:5020/2141
    
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
    ==> MAIL TOSSERS
    
     Crashmail II         |TO   |http://ftnapps.sourceforge.net/
                          |     | crashmail.html
    
     FastEcho             |T    |http://www.softeq.de/old/Products
                          |     |  /FastEcho/fastecho.html
                          |     | v1.46.1 on 2007-11-13
                          |     | Registration keys are free & available
                          |     | by request from the author
    
     Fidogate             |TUI? |http://www.fidogate.org
                          |     | v4.4.10 on 2004-08-27
                          |     |
    
     FMail                |TO   |https://sourceforge.net/projects/fmail/
                          |     | v2.0.1.4 on 2017-04-21
    
     InterEcho            |T    |http://www.Intermail.net     1:220/60
      Dale Barnes         |     | dalebarnes42@majik.net
                          |     | IE 1.20 on 2017-08-28
    
     JetMail: JetSys      |TU   |http://www.jetsys.de  js@jetsys.de
      (ATARI ST only)     |     | v1.01 on 2000-01-01
    
     Squish               |T*   |http://www.filegate.net/maximus_bbs/
                          |     | v1.11R2 on 2009-01-01
                          |     | Source code available in Maximus BBS
                          |     | archive: http://maximus.sourceforge.net
    
    
     WWIVToss             |T    |http://www.weather-station.org/wwiv/
                          |     | v1.51 on 2015-05-23
    
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
    ==> BBS SOFTWARE
    
     BBBS                 |BICTM|http://www.bbbs.net             2:22/222
                          |     |  b@bbbs.net
                          |     | v4.01 on 2007-01-28
    
     EleBBS               |BO*? |http://www.elebbs.com
                          |     | v0.10.RC1 on 2002-06-09
    
     Enthral BBS          |B    |http://enthralbbs.com          1:250/501
      Linux/BSD/OSX       |     | v0.429/Alpha on 2010-10-14
                          |     | Fidonet filebone SCENEENT
    
     Ezycom BBS           |BT*  |http://www.ezycom-bbs.com      3:690/682
                          |     | v2.15g2 on 2009-11-16
    
     GT Power             |B    |http://www.gtpowerbbs.com/
                          |     | v19.00
    
     Hermes II Project    |BT   |http://www.hermesbbs.com/
      Macintosh-based     |     | malyn@strangegizmo.com
                          |     | v3.5.10b3
    
     Maximus BBS          |BO*  |http://www.filegate.net/maximus_bbs/
                          |     | v3.03
                          |     | Source code available at:
                          |     | http://maximus.sourceforge.net/
    
     MBSE BBS             |BMTFI|http://sourceforge.net/projects/mbsebbs
                          |PO   | ajleary@sourceforge.net
                          |     | v1.0.7 on 2017-03-23
    
     Meltdown BBS         |UIO  |http://meltdown-bbs.sourceforge.net/
                          |     | v1.0b on 2004-04-26
    
     Mystic BBS           |BMTCE|http://www.mysticbbs.com
                          |IO   | v1.12 A32 on 2017-05-04
    
     NiKom BBS (Amiga)    |BO   |http://www.nikom.org
                          |     | v2.3.1 on 2017-07-01
    
     RemoteAccess BBS     |B?   |http://www.rapro.com             1:1/120
                          |     | bfmorse@rapro.com
                          |     | v2.62.2SW
    
     Renegade BBS         |B    |http://renegadebbs.info        1:129/305
                          |     | v1.10/DOS on 2009-10-03
    
     Spitfire BBS         |B?   |http://www.buffalocrk.com/
                          |     | mdwoltz@buffalocrk.com
                          |     | v3.7 on 2010-01-01
    
     Synchronet BBS       |BTIO |http://www.synchro.net         1:103/705
                          |     | v3.16c on 2015-08-15
    
     Telegard BBS         |B*   |http://www.telegard.net
                          |     | v3.09g2-sp4/mL on 1999-12-19
    
     WildCat! Interactive |MTBEI|http://www.santronics.com
      Net Server, Platinum|     | sales@santronics.com
      Xpress: Santronics  |     |
      Software, Inc.      |     | v7.0 AUP 454.5 on 2016-06-23
    
     WWIV BBS             |B    |http://www.wwivbbs.org
                          |     | v5.00 on 2015-12-14
    
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
    ==> TIC PROCESSORS/FILEFIX/SRIF
    
     Allfix               |FIUT |http://www.allfix.com/          1:140/12
      Bob Seaborn         |     | v6.0.22 on 2011-01-26
    
     NEF/pk               |F    |http://nefpk.8m.com/
                          |     | v2.45b2 on 2000-03-05
    
     TinyTIC              |FO   |http://ftnapps.sourceforge.net
                          |     |  /tinytic.html
                          |     |                               1:120/544
    
     VIReq                |FO   |http://ftnapps.sourceforge.net
                          |     |  /vireq.html
                          |     |                               1:120/544
    
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
    ==> BBS DOORS/UTILITIES
    
     Cheepware            |DU   |http://outpostbbs.net/cheepware.html
      Sean Dennis         |     | sysop@outpostbbs.net           1:18/200
                          |     | Fidonet filebone CH-WARE
    
     DDS (Doorware        |D@   |http://www.doorgames.org
      Distribution System)|     | ruth@doorgames.org
      Ruth Argust         |     |
    
     Jibben Software      |D*   |http://www.jibbensoftware.com/
                          |     |  bbs-door-games.cfm
                          |     | scott@jibben.com
                          |     | 1995-99 Release dates
    
     John Dailey Software |DU   |http://www.johndaileysoftware.com
    
     Shining Star         |D*   |http://www.shiningstar.net/bbsdoors/
                          |     | nannette@shiningstar.net
                          |     | Doors are registerable via website
    
     Sunrise Doors:       |D    |http://www.sunrisedoors.com
      Al Lawrence         |     | al@sunrisedoors.com
                          |     | Tel: (404) 256-9518
    
     T1ny's Software      |DU   |http://www.tinysbbs.com/files/tsoft/
      Shawn Highfield     |     | shighfield@gmail.com          1:229/452
                          |     | Fidonet filebone CH-WARE
    
     The Brainex System   |D    |http://www.brainex.com/brainex_system/
                          |     | stanley@brainex.com
                          |     | 1994-99 Releases
    
     Trade Wars           |D*   |http://www.eisonline.com/tradewars/
                          |     | jpritch@eisonline.com
                          |     | v3.09 (DOS-32) in 2002
    
     Vagabond Software    |DU*  |http://vbsoft.dhakota.org
                          |     | d@dhakota.org
                          |     | Last update: 2008-04-11
    
     WWIVEdit             |DE   |http://www.weather-station.org/wwiv/
                          |     | v3.0 on 2011-06-27
    
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
    ==> POINT SOFTWARE
    
     CrossPoint (XP)      |P?   |http://www.crosspoint.de (German only)
                          |     | pm@crosspoint.de
                          |     | v3.12d  on 1999-12-22
    
     FreeXP               |P    |http://www.freexp.de (German only)
                          |     | support@freexp.de
                          |     | v3.42 on 2010-06-27
    
     FidoIP               |PO   |http://sourceforge.net/apps/mediawiki
                          |     |  /fidoip/
                          |     | v.1.0.5 on 2010-12
    
     OpenXP               |PIO  |https://sourceforge.net/projects
                          |     |  /openxp5/                2:240/2188.31
                          |     |http://openxp.uk           Windows/Linux
                          |     | dev@openxp.uk            English/German
                          |     | v5.0.28 on 2016-09-10
    
     WinPoint             |P?   |http://www.winpoint.org
                          |     |                  English/German/Spanish
                          |     | v5 (Beta Release) on 2017-03-17
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
    ==> SYSOP MAIL EDITORS
    
     GoldEd+              |EO   |http://golded-plus.sourceforge.net/
                          |     | v1.1.5 (Snapshot) on 2015-11-30
                          |     | NOTE: Unstable versions released often
    
     SqEd32               |E    |http://www.sqed.de            2:2476/493
                          |     | v1.15 on 1999-12-15
                          |     | Website is in German and English
    
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
    ==> INTERNET UTILITIES
    
     Ifmail               |UIO  |http://ifmail.sourceforge.net
                          |     | crosser@average.org
    
     Internet Rex         |UI?  |http://members.shaw.ca/InternetRex/
                          |     | telnet://xanadubbs.ca         1:342/806
                          |     | v2.29 on 2001-10-21
    
     JamNNTPd             |UIO  |http://ftnapps.sourceforge.net
                          |     |  /jamnntpd.html
                          |     |                               1:120/544
    
     Luckygate            |UO   | ftp://happy.kiev.ua/pub/fidosoft/gate
                          |     |   /lgate
                          |     | gul@gul.kiev.ua
    
     MakeNL               |UO   |http://makenl.sourceforge.net
                          |     | v3.4.6 on 2016-12-01
    
     RNtrack              |U    |http://sourceforge.net/projects
                          |     |  /ftrack-as                  2:5080/102
                          |     |stas_degteff@users.sourceforge.net
                          |     | v1.32 on 2011-04-29
    
     TransNet             |UIO? |http://www-personal.umich.edu/~mressl/
                          |     | transnet/index.html
                          |     | transnet@ressl.com.ar
                          |     | v2.11 on 2007-09-13
    
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
    ==> INFORMATIONAL WEBSITES/BBS LISTS
    
     Telnet/Dialup BBS    |#    |http://www.telnetbbsguide.com   1:275/89
      Guide               |     | Maintained by Dave Perrussel
                          |     | This is probably the most updated BBS
                          |     | list on the Internet for a general
                          |     | BBS list.
    
     Synchronet BBS List  |#    |http://www.synchro.net/sbbslist.html
                          |     | Maintained automatically
                          |     | This list is specifically for
                          |     | Synchronet-based BBS systems and is
                          |     | automatically updated nightly.
    
     The BBS Corner       |#    |http://www.bbscorner.com
                          |     | This website is more than just files,
                          |     | it's an encyclopedia of knowledge for
                          |     | BBS sysops and people who want to
                          |     | become sysops.  This site is run by
                          |     | the same person who does the Telnet
                          |     | BBS Guide.
    
    +- - - - - - - - - - -+- - -+- - - - - - - - - - - - - - - - - - - -+
    
     File Archives:
    
      http://archives.thebbs.org
      http://sysopscorner.thebbs.org (site is no longer maintained)
      http://www.simtel.net
      http://www.bbsfiles.com
      http://hobbes.nmsu.edu (OS/2 specific)
      http://www.filegate.net/ (FTP access via port 60721)
      http://www.tinysbbs.com/files/
    
     Note: Most also provide FTP access (use ftp instead of http above)
    
     The BBS Software List is published weekly in the FidoNews.
    
     If you have corrections, suggestions or additions to the information
     above, please contact Andrew Leary with your information via the
     FIDONEWS echo or netmail at 1:320/219.
    
    
    
    
    FIDOGAZETTE  Vol 12 No 27 	 Page  6 	 July 4 2018
    
    
    -----------------------------------------------------------------
    
    
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    !!!        G A Z E T T E   B B S   L I S T        !!!
    =-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-==-=-=-=-=-=-=-=
    By bbslist @ filegate.net    
       	
    Send updates, changes to address above or 
    to janis @ filegate.net.
    
    
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......BlackICE BBS
    FidoAddress..2:240/8001
    Software.....Mystic
    OS...........Win 7 Ultimate 32Bit
    C/B Verify...None
    Access.......First call access to doors, files, and message
                 reading. Also access to the Newscenter with
                 News, Weatherupdates, Twitter-access and many more.
                 Message posting and downloads requires sysop 
                 validation.
                 Fido write-access only with realname.
    Telnet.......blackice.bbsindex.com
    Telnet/SSH...blackice.bbsindex.com:22
    FTP..........Available for all BBS-Members
    NNTP.........Available for all BBS-Members (Fido readonly)
    WWW..........www.blackicebbs.de.vu
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Capitol City Online
    FidoAddress..1:2320/105
    Phone........502-875-8938
    Software.....GT Power
    OS...........OS/2
    C/B Verify...None
    Access.......First Call access to most of BBS upon finishing
                 new user questionnaire
    Telnet.......capcity2.synchro.net
                 telnet access to GT Power BBS - same as dial-up
    www:.........http://capcity2.synchro.net
    Notes:.......This site runs Synchronet under linux.  Requires
                 separate user registration.  Has same message
                 areas as dial-up/telnet bbs.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Castle Rock BBS
    FidoAddress..1:317/3
    Software.....Mystic BBS
    OS...........Linux
    Access.......Access granted with use of Auto-Verifier. Users must
                 supply REAL name in order to access Fido message group.
    Telnet.......bbs.castlerockbbs.com
    Notes........Almost 2500 message areas, with over 1 million messages
                 online. Multiple file networks, with many new files coming
                 in daily. Large assortment of classic software available.
                 Many door games, both local and InterBBS available. Testing
                 site for Galactic Dynasty and Legion RPG door games.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Christian Fellowship                       
    FidoAddress..1:266/512
    Phone........1-856-933-7096
    Software.....PCBoard 15.3
    OS...........Windows XP pro
    C/B Verify...Manually via email or voice
                 usually within 24 hours.
    Access.......Read only until verified. Once
                 verified write access to Msg bases, file
                 areas, chat and doors/games.
    Telnet.......cfbbs.dtdns.net or cfbbs.no-ip.com
                 Available on port 23 or port 26
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Doc's Place BBS Online
    FidoAddress..1:123/140
    Software.....Wildcat 5.42
    OS...........Windows 7 pro
    Access.......Read only until sysop verified.
    Telnet/Web:..http://www.docsplace.org/ 
    http: .......bbs.docsplace.org
    telnet: .....bbs.docsplace.org:26
    ftp: ........bbs.docsplace.org:21
    Notes .......Instant access
                 QWK via web browser**
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Cyberia BBS
    FidoAddress..1:106/324
    Software.....Mystic v1.10
    OS...........Debian Wheezy
    C/B Verify...N/A
    Access.......Full Access on First Call.
                 Aliases allowed, Real Name required for Fidonet
                 Access
    Telnet.......cyberia.darktech.org
    FTP..........cyberia.darktech.org
    Notes........HQ and support for Gryphon's Mystic MPL Mods.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Laser BBS
    FidoAddress..2:250/5
    Software.....MBSE v1.0.x
    OS...........Debian 8 Jessie
    C/B Verify...None
    Access.......First call access to doors, files, and message 
                 reading
    Telnet.......mbse.laserbbs.co.uk:2323
    SSH..........no
    WWW..........mbse.laserbbs.co.uk
    FTP..........no
    FREQ.........BinkP or ifcico
    Notes........FidoNet, FSXNet, LinuxNet, SportNet, FMLYNet, 
                 VKRADIO
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Lightning BBS
    FidoAddress..1:311/2
    Software.....Virtual Advanced
    OS...........Windows XP
    C/B Verify...None
    Access.......First call access to doors, files and
                 message reading.  Message posting requires
                 validation.
    Telnet.......lightningbbs.com
    www:.........http:/www.lightningbbs.com/index.php
                 Thanks to VADV-PHP you can access almost 
                 everything the BBS has to offer from the
                 web, with the exception of door games.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=	             
    System.......LiveWire BBS
    FidoAddress..1:2320/100
    Software.....Winserver 7 (Wildcat)
    OS...........Windows 7 Ultimate
    C/B Verify...WS Verify / Telnet verification via E-Mail
    Access.......Strict verification through WS Verify will give
                 limited access.  Extended access granted after 
                 sysop reveiw of New User Informaiton
    Telnet.......livewirebbs.com
    SSH..........none
    WWW..........livewirebbs.com
    FTP..........livewirebbs.com
    NNTP.........livewirebbs.com
    MS Exchange..livewirebbs.com (testing Echos as folders)
    FREQ.........BinkP or telnet mailer
    Notes........Filegate distribution point.  Offer internet to 
                 other sysops via nntp or fts transport.  Have mean
                 live scrabble game.  Play in real time multiplayer
                 or in tournament mode.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Omicron Theta
    FIDOAddress..1:116/18
    Software.....Wildcat! 7.0
    OS...........Windows Server 2008 Standard
    C/B Verify...None
    Access.......Full access first call.
    Telnet.......winserver.us
    WWW..........winserver.us
    Notes........Fido host for WILDCAT!_SUPPORT and JAZZ echomail
                 areas. 
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Orbit BBS
    FidoAddress..1:123/400
    Software.....Mystic
    OS...........Linux/Ubuntu
    Access:..... First call LOCAL access only. Request upgrade
                 for all nets. Real name required for Fido.
    Telnet.......orbitbbs.ddns.net:7210
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......The Positronium Repository
    FidoAddress..1:393/68
    Phone........337-984-4794
    Software.....POTS: WildCat + Telnet: Synchronet
    OS...........Windows XP
    C/B Verify...None
    Access.......First Call access to most of BBS upon 
                 finishing new user questionnaire
    Telnet.......cmech.dynip.com
    www:.........http://cmech.dynip.com
    Notes........Access to live File Areas only, over 37,000 files
                 at 13GB in library ;-) Home for BFDS, APOD (BBS 
                 is Filebase.BBS)
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......<<Prism BBS
    FidoAddress..1:261/38
    Phone........607-200-4076
    Software.....BBBS/Li6 v4.10 Toy-3
    OS...........Linux (Ubuntu 12.04.5 LTS)
    C/B Verify...None
    Access.......First Call access to Msg bases, 
                 file areas, all features of the BBS.
    Telnet.......filegate.net:2030
                 telnet access offers full features 
                 of the standard bbs such as doors,
                 qwkmail, BWmail,Files, chat, group chat,
                 upload/download messages, download URLs, 
                 ftp access to other sites by request.     
    www:.........http://www.filegate.net:8090/bbbs
                 or
                 http://www.filegate.net/ for files only.
    FREQ:        filegate.net:24554 (binkD server)
                 or from 1:261/38 (BBBS server)
    Notes .......web interface is limited to reading messages
                 and replying online, or downloading messages
                 in qwk packets, file download access.
                 Home of IFDC FileGate Project, PDN, Util*Net,
                 Win_FDN. Note the change to the www port.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Roach Guts BBS
    FidoAddress..1:396/60
    Software.....Mystic BBS 1.10 A38
    OS...........Debian  6.0 32-bit
    C/B Verify...None
    Access.......First call access to doors, files and
                 message reading.  Message posting requires
                 validation.
    Telnet.......kingcoder.net
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 	 
    System.......Shenk's Express
    FidoAddress..1:275/100
    Phone........757-233-9860
    Software.....SBBS
    OS...........WIN XP
    C/B Verify...None
    Access.......First Call access
    Telnet.......shenks.synchro.net
    Notes........This site is the coordinator for Battlenet, a
                 large BRE league with 7 BRE games.  Also 
                 hosting 2 FE league games. 
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Stepping Stone BBS
    FidoAddress..1:298/25
    Software.....Synchronet
    OS...........Linux/Ubuntu
    C/B Verify...None
    Access.......First call access to doors, files, and message
                 reading.  HQ of Whisper-Echo-Net and Legion!
    Telnet.......vintagebbsing.com:23
    FTP..........vintagebbsing.com:21
    WWW..........vintagebbsing.com:81
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......TequilaMockingbird Online
    FidoAddress..1:266/404
    Software.....Synchronet
    OS...........Windows Server 2008
    C/B Verify...None
    Access.......First Call access to most of BBS upon
                 finishing new user questionnaire
    Telnet.......tequilamockingbirdonline.net
    www:.........bbs.tequilamockingbirdonline.net
    Radio........radio.tequilamockingbirdonline.net:8010/live
    IRC..........irc.tequilamockingbirdonline.net Port: 6661-6670
                 SSL: 6697
    NNTP.........news.tequilamockingbirdonline.net (Guest: Read Only)
                 (Send netmail with username & PW for full access)
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......The Thunderbolt BBS
    FidoAddress..1:19/33
    Software.....Synchronet
    OS...........Windows 7 Professional
    C/B Verify...New User Feedback on where users heard about the 
                 bbs, and what users are looking for, plus enter 
                 a code that will be emailed to the user.
                 what they're looking for in it.
    Access.......Limited Downloads, Message Areas and Doorgames 
                 until after New User Data is reviewed. Once 
                 upgraded, full privileges. Ham Radio Operators
                 and Visiting Sysops are eligible for additional
                 access level upgrades, with proof of an amateur 
                 radio license, or of data for their BBS.
    Telnet.......wx1der.dyndns.org
    WWW..........wx1der.dyndns.org
    Notes:.......The BBS is offline whenever thunderstorms threaten,
                 or are in the central Arkansas area.
                 Contact The Sysop via the FEEBACK link at the 
                 Matrix Logon. Leave full name and email, if a reply
                 is desired.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Time Warp of the Future BBS
    FidoAddress..1:340/400
    Phone........none
    Software.....sbbs 3.17a (very beta)
    OS...........win. 7 sp1
    C/B Verify...None 
    Access.......First Call access to Msg bases, and file areas.
    Telnet.......time.synchro.net:24 or time.darktech.org:24
                 telnet access offers full features
                 of the standard bbs such as doors,
                 messages or file area etc.
    www:.........http://time.synchro.net:81
    Notes........Web interface is limited really to reading messages
                 and replying online, or downloading messages in qwk
                 packets, but not uploading them, and file download
                 access. SBBS files available.
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......Top's Diamond Mine
    FidoAddress..1:120/323
    Software.....ProBoard 2.17
    OS...........Windows 7
    C/B Verufy...None
    Telnet.......bbs.tdmonline.org
    www access...www.tdmonline.org/bbs 
    www:.........www.tdmonline.org
    ftp..........ftp.tdmonline.org 
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    System.......War Ensemble BBS
    FidoAddress..1:154/30
    Software.....Synchronet
    OS...........Linux (CentOS 7 and Gentoo)
    C/B Verify...None
    Access.......Full access on your first call. Doors, Messages,
                 Files, everything. Please don't abuse it!
    Telnet.......warensemble.com
    SSH..........warensemble.com
    Dial-up......920.840.6311   
    FTP..........Full anonymous download access! No limits!
    NNTP.........Full access for all members
    Gopher.......Full access for all members (not that anyone
                 has a gopher client now days)
    WWW..........http://www.warensemble.com   
                 message reading/posting available via the web!
    About........War Ensemble has been around in one form or another
                 since 1993. There are loads of door games online,  
                 hundreds of thousands of files, and hundreds of    
                 message areas. The sysop is more than happy to     
                 answer any questions, or add anything you would    
                 like to see!  Come check us out!
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  
    
    
    
    
    FIDOGAZETTE  Vol 12 No 27 	 Page  7 	 July 4 2018
    
    
    -----------------------------------------------------------------
    
    
    =================================================================
    				 M O R E  I N F O R M A T I O N
    =================================================================
    
    
    
    More Information about the FidoGazette:
    
    Fidogazette is published by Janis Kracht, Editor.  
    
    If you have an idea for a column or a series of articles, please
    contact me :)
    
    Subscriptions: Mailing-List subscriptions via
          http://www.filegate.net/sub.html
    
    Or you can always link into your uplink and use Tick or a tick
    compatible program.
    
    Where to Send Your Articles
    
    Unlike most editors, I surely do not  mind running my mouth when
    there is a sparsity of articles for the 'zine.  I'd MUCH rather
    you sent in material...  lacking that, I will fill these issues
    with my meanderings and thoughts and hopefully we will grow into
    something of consequence here :) Write an article!
    
    If you WOULD like to submit an article, feel free to drop your
    article off at:
    
     Email attach to address: janis @ filegate.net
     
     Fidonet attach: 
      Janis Kracht at 1:261/38 
      Modem: 607-200-4076
      Binkp: 1:261/100 filegate.net port 24555 
      telnet mailer: filegate.net
    
    If you are using routed Fidonet mail, don't send articles as
    routed attaches.  They may fail somewhere along the path before
    getting here.  Send them instead in the body of your routed
    netmail to janis@filegate.net
       
    Give it a title, sign your name and network address if you have
    one or your email address and send it along!
    
    Don't worry about the format, I can take anything you send me
    and mutilate it further as you can see above.  Linux is nice
    that way (g).  Spell checking your own work will help though
    (something I'm typically guilty of (g)).
     
        -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    
    Location of Earlier Issues on the Web:
    
     You can read single past issues here: 
       http://www.filegate.net/fidogaz/fidogaz.htm This link
     includes all issues from Volume 1 Number 1, Sept.  30th 2007,
     through the present.
    
     You can download archived earlier issues here:
       http://www.filegate.net/fidogazette/
     Again, all issues from Volume 1 Number 1 through the present
     are here.
    
    
    FIDOGAZETTE  Vol 12 No 27 	 Page  8 	 July 4 2018
    
    
    -----------------------------------------------------------------
    
    
     Published with MakeNews2 by Janis Kracht 2011-2012

     -=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=