home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / NEWSEDIT.MOD < prev    next >
Text File  |  1990-06-17  |  4KB  |  119 lines

  1. Suicidal Maniac #1 @6865
  2. Mon Jun 11 21:05:05 1990
  3.  
  4.                                 NEWSEDIT.MOD
  5.  
  6.                      Yet another Mod by Suicidal Maniac
  7.  
  8.  
  9. Have you ever wanted to give you cosysops the ability to edit both of the
  10. ANSI and ASCII logon screens?  Well, here is a great way to do it, and to
  11. be able to enhance your logon screens.  You will need the following:
  12.  
  13. Doorway v2.05 - DRWY205.ZIP
  14. Quick News Editor v2.1 - QNE21.ZIP
  15. Doorkit - DOORKIT.ZIP
  16.  
  17. All of these are available for download from my BBS, the number is at the
  18. end of this mod.  I suggest that you register Doorway because it will be the
  19. best buy as far as software goes that you will ever make.
  20.  
  21. Ok, on to the mod:
  22.  
  23. STEP ONE
  24.  
  25. File: BBS.C
  26. Void: mainmenu()
  27.  
  28.   if ((strcmp(s,"DIREDIT")==0) && (so())) {            /* SEARCH FOR */
  29.     sysoplog("@ Ran Directory Editor");                /* SEARCH FOR */
  30.     dlboardedit();                                     /* SEARCH FOR */
  31.   }                                                    /* SEARCH FOR */
  32.   if ((strcmp(s,"NEWSEDIT")==0) && (cs())) {           /* ADD */
  33.     sysoplog("@ Ran News Editor");                     /* ADD */
  34.     run_external("NEWS.BAT");                          /* ADD */
  35.   }                                                    /* ADD */
  36.   if ((strcmp(s,"CHAINEDIT")==0) && (so())) {          /* SEARCH FOR */
  37.     sysoplog("@ Ran Chain Edit");                      /* SEARCH FOR */
  38.     chainedit();                                       /* SEARCH FOR */
  39.   }                                                    /* SEARCH FOR */
  40.  
  41.  
  42. STEP TWO
  43.  
  44. File: BBS.C
  45. Void: mainmenu()
  46.  
  47.       case 'G':                        /* SEARCH FOR */
  48.         helpl=28;                      /* SEARCH FOR */
  49.         gfiles();                      /* SEARCH FOR */
  50.         break;                         /* SEARCH FOR */
  51.       case 'I':                        /* SEARCH FOR */
  52.         nl();                          /* SEARCH FOR */
  53.         pl(VERSION_NUMBER);            /* SEARCH FOR */
  54.         nl();                          /* SEARCH FOR */
  55.         if (okansi()) {                /* ADD */
  56.           printfile("NEWSG.");         /* ADD */
  57.           } else {                     /* ADD */
  58.           printfile("NEWS.");          /* ADD */
  59.           }                            /* ADD */
  60.         printfile("LOGON");            /* DELETE */
  61.         printfile("SYSTEM");           /* SEARCH FOR */
  62.         break;                         /* SEARCH FOR */
  63.       case 'L':                        /* SEARCH FOR */
  64.         printfile("USER.LOG");         /* SEARCH FOR */
  65.         break;                         /* SEARCH FOR */
  66.  
  67.  
  68. STEP THREE
  69.  
  70. File: BBSUTL.C
  71. Void: Logon
  72.  
  73. Do a search (^QF) for printfile("LOGON").  Now, delete that whole if statement
  74. and block read thisone in.
  75.  
  76.   if (incom && live_user) {
  77.      if (okansi()) {
  78.      printfile("NEWSG.");
  79.      } else {
  80.      printfile("NEWS.");
  81.      }
  82.   }
  83.  
  84.  
  85. STEP FOUR
  86.  
  87. Put this batch file in your main WWIV directory.  This assumes that you have
  88. doorway in the path and that doorkit is in your main BBS directory.  You will
  89. need QNE21.EXE to be in your Gfiles directory for this mod to work.  THIS
  90. SHOULD BE NAMED NEWS.BAT
  91.  
  92.  
  93. @echo off
  94. doorkit pcb chain.txt
  95. cd gfiles
  96. doorway COM1 /M:30 /R:^C /O: /V:D /S:\.. /P:QNE21.EXE
  97.  
  98.  
  99. STEP FIVE
  100.  
  101. Recompile the BBS, and test it out.
  102.  
  103.  
  104. STEP SIX
  105.  
  106. Send e-mail to 1@6865 and inform me that you are using the mod!
  107.  
  108.  
  109. MY BBS:
  110.  
  111. Dirty Bird's Nest - The one stop, all you need, WWIV Support Board!
  112. 300-14,400 HST
  113. Official WWIV Support Board
  114. 10+ MB of WWIV Files
  115. Instant WWIV Sysop Access
  116. 618-397-7687
  117. WWIVnet Node @6865
  118.  
  119.