home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / SYSOP / MODS1.ZIP / ALF7.MOD < prev    next >
Text File  |  1995-06-24  |  3KB  |  69 lines

  1. Alfalfa #1 @9001
  2. Wed Jun 14 23:15:38 1995
  3.     ┌─────────────────────────────────────────────────────────────────────┐
  4.     │ Mod Name       » ALF7.MOD                                           │ 
  5.     │ Difficulty     » █▒▒▒▒▒▒▒▒▒▒ (1/10)                                 │ 
  6.     │ WWIV Version   » 4.24                                               │ 
  7.     │ Files Affected » MMENU.C                                            │ 
  8.     │ Description    » Alllows user to access timebank from transfer menu │ 
  9.     └─────────────────────────────────────────────────────────────────────┘ 
  10.  
  11.         Many users of BBS'es just call to download files.  And download they
  12. do.  All the time, 60 minutes a day.  This mod was made the make their lifes a
  13. little easier.  In normal WWIV, you can't access the timebank from the
  14. transfer section, meaning that while quitting to the main menu, and then using
  15. the time bank, they are losing precious seconds in which they could be
  16. downloading the newest version of their favorite game.  This mod is real easy
  17. and the first one I've made just for 4.24, although it would probably work
  18. with 4.23
  19.  
  20. ______legend_______
  21.  + add line
  22.  - delete line
  23.  = leave line alone
  24.  * modify this line
  25. ___________________
  26.  
  27.  
  28. [Step 1]
  29.    Backup your source.
  30.  
  31. [Step 2]
  32.    Open up MMENU.C, go to VOID DLMAINMENU, and make the following changes to
  33. the code:
  34.  
  35. =         print_local_file(dszlog,"");
  36. =       }
  37. =       break;
  38. +     case '$':
  39. +       write_inst(INST_LOC_BANK,0,INST_FLAGS_NONE);
  40. +       time_bank();
  41. +       break;
  42. =     case '^':
  43. =       if (so())
  44. =         print_devices();
  45.  
  46. NOTE:  This is the exact same code as from the main menus timebank command.  I
  47. didn't write up this code, just copied it to the right place.
  48.  
  49. ...Close MMENU.C
  50.  
  51. [Step 3]
  52.    Compile the BBS.  Now, go the the transfer section, and hit "$".  You
  53. get the WWIV timebank.  Easy, eh?  No you can update the appropriate menus and
  54. let your users know of the change.  If you need any help with this mod, or
  55. have suggestions or comments for future mods, you can contact me at the E-Mail
  56. addresses below, or call my BBS, EarthSiege, at (910) 723-2599
  57.  
  58.           1@9054     TerraNET
  59.           1@9001     DigiNet
  60.           1@9953     FANTASYnet
  61.           1@9951     HolisticNet
  62.           1@5        Subtle Net
  63.           1@1        GrooveNet
  64.  
  65. Well, one small mod for 4.24, one giant step for a better BBS.  Blah.
  66.                                                 -Alfalfa    6-13-95
  67.  
  68. EarthSiege Productions 1995
  69.