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 >
Wrap
Text File
|
1990-04-18
|
2KB
|
65 lines
Arioch #1 @3474
Tue Apr 17 23:04:48 1990
and Restricts d/ling between specified times.
I have no idea who made this mod, I'm just typing it out from my code...
Ok....
7===============================================================================
2In void mainmenu in BBS.C find and compare the case 'd' part to what I have
2copied out here...
2This will Lock Dloads key to Posts and Access....
7===============================================================================
case 'T':
outchr(12);
sysoplog("ENTERED ARCHIVES");
outchr(12);
printfile("DLOADS.MSG");
if (udir[0].subnum!=-1)
curloads=1;
else {
nl();
prt(4," You do not currently have Access to Files.");
nl();
nl();
}
if ((msgreadlogon==0) && (!cs())) {
prt(4,"You need to Read Posts before accessing Archives !");
nl();
nl();
curdloads=0;
}
break;
7===============================================================================
1Note: In place of prt(#, you may use center(#, if installed.
2
2This will lock the Download function in Dloads to Time of Day...
2It is case 'D' of void dlmainmenu.... BBS.C
7===============================================================================
case 'D':
if ((timer()>17*3600.0) && (timer()<21*3600.0) && ((thisuser.sl<=250))) {
nl();
prt(4," The Transfer Section is closed from 5:00p.m. till 9:00 p.m.");
nl();
prt(4," This time is reserved for Message Base Use Only ! ");
break;
}
download();
break;
7===============================================================================
1Note: In place of prt(#," you can use center(#," if installed.
2The Numbers in the Timer statement are 24 hour clock parm's and changing them
2to other numbers will set it to that time. IE: 17=5:00pm.
7===============================================================================
Now can someone help me and give me the mod on how I can give my users 2
extra colors and maybe even a mod that could give my users 2 extra macro's?
3PLEASE!!!!
2<7«»2> 5Arioch 2<7«»2>
716@33474