home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / POSTRSTR.MOD < prev    next >
Text File  |  1990-04-18  |  2KB  |  65 lines

  1. Arioch #1 @3474
  2. Tue Apr 17 23:04:48 1990
  3.     and Restricts d/ling between specified times.
  4. I have no idea who made this mod, I'm just typing it out from my code...
  5.  
  6. Ok....
  7. 7===============================================================================
  8. 2In void mainmenu in BBS.C find and compare the case 'd' part to what I have 
  9. 2copied out here...
  10.  
  11. 2This will Lock Dloads key to Posts and Access....
  12. 7===============================================================================
  13.  
  14.  
  15.       case 'T':
  16.     outchr(12);
  17.     sysoplog("ENTERED ARCHIVES");
  18.     outchr(12);
  19.     printfile("DLOADS.MSG");
  20.     if (udir[0].subnum!=-1)
  21.     curloads=1;
  22.        else {
  23.          nl();
  24.      prt(4," You do not currently have Access to Files.");
  25.      nl();
  26.      nl();
  27.    }
  28.    if ((msgreadlogon==0) && (!cs())) {
  29.    prt(4,"You need to Read Posts before accessing Archives !");
  30.    nl();
  31.    nl();
  32.    curdloads=0;
  33.    }
  34.        break;
  35.  
  36. 7===============================================================================
  37. 1Note: In place of prt(#, you may use center(#, if installed.
  38. 2
  39. 2This will lock the Download function in Dloads to Time of Day...
  40.  
  41. 2It is case 'D' of void dlmainmenu.... BBS.C
  42. 7===============================================================================
  43.  
  44.    case 'D':
  45.      if ((timer()>17*3600.0) && (timer()<21*3600.0) && ((thisuser.sl<=250))) {
  46.      nl();
  47.      prt(4," The Transfer Section is closed from 5:00p.m. till 9:00 p.m.");
  48.      nl();
  49.      prt(4," This time is reserved for Message Base Use Only ! ");
  50.      break;
  51.      }
  52.      download();
  53.      break;
  54.  
  55. 7===============================================================================
  56. 1Note: In place of prt(#," you can use center(#," if installed.
  57. 2The Numbers in the Timer statement are 24 hour clock parm's and changing them
  58. 2to other numbers will set it to that time. IE: 17=5:00pm.
  59. 7===============================================================================
  60.  
  61.     Now can someone help me and give me the mod on how I can give my users 2 
  62. extra colors and maybe even a mod that could give my users 2 extra macro's?
  63. 3PLEASE!!!!
  64. 2<7«»2> 5Arioch 2<7«»2>
  65.     716@33474