home *** CD-ROM | disk | FTP | other *** search
- |
- | These are the basics, set these up to describe your system
- |
- #nodeTitle "The Amiga Zone"
- #nodeName "The Amiga Zone"
- #nodeId "US (609) 953 8159"
- |
- | These two define the name of the intial room and floor users enter
- | when they login.
- |
- #baseRoom "Manditory Posts"
- #MainFloor "The Convention"
- |
- | Basic System parameters. I recommend that you keep CRYPTSEED at zero
- | although any value can be used. It makes debug easier for me if I grab
- | your files.
- | The message slots and size of the message base is a little cryptic. If
- | you have 100 slots, then Citadel will remember the last 100 messages in
- | each room. Mail has a separate value, but it is the same idea. With
- | 100 rooms, you have 10,000 active messages possible in the system. With
- | messages sizing from 500 bytes to 7500 bytes, you could have a message
- | base of 5,000,000 to 75,000,000! Typically the average message is alot
- | closer to the 500 bytes size. The 600K size here gives me a file that is
- | 1217 blocks in size(614400 bytes). This would actually fit on a floppy
- | if you wanted(although it would pretty much fill the floppy).
- | You can make these pretty much any value you want, the larger the value
- | the more the disk space needed. A reasonable approximation for messagek
- | is:
- |
- | ( MSG-SLOTS + MAIL-SLOTS ) * 2.75K
- | ( 120 + 99 ) * 3K = 602.25
- | You can use more.....
- | For the larger sized system, use 7.5K and get 1604K...
- | The practical limit is 4095K. Realize that when CONFG
- | runs, it will scan the whole file and this will take longer
- | with a larger file...
- #CRYPTSEED 0
- #MESSAGEK 4000
- #MSG-SLOTS 120
- #MAIL-SLOTS 99
- #MAXROOMS 98
- |
- | These parameters define the User log size and User defaults.
- | defaults: Terminal width is 79, Open logins, Users can create
- | rooms, have access to mail, files, and doors. You must login
- | to enter or read a message. Timeout for inactivity is 300 seconds.
- #LOGSIZE 399 -- number of users the system can have
- #UNLOGGED-WIDTH 79 -- width of a new/un-logged in user's screen
- #AIDESEEALL 0 -- Can Aides see everything? (0== no)
- #LOGINOK 1 -- ok for a user to create their account(1==YES)
- #ENTEROK 0 -- Un-logged user post messages (0==no)
- #READOK 0 -- Un-logged user read messages (0==no)
- #ROOMOK 1 -- Can Users create rooms? (1==yes)
- #ALLMAIL 1 -- Can Users use private mail (1==yes)
- #DoorPrivs 1 -- Can Users play/use doors? (1==yes)
- #CONSOLE-TIMEOUT 300 -- Inactivity timer(300 seconds)
- #FILE-PRIV-DEFAULT 1 -- Can users download files? (1==yes)
- #ANON-MAIL-LENGTH 600 -- Max Size of un-logged user's messages
- #ANONYMOUS-SESSIONS -- log unsuccessful attempts
- #LOGIN-ATTEMPTS 4 -- number of times a user can try to login
- #NewNetPrivs 1 -- users get net priveledges by default(1==yes)
- --
- -- define these only if you wish to
- -- support QWK downloading of messages
- --
- #QWKWORKAREA "CIT:QWK/WORK" -- Work directory for temporary files
- #QWKFILEAREA "CIT:QWK/FILES" -- where all the temporary files go
- #QWKMAXROOM 200 -- rooms at one time
- #QWKMAXPACKET 10000 -- messages at one time
- #QWKNAME "AMIGAZNE" -- name of the quick packet
- #QWKLOCATION "MEDFORD, NJ" -- location of the BBS
- |
- | Define the file for sysop mail archiving, how many shared rooms
- | no mirrored message file, and a network area of 1000K.
- | The sysPassword is a filename, the file contains the sysop remote
- | password. With this password you can call your bbs and do sysop
- | functions remotely.
- |
- #SYSOP-ARCHIVE "cit:sysop_mail"
- #sysPassword "bbs:pw"
- #sysopName "Tony Preston"
- #MIRRORMSG 0
- #SHARED-ROOMS 90 -- Number of rooms we can share
- #NET_AREA_SIZE 1000 -- size of area for net-sent files
- #MAX_NET_FILE 1000 -- maximum size(in K) of any one file.
- |
- | Define the different directories for Citadel to use. This allows
- | you to spread the files out. You can use the same directory for
- | more than one of these.
- |
- #HELPAREA "bbs:helps"
- #LOGAREA "bbs:General"
- #ROOMAREA "bbs:room"
- #MSGAREA "bbs:General"
- #FLOORAREA "bbs:General"
- #AUDITAREA "bbs:audit"
- #HOLDAREA "bbs:hold"
- #EDIT-AREA "bbs:edit/"
- #NETAREA "bbs:net"
- #NET_RECEPT_AREA "bbs:recieving"
- #DOMAINAREA "bbs:domains"
- #BIOAREA "BBS:bio"
- |
- | Miscelaneous parameters
- |
- #SCAN-NET-MESSAGES -- the file badwords.sys in the room area
- -- is used to scan all message.
- #EDITOR "ttx wait " -- Sysop console message editor
- #CLOCK always -- default anyways
- |
- | Define the serial port interface, baud rate
- |
- #SYSBAUD 8 -- maximum baud rate
- #LOCK-PORT 8 -- lock at 57.6K baud
- #SERIAL_7WIRE -- enable CTS/RTS hardware handshaking
- |
- | Citadel defaults to serial.device, unit 0
- |
- -#DIRECTTOCHIP -- Serial Port:Look at hardware directly
- #SERIALDEVICE "gvpser.device"
- #UNITNUMBER 0
- #CLEAN-CALLLOG -- Uncomment if you don't want net session
- -- in the calllog.sys file(audit trail of users).
- |
- | These parameters define the networking characteristics
- |
- #NETWORK 1 -- Are we networking? (1==yes)
- #RouteMail 1 -- Will we route mail to other systems(1==yes)
- #ServeDomain "NJ"
- #DomainDisplay " [%s] "
- #nodeDomain "NJ"
- --#MailHub "Mars Hill"
- #MailHub "Flynn's Inn"
- |
- | defines the modem strings
- |
- --#modemSetup "ATZ1\rATN1S0=1S37=0S36=7\r"
- #modemSetup "AT&F1S0=1Q0&D2E0L1\r"
- #REINIT "ATS0=1Q0&D2E0L1\r"
- #callOutPrefix "ATDT"
- #callOutSuffix "\r"
- #DialOut1200 "ATDT"
- #DialOut2400 "ATDT"
- #DialOut4800 "ATDT"
- #DialOut9600 "ATDT"
- #DialOut14400 "ATDT"
- #DialOut19200 "ATDT"
- |
- | System screen/window size plus colors
- |
- #SCREENWIDTH 668
- #SCREENHEIGHT 208
- #SCREENCOLOR0 1914 -- 0-4095. See next line.
- #SCREENCOLOR1 4095 -- 0-4095. 0 is black 25 is blue, 4095 is white.
- #AREXXPORT "Citadel_68K"
- |
- | Doors (See manuals for more information)
- |
-
- #door BJ command:xbj doors:xbj anyone modem unlimited
- Play Al's BlackJack Casino!
- -u "%d" <dev:tty0 >dev:tty0
-
- #door Horo command:horo doors: anyone modem unlimited
- Have your horoscope acurately read!
- <dev:tty0 >dev:tty0
-
- #door Users command:clray bbs:audit anyone modem unlimited
- current user list
- <dev:tty0 >dev:tty0
-
- #door Psyc psychic doors: anyone modem unlimited
- Citadel Psychic gives you a prediction!
- <dev:tty0 >dev:tty0
-
- #door Space command:space doors: anyone modem unlimited
- Space Empire!
- "%d" doors:spac <dev:tty0 >dev:tty0
-
- #door Nw1 command:nw doors: anyone modem unlimited
- Nuclear Warfare - Game One...
- "%d" doors:nuke/ <dev:tty0 >dev:tty0
-
- #door Nw2 command:nw doors: anyone modem unlimited
- Nuclear Warfare - Game two...
- "%d" doors:nuke_em/ <dev:tty0 >dev:tty0
-
- #door GE sr:ge/ge t:ge anyone modem unlimited
- Galactic Empire Amiga Version 2.51 Beta
- "%d" t:ge <dev:tty0 >dev:tty0
-
- #door Bull command:bull bbs:bulletins anyone modem unlimited
- Bulletins for Users.
- <dev:tty0 >dev:tty0 bbs:bulletins
-
- -#event All 0:00 autodoor quiet 1440 "Bulletins" "Citadel" Bxll
-
- -#event <days> <time> <class> <type> <duration> <warning string> <depends>
- -
- - An Example:
- -#event all 0:00 anytime-net quiet 1440 "warning string" 10 10 1
- - every day, all day(24 hrs = 1440 minutes), be in anytime mode and
- - wait for a dead time of 10 minutes, then go into networking mode for
- - 10 minutes on member net 1.
- -
- -#event <days> <time> <class> <type> <duration> <warning string> <depends>
- -#event <days> <time> <class> <type> <duration> <warning string> <depends>
- +---------------------------------------------------------------------------
- | network timing events
- |
- | net 1: local net anytime networking all day
- | every 90 minutes during the day and night
- | 2: from 4 am to 6 am we do not call out but will accept
- | net sessions from others.
- | 3: all local systems are placed on net 1. All passive(we do
- | not call) systems are placed on other nets.
- |
- | Normal schedule:
- |
- | Time: 0:00-3:30am 3:00 am - 6:00 am 6:00am - Midnight
- | forced net session at 6am.
- | All No outgoing calls All
- +---------------------------------------------------------------------------
- #event SUN 0:00 anytime-net quiet 180 "GoodBye" 90 5 1
- #event SUN 6:30 anytime-net quiet 1050 "GoodBye" 90 5 1
- #event SUN 4:00 until-done-net non-preempt 15 "Network Event Scheduled" 28
- #event SUN 8:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event SUN 6:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event MON 0:00 anytime-net quiet 180 "GoodBye" 90 5 1
- #event MON 6:30 anytime-net quiet 1050 "GoodBye" 90 5 1
- #event MON 8:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event MON 6:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event TUE 0:00 anytime-net quiet 180 "GoodBye" 90 5 1
- #event TUE 6:30 anytime-net quiet 1050 "GoodBye" 90 5 1
- #event TUE 8:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event TUE 6:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event WED 0:00 anytime-net quiet 180 "GoodBye" 90 5 1
- #event WED 6:30 anytime-net quiet 1050 "GoodBye" 90 5 1
- #event WED 8:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event WED 6:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event THU 0:00 anytime-net quiet 180 "GoodBye" 90 5 1
- #event THU 6:30 anytime-net quiet 1050 "GoodBye" 90 5 1
- #event THU 8:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event THU 6:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event FRI 0:00 anytime-net quiet 180 "GoodBye" 90 5 1
- #event FRI 6:30 anytime-net quiet 1050 "GoodBye" 90 5 1
- #event FRI 8:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event FRI 6:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event SAT 0:00 anytime-net quiet 180 "GoodBye" 90 5 1
- #event SAT 6:30 anytime-net quiet 1050 "GoodBye" 90 5 1
- #event SAT 8:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- #event SAT 6:00 until-done-net non-preempt 15 "Network Event Scheduled" 1
- +-------------------------+
- | limit user download time|
- +-------------------------+
- #event ALL 18:30 chat-on quiet 180 "Chat!" "Citadel"
- #event ALL 21:30 chat-off quiet 280 "No Chat!" "Citadel"
- #alldone x x -- end of file
-