home *** CD-ROM | disk | FTP | other *** search
- clearscr
- log(--,Viewed User Statistics)
- *stats
- Clearscr
- If (/graphics)=(ANSI) Then Goto (ansist)
- Say( Statistics Here at %BBS%)
- Goto (ContStats)
- *ansist
- Say($7$ $0$*)
- AnsiGoto(3,1)
- Say($7$&0& Statistics Here at %BBS%$0$&7&)
- *ContStats
- Say(&CR&&7&Date of Last Call: &14&/:LAST/ &11&│&7& Your Security Level Is: *)
- Say(&14&%SEC%&CR&&7&First call to BBS: &14&/:FIRST/ &11&│&7& Times on this *)
- Say(BBS: &14&/:TIMESON/&CR&&7&Last New Files Check: &14&/:LASTCHK/ &11&│&7& *)
- Say(Carrier Drops: &14&/:DROPPED/&CR&&7&Current BBS Time: &14&%DATE% %TIME% &11&│*)
- Say(&7& Time Allotted Per Day: &14&%LIMIT%&CR&&CR&)
-
- If (/graphics)=(ANSI) Then Goto (ansist2)
- Say( Information you can change yourself:)
- Goto (ContStats2)
- *ansist2
- Say($7$ $0$*)
- AnsiGoto(1,9)
- Say($7$&0& Information you can change yourself:$0$&10&)
- *ContStats2
- Say(&CR&1. &11&Street Address: &7&*)
- SetEqual(a=/:STREET/)
- SetLen(a=19)
- Say(%var%a &10&2. &11&City and State: &7&*)
- Say(/:FROM/)
- Say(&10&3. &11&Password: &7&*)
- SetEqual(a=/:PASS/)
- SetLen(a=25)
- Say(%var%a &10&4. &11&Phone number: &7&*)
- Say(/:PHONE/)
- Say(&10&5. &11&Graphics Mode: &7&*)
- SetEqual(a=%GRAPHICS%)
- SetLen(a=20)
- Say(%var%a &10&6. &11&Work Phone: &7&/:WORK/)
- Say(&10&7. &11&Default Protocol: &7&*)
- SetEqual(a=/:PROTOCOL/)
- SetLen(a=17)
- Say(%var%a &10&8. &11&Screen Length: &7&/:SCREENLEN/)
- Say(&CR&&CR&&3&Would you like to change anything? &9&[ ]&14&*)
- Back(4)
- YesNoAsk(*)
- If (%RESP%)=(No) Then return
- Say(&10&&CR&Selections are listed above (1-8).)
- MenuAsk (&3&Which selection would you like to change?&12&: &15&*)
- Say(&3&)
- BigIf (1:street,2:city,3:pass,4:phone,5:graph,6:work,7:prot,8:scrlen)
- Return
-
- *prot
- loadsub(control\macros\defprot.ctl)
- Goto (stats)
-
- *scrlen
- loadsub(control\macros\scrlen.ctl)
- Goto (stats)
-
- *street
- loadsub(control\macros\street.ctl)
- Goto (stats)
-
- *city
- loadsub(control\macros\city.ctl)
- Goto (stats)
-
- *pass
- loadsub(control\macros\pass.ctl)
- Goto (stats)
-
- *phone
- loadsub(control\macros\hphone.ctl)
- Goto (stats)
-
- *graph
- loadsub(control\macros\graph.ctl)
- Goto (stats)
-
- *work
- loadsub(control\macros\work.ctl)
- Goto (stats)
-