home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / MODS / ALLMODS.ZIP / UNDER-08.ZIP / UNDER-08.MOD < prev   
Encoding:
Text File  |  1995-06-17  |  2.9 KB  |  93 lines

  1. Big Daddy Kain #215 @12127
  2. Tue Jun 13 18:24:34 1995
  3. ┌───────────────────────────────────────────────────────────────────────────┐
  4. │ Mod Name: UNDER-08.MOD                    Mod Author: Undertaker 06-13-95 │
  5. │ Difficulty: ██▒▒▒▒▒▒▒▒                        IceNet   2@5304     │
  6. │ WWiV Version: 4.24                                    TerraNet 2@5300     │
  7. │ Files Affected: SYSOPF.C                                                  │
  8. │ Description: Prints the net node number next to the net name, see Extended│
  9. └───────────────────────────────────────────────────────────────────────────┘
  10.  
  11. Extended Description: This Mod Prints Out The Network's Node Number Next To
  12.         The network name when viewing the Net Listing.
  13.  
  14. 6■■■3EXAMPLE6■■■0
  15.  
  16.  -= Normal =-
  17. 217] 1AnvilNet
  18. 227] 1TerraNet
  19. 237] 1IceNet
  20. 247] 1TexasNet
  21. 2Q7] 1Quit
  22.  
  23.  -= With Mod =-
  24. 7[217] 1AnvilNet @1
  25. 7[227] 1TerraNet @5300
  26. 7[237] 1IceNet   @5304
  27. 7[247] 1TexasNet @5301
  28. 7[2Q7] 1Quit
  29.  
  30. Disclaimer:  if ((you) || ((screw->up_then>0) && (dont==come)))
  31.         and(-1);
  32.                    try(2, sue, my, &ass);
  33.            you_did(it->your_self,);
  34.                    while (you<may->blame_me,[i])
  35.                 give([++no++]);
  36.         guarantee(that(-(it->will_work),' '));
  37.         on(("&your_system"); && (%oh yeah)); {
  38.         [[back_up_],.]
  39.         your[0]=source;
  40.  
  41.  
  42.                   Key:
  43.             ==  Existing Line
  44.             --  Delete this line
  45.             ++  Add this line
  46.             !!  Change this line
  47.  
  48.  
  49. Open SYSOPF.C And Do The Following To case void print_net_listing
  50.  
  51. ==      odci=(i+1)/10;
  52. ==      odc[odci-1]=odci+'0';
  53. ==      odc[odci]=0;
  54. ==    }
  55. --       npr("2%d7]1 %s \r\n",i+1,net_networks[i].name);
  56. ++    npr("7[2%d7]1 %s %s ",i+1,net_networks[i].name, get_string(370));
  57. ++    npr("@%u\r\n",net_networks[i].sysnum);
  58. ==      }
  59. ==      pl(get_string(1279));
  60. ==      nl();
  61. ==      prt(9,get_string(1280));
  62.  
  63.  
  64.  
  65. Now Do MAKE, or however you compile your BBS. Copy the BBS.EXE file over,
  66. and go check it out.
  67.  
  68. ──[NOTE]────────────────────────────────────────────────────────────────────
  69.  
  70. ──[MODS Made By Undertaker/Big Daddy Kain────────────────────────────────
  71. %  UNDER-01.MOD - View Pending List From WFC When Hit '/'
  72. %  UNDER-02.MOD - Allow No Users Under Certain Security Level To Stay Online
  73. %  UNDER-03.MOD - Bulletins Menu From Main Menu By Hitting '@'
  74. %  UNDER-04.MOD - Makes Your BBS 9600+ Only
  75. %  UNDER-05.MOD - Random Menus
  76. *  UNDER-06.MOD - Use Anvil-Chat(c) In your BBS
  77. *  UNDER-07.MOD - Removes The Blue Border Around The Chains Menu
  78. *  UNDER-08.MOD - Print Net Number Next To Net Name
  79. ────────────────────────────────────────────────────────────────────────────
  80. * - WWIV Version 4.24
  81. % - WWIV Version 4.23 As Of Now
  82.  
  83. If You use this MOD, drop me a line, or call The Anvil BBS [ASV] at
  84. (503)746-9479.
  85.  
  86. Undertaker/Big Daddy Kain
  87. sburns@efn.org  <── InterNet
  88. #215@12127 WWIVNet
  89. #2@5304 IceNet
  90. #2@5300 TerraNet
  91. #2@5301 TexasNet
  92. #2@1    AnvilNet The Anvil BBS [ASV] (503)746-9479
  93.