home *** CD-ROM | disk | FTP | other *** search
- Neue Regel (Or Silent Knight) #1 @10141
- Sat Jun 24 14:29:29 1995
- ┌────────────────────────────────────────────────────────────────────────────┐
- │ Mod Name : ZF-1.MOD Mod Author: Neue Regel 1@10141 WWIVnet│
- │ Difficulty : ░░░░░░░░░░ /┤lpha-1 Republic [ASV/GSA] 1@6293 ICEnet │
- │ WWIV Version : 4.24 │
- │ Mod Date : 6-23-95 │
- │ Files Affected: LILO.C │
- │ │
- │ Description : Asks user if he or she would like to vote if their are new │
- │ questions. │
- └────────────────────────────────────────────────────────────────────────────┘
-
- ─[Legal Info]────────────────────────────────────────────────────────────────
- 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, could lead to legal prosecution and is generally regarded as evil
- Shareware distributors and CD-ROM publishers may not distribute this
- modified code without express written permission of the Author or WWIV
- Software Services.
-
- ─[Extended Description]──────────────────────────────────────────────────────
- Well I will admit I do not understand C/C++ totally... I don't understand it
- at all. Although this mod takes no talent and a Kindergardner could do this
- mod in 15 seconds (writing it not installing it). Anyway all it does is
- asks you if you would like to vote right away when there is a new question.
- I am sure there is another mod just like this out there and if their is oh
- well...
-
- ─[Disclaimer]────────────────────────────────────────────────────────────────
- If you mess up on this mod and e-mail me about it not working, I will view
- you as the second most ignorant person on earth. BTW back up your
- source-code. It's not likely you will screw up, but it's a nice way to take
- up hard drive space.
-
- ─[Step 1 (the only step)]────────────────────────────────────────────────────
- Open Lilo.c
-
- Search for this:
- prt(3,get_string(378));
-
- Comment it out or delete it.. anything to make your compiler not do anything
- to it:)
- In place of that, block copy this:
- /*zf1 begin*/
- npr("3You have not voted yet, would you like to now? ");0
- if (yn())
- {
- outchr(12);
- write_inst(INST_LOC_VOTE,0,INST_FLAGS_NONE);
- helpl=18;
- vote();
- }
- /* zf1 end*/
-
- Save lilo.c, then type make in your source directory. You are done. Only
- 55 lines... what a short mod eh?
- ─[Closing]───────────────────────────────────────────────────────────────────
- If you do happen to have trouble or have any advice that could make this mod
- better or even if you just want to chat e-mail me at one of the following
- addresses (in preferential order).
-
- Internet: uaslabs@bmn.net
- or : swan0322@maroon.tc.umn.edu
- WWIVnet : 1@10141
- ICEnet : 1@6293
-
- /┤lpha-1 Republic: 612-988-0828
-