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

 
Output of file : AUTOVALI.MOD contained in archive : TONSMOD.ZIP
Filo #1 @5252
Thu Mar 15 11:29:55 1990
Tuck #1 @3652
Sun Mar 04 22:07:01 1990
Auto-validation of WWIV SysOps
by MrBill

If you put in the mod right before this one, just put this after the last line
of it. if not, then you will be searching for input_ansistat() and put this
right after it. This is all in NEWUSER.C in void newuser.



nl(); /* add */
prt(5,"Are you currently a WWIV SysOp?"); /* add */
if (yn()){ /* add */
pl("Please enter your BBS name and number"); /* add */
outstr(":"); /* add */
inputl(thisuser.note,40); /* add */
sysoplog("#*#*#* Auto-validation of WWIV SysOp"); /* add */
thisuser.sl=60; /* put the security level that you want here */
thisuser.dsl=60; /* put the d/l security level that you want here */
thisuser.exempt=1; /* put if you want exempt from d/l ration */
thisuser.restrict=0; /* put if no restrictions */
thisuser.ar=12; /* see note */ /* add */
thisuser.dar=12; /* see note */ /* add */
nl(); /* add */
prt(1,"You have just been validated as a visiting ");/* add */
prt(1,"WWIV sysop. If I find any of ");nl(); /* add */
prt(1,"this info to be false, I will delete you "); /* add */
prt(1,"and inform others about you."); /* add */
nl(); /* add */
nl(); /* add */
pausescr(); /* add */
} /* add */
}
if (!hangup)

NOTE: the AR's and DAR's are bitmaped. I have my bbs set up for if you are
a WWIV sysop, you get the AR and DAR of C and D, and normal (non-WWIV) sysops
just get D for their AR and DAR to access my sysop sub. To figure out what
number to assign for the AR's and DAR's in autovalidation look at the
following chart and then figure out (with a hex to dec calculator or if
your smart enough in your head) what the decimal value would be for the
hexidecimal number that you need. And thanks to Gord the Rogue who explained
all this to me awhile ago.

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| | | | | | | | | | | | | | | |
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
| | | | | | | | | | | | | | | |
A B C D E F G H I J K L M N O P

so if you need your AR to be just A for sysop the number would be:
1000000000000000
or for the AR to be set to C and M it would be:
1010000000001000
the DAR's are done the same way
(if anyone has a hex to deci conversion program please send it to me!)

  3 Responses to “Category : BBS Programs+Doors
Archive   : TONSMOD.ZIP
Filename : AUTOVALI.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/