@database "NewUserTrack.Guide" @remark $VER: SN NewUserTrack v2.2 (02/01/95) (SN/AHI 910.326.3804 C-Link! 911:6380/7 & Fido 1:3614/118 28.8k) @remark Concept Introduced: April 12, 1993 @remark First Operational Version: April 12, 1993 @remark This Release Dated: February 1, 1995 @remark © 1993-95, Spectral Neurologix, Midnight @node "MAIN" "Spectral Neurologix" @toc "MAIN" SN: The Definitive Source for ARexx Programming Excellence! ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - "Keep Track of Your Daily New Users" ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ @{"READ THIS FIRST!!! " link "README"} @{"Setting Things Up " link "SETUP"} @{"Program Information " link "INFO"} @{"Bugs/Problems " link "BUGS"} @{"Program History " link "HISTORY"} @{"Files Included " link "INCLUDE"} @{"Installation Procedures " link "INSTALL"} @{"Registration Info " link "REG"} ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Autumn's Harvest Inn (c) Copyright 1991-95 CNet v3.05c+ (910) 326-3804 Spectral Neurologix ADOS v2.2 Hrs: 24hrs 2400-28.8k PFiles HQ ARexx v1.15 C-Link! 911:6380/7 FidoNet 1:3614/118 CCNet 13:1/2 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode @node "README" "SN NewUserTrack v2.2 - READ THIS FIRST!!!" @toc "MAIN" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - READ THIS FIRST!!! ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Suggestions are welcome! Bug reports are mandatory! :) Beta-testers are needed for this and other SN PFiles. Send me a netmail if interested. ÄÄÄSN/AHI (910) 326-3804 (28.8k)ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode @node "INFO" "SN NewUserTrack v2.2 - Information" @toc "MAIN" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - Information ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Want to show your users (via a bulletin menu-type program or in the GFiles) who logged on new to your system today? This utility creates such a textfile. This file can then be easily viewed in either of the two above methods. Features to note: - Multi-line compatible. You don't have to worry about conflictions. - Self-cleaning. Utilizes no temp files! - Looks great when utilized with SN Bulletin Menu! :) ÄÄÄSN/AHI (910) 326-3804 (28.8k)ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode @node "HISTORY" "SN NewUserTrack v2.2 - History" @toc "MAIN" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - History ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ v2.2 - Cleaned up the code and combined the maintenance routine into one program. Now wears the SN label. v2.1 - Bug fix, but never widely released. Has been in operation for over 18 months until I decided tonight it needed a little refurbishment. v2.0 - First released version. Served it's purpose, but sometimes did some odd things. Rare skipping of new users. v1.0 - 1st generation. Rudimentary, but operational. ÄÄÄSN/AHI (910) 326-3804 (28.8k)ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode @node "INCLUDE" "SN NewUserTrack v2.2 - Files Included" @toc "MAIN" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - Files Included ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ SN_NUTrak22.LHA SN_NewUserTrack Actual program that logs new users. SN_NewUserTrack.guide You're reading this doc file. FILE_ID.DIZ Short description of this package. ÄÄÄSN/AHI (910) 326-3804 (28.8k)ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode @node "INSTALL" "SN NewUserTrack v2.2 - Installation Procedures" @toc "MAIN" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - Installation Procedures ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Installation of SN PFiles is very simple! Follow these easy steps and enjoy the true power of CNet and ARexx today. All SN PFiles are designed to use a common device ("SN:") assigned to a directory or drive. It is best when first setting up your SN: assignment to assign it to a clean (unused) directory or drive. (i.e. create a directory in PFiles: called SN and assign SN: PFiles:SN.) Also, be sure to add this assignment to your Startup-Sequence or User-Startup so it's there when you reboot! :) ÄÄÄSN/AHI (910) 326-3804 (28.8k)ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode @node "SETUP" "SN NewUserTrack v2.2 - Setting Things Up @toc "MAIN" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - Setting Things Up ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 1 Modify SysOp configurable variables in SN_NUserTrack. a. fn="SN:Bulls/NUsers" /* Output File Path/Name */ b. Replace the path with whereever you want the textfile to be located. 2 Make the following BBSTEXT addition/modification: ADD: {#0SN:SN_NUserTrack} to the beginning of line 1127 If you're using a different path, make sure you enter the correct one. The above { character is actually a CTRL-Q. 3 Add the following event: COMMAND: RunARexx ARGS: SN:SN_NUserTrack MAINT (provide correct path) PORT(S): 0 (or whatever your maintenance port is) TYPE: Immediate - system idle or not MM/DD: SSMTWTF TIME: 0 (or as close to midnight as possible) VALID: 1 INTERVAL: 0 ITERATE: 1 4 Add the output textfile to either a Bulletin Menu program of your choosing or directly into GFiles and you're all done! ÄÄÄSN/AHI (910) 326-3804 (28.8k)ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode @node "BUGS" "SN NewUserTrack v2.2 - Bugs/Problems" @toc "MAIN" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - Bugs/Problems ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ - No known bugs at this point. This has been in use for a very long time and has been weeded of bugs. Please contact me if you do manage to trap one. Thanks. ÄÄÄSN/AHI (910) 326-3804 (28.8k)ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode @node "REG" "SN NewUserTrack v2.2 - Registration Info" @toc "MAIN" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ SN NewUserTrack v2.2 - Registration Info ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ I would like to consider my PFiles as being in the ShareWare market. If you find this utility and other SN utilities to be benefitial and helpful to you as a SysOp and your board as a whole, please send me a small token of your appreciation. Any amount is welcome and you don't need to do this for every PFile. Once is plenty and will allow you immediate access to all the latest and greatest online. I don't make release versions near as often as I make changes, additions and fixes. So if you want the newest, let me know and give us a call! Phil Beazley Autumn's Harvest Inn 1292 Mount Pleasant Road Swansboro, NC 28584 The latest version is always available online for download and also FReq'able @ 911:6380/7 or 1:3614/118 with the MAGIC NAME of LOGFIG. To get a list of all currently available and up-to-date SN PFiles, use the MAGIC NAME of SNFILES. ÄÄÄSN/AHI (910) 326-3804 (28.8k)ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ @endnode