home *** CD-ROM | disk | FTP | other *** search
- Johnny Five #26 @15301
- Fri Jul 07 13:10:54 1995
- ╒NI Header (c)══════════════════════════════════════════════════════════════╕
- │ N O V A I N D U S T R I E S B B S 9 0 4 - 2 6 0 - 2 3 9 4 │
- ╞═══════════════════════════════════════════════════════════════════════════╡
- │ Mod Name : NI-008.424 Author: Johnny Five 1 @1 ExcelNet │
- │ 1 @9403 CCNet │
- │ Difficulty: Can you say "Block Copy"? 1 @205 SteelNet │
- │ 1 @9411 TFAlink │
- │ Version : 4.24 Date: 06-29-95 and many others │
- │ │
- │ Files Affected: BBSOVL1.C │
- │ │
- │ Description: Plutonium's old 4.21a Yourinfo mod updated for 4.24 │
- │ │
- ╘═══════════════════════════════════════════════════════════════════════════╛
-
-
-
-
-
- Step 1: B(ack).U(p).Y(our).S(ource).
-
- Step 2: Just Delete or Comment Out Your Old void yourinfo(void) and replace
- it with This One.
-
-
- void yourinfo(void)
- {
- if (menu_on()) {
- rip_yourinfo();
- return;
- }
-
- outchr(12);
- npr("2─3│7Your name1 ─5 %s\r\n",nam(&thisuser,usernum));
- npr("2─3│7Phone number1 ─5 %s\r\n",thisuser.phone);
- if (thisuser.waiting)
- npr("2─3│7Mail waiting1 ─5 %d\r\n",thisuser.waiting);
- if (actsl==thisuser.sl)
- npr("2─3│7Sec Lev1 ─5 %d\r\n",thisuser.sl);
- else
- npr("2─3│7Sec Lev 1 ─5 %d (temporarily %d)\r\n",thisuser.sl, actsl);
- npr("2─3│7Transfer SecLev1─5 %d\r\n",thisuser.dsl);
- npr("2─3│7Last on 1 ─5 %s\r\n",thisuser.laston);
- npr("2─3│7Times on 1 ─5 %d\r\n",thisuser.logons);
- npr("2─3│7On today 1 ─5 %d\r\n",thisuser.ontoday);
- npr("2─3│7Messages posted1─5 %d\r\n",thisuser.msgpost);
- npr("2─3│7E-mail sent 1 ─5 %d\r\n",
- (thisuser.emailsent+thisuser.feedbacksent+thisuser.emailnet));
- npr("2─3│7Time spent on 1 ─5 %ld Minutes\r\n", (long)
- ((thisuser.timeon+timer()-timeon)/60.0));
- nl();
- }
-
- Recompile And Enjoy!
-