home *** CD-ROM | disk | FTP | other *** search
- Baracuda #1 @2156
- Sat Jun 10 17:11:49 1995
- 4Msg. Status:7▄ 1Please reply!
- 7▀▀▀▀▀▀▀▀▀▀▀▀
-
- ╔════════════════════════════════════───────────────────────────────────────═╗
- ║ Mod Name : TD424-03.MOD Mod Author: Baracuda 1@2156 WWIVnet ║
- ║ Difficulty : █░░░░░░░░░ 1@1 DesertNet ║
- ║ WWIV Version : 4.24 ║
- ║ Mod Date : 06-10-95 BBS: Tropical Desert [GSA/ASV] ║
- ║ Files Affected: LILO.C ║
- ║ ║
- ║ Description : Better Looking Laston ║
- ║ Disclaimer : You added it, Not Me. ║
- ╚═───────────────────────────────────════════════════════════════════════════╝
- ╔════════════════════════════════════───────────────────────────────────────═╗
- ║ This WWIV Source Code modification is copyright 1995 by Baracuda, ║
- ║ System Operator of The Tropical Desert and is distributed as freeware. ║
- ║ Permission is granted to distribute and post this modified code on BBS ║
- ║ systems and online services, provided no alterations are made (removal ║
- ║ of message headers/taglines allowed). This modified code may contain ║
- ║ some parts of WWIV source code, which is copyright 1988-1995 by Wayne ║
- ║ Bell and licensed only to registered users of WWIV. Use of WWIV ║
- ║ source without registration constitutes a license violation and could ║
- ║ lead to legal prosecution. ║
- ║ ║
- ║ Shareware distributors and CD-ROM publishers may not distribute this ║
- ║ modified code without express written permission of the Author or WWIV ║
- ║ Software Services. ║
- ╚═───────────────────────────────────════════════════════════════════════════╝
- ╔════════──────────────────────═╗
- ║ Legend: + Add ║
- ║ - Delete ║
- ║ = Already There ║
- ║ % Change ║
- ╚═──────════════════════════════╝
-
- Step 1: PKZIP xx/xx/xx.zip *.C *.H
-
- Step 2: OPEN "LILO.C"
-
- Step 3: Search for "copy_line(s1,ss,&pos,len);"
-
- = copy_line(s1,ss,&pos,len); // Search
- = if ((s1[0]) && live_user) {
- = if (i) {
- = nln(2);
- = pl(get_string(362));
- = nl();
- + ansic(7);
- + pl("╔─────────────────────────────────────────────────────────────────────────────╗
- + pl("│ Last Few User To Visit... │");
- + pl("╚─────────────────────────────────────────────────────────────────────────────╝");
- + pl("██4 BBS Name Here █████████████████████████████████████████████████████████████");
- + pl("╔─────────────────────────────────────────────────────────────────────────────╗");
- + pl("│ No. Times Alias/Name From Baud │");
- + pl("╠───────╦────────╦─────────────────────────╦──────────────────────────╦───────╣");
- +
- + i=0;
- + }
- + pl(s1);
- + }
- + } while (pos<len);
- + pl("╚───────╩────────╩─────────────────────────╩──────────────────────────╩───────╝
- + }
- + if ((actsl!=255) || (incom)) {
- + sl1(0,"");
- + sl1(0,stripcolors(s));
- + sl1(1,"");
- + sprintf(s,"│7 %-6ld│7%-7s│7 %-23.23s │ 7%-24s │ 7%-6i│
- + status.callernum1,
- + times(),
- + nam2(&thisuser),
- + proper(thisuser.city),
- + modem_speed);
- - if (sysinfo.flags & OP_FLAGS_SHOW_CITY_ST) {
- - if (syscfg.sysconfig & sysconfig_extended_info)
- - pl(get_string(1429));
- - else
- - pl(get_string(972));
- - } else {
- - pl(get_string(972));
- - }
- - ansic(7);
- - i=(okansi())?205:'=';
- - pl(charstr(79,i));
- - i=0;
- - }
- - pl(s1);
- - }
- - } while (pos<len);
- - }
- -
- - if ((actsl!=255) || (incom)) {
- - sl1(0,"");
- - sl1(0,stripcolors(s));
- - sl1(1,"");
- - if (cid_num[0]) {
- - sprintf(s,"CID NUM : %s", cid_num);
- - sysoplog(s);
- - }
- - if (cid_name[0]) {
- - sprintf(s,"CID NAME: %s", cid_name);
- - sysoplog(s);
- - }
- -
- - if (sysinfo.flags & OP_FLAGS_SHOW_CITY_ST) {
- - if (syscfg.sysconfig & sysconfig_extended_info)
- - sprintf(s,"1%-6ld %-25.25s %-5.5s %-5.5s %-15.15s %-2.2s %-3.3s %-8.8s %2d\r\n",
- - status.callernum1,
- - nam(&thisuser,usernum),
- - times(),
- - date(),
- - thisuser.city,
- - thisuser.state,
- - thisuser.country,
- - curspeed,
- - thisuser.ontoday);
- - else
- - sprintf(s,"1%-6ld %-25.25s %-10.10s %-5.5s %-5.5s %-20.20s %2d\r\n",
- - status.callernum1,
- - nam(&thisuser,usernum),
- - cur_lang_name,
- - times(),
- - date(),
- - curspeed,
- - thisuser.ontoday);
- - } else {
- - sprintf(s,"1%-6ld %-25.25s %-10.10s %-5.5s %-5.5s %-20.20s %2d\r\n",
- - status.callernum1,
- - nam(&thisuser,usernum),
- - cur_lang_name,
- - times(),
- - date(),
- - curspeed,
- - thisuser.ontoday);
- - }
- -
- - if (actsl!=255) {
- = sprintf(s1,"%sUSER.LOG",syscfg.gfilesdir);
- = f=sh_open(s1,O_RDWR | O_BINARY | O_CREAT, S_IREAD | S_IWRITE);
-
- Step 4: Save "LILO.C"
-
- Step 5: Delete "GFILES\LASTON.TXT"
-
- Ansi Colors:
-
- -0;01- Bright White
- -0;31- Red
- -0,32- Green
- -0;33- Brown
- -0;34- Blue
- -0;35- Dark Purple
- -0;36- Teal
- -0;41- White on Red
- -0;44- White on Blue
- -0;45- White on Purple
- -1;00- Dark Grey
- -1;31- Bright Red
- -1;32- Bright Green
- -1;33- Bright Yellow
- -1;34- Bright Blue
- -1;35- Bright Purple
- -1;36- Bright Blue
-
-
- If you have any problems with this, which I think you might <g>, Drop me some
- mail, and I will see what I can do, and email me and let me know whether you
- like it or not.
-
-