Category : BBS Programs+Doors
Archive   : TONSMOD.ZIP
Filename : TOF002.MOD

 
Output of file : TOF002.MOD contained in archive : TONSMOD.ZIP
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ Mod Name : TOF002.MOD Mod Author: The Omnipotent Frog ³
³ 1@12556(Link) 1@2554(Net) ³
³ Difficulty: Block Read Date : 1/31/93 ³
³ Version : WWIV 4.22 ³
³ Description: Adds '$' command to UEDIT to change user's upload and ³
³ download K. ³
³ ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

STEP 1: Backup your Source.

Key:
> - Existing line


STEP 2: File: UEDIT.C
Search for:
> nl();
> prt(2,get_string(266));
> if ((thisuser.sl==255) || (wfc))
Add the $ to following line:
ch=onek("Q[]{}/,.?UDRNLCPOGMSTEYZAI~%:$");
/* ^^^ Added $ for TOF002.MOD */

Then down after Case '~' add the following case:
case '$': /* Added Case '$' for TOF002.MOD (1/31/93) */
nl();
prt(2, modstring(4)); /*Change Upload or Download K (U/D)?*/
ch=onek( "UD" );
switch ( ch ) {
case 'U':
prt(2, modstring(5)); /*Enter New UL K :*/
input(s,4);
if( atoi(s)==0 )
break;
u.uk=atoi( s );
write_user( un, &u );
pl( modstring(6) ); /*Upload K Changed.*/;
/* BBBOB06.MOD */
break;
case 'D':
prt(2, modstring(7)); /*Enter New DL K :*/
input(s,4);
if( atoi(s)==0 )
break;
u.dk = atoi(s);
write_user( un, &u );
pl( modstring(8) ); /* Download K Changed. */
break;
}
break; /*END Case '$' */

NOTE: The lines that print out text include a modstring(x). If you use
my first mod you can add the strings in the comment to mods.str or you can
put the strings inside the print statements or add them to bbs.str or
whatever.

E-mail me if you use this mod at the addresses listed above. Thanks.



  3 Responses to “Category : BBS Programs+Doors
Archive   : TONSMOD.ZIP
Filename : TOF002.MOD

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/