home *** CD-ROM | disk | FTP | other *** search
- {
-
- | Thrown into the NFBBS demo - please improve if you want to use it:)
-
- if userlevel>20 then
- nl
- bfg 1 print "You are already validated !!"
- nl
- gosub anykey
- end
- endif
-
- std cls attr 3,4} --\\ OuijaBoard BBS Questionnaire \\-- {cll std battr 2,0}
-
- The answers to this questionaire will be kept strictly confidential..
-
- The purpose of this questionnaire is to validate your user account and in the
- process, re-assure the sysop that you are a genuine user with good intent
- towards the system and its users (Helps prevent illegal uploads).
-
- Unvalidated users will not have access to the filebase or messagebase, therefore
- is is neccesary for you to complete this short questionnaire to use this system
- to the full. I feel that this step is necessary to eliminate the possibility of
- breaches of security on the OuijaBoard BBS.
-
- None of the answers to the questionnaire (address, phone number) will be used to
- contact you without your prior consent.
-
- Failure to complete the information correctly or innacurately may cause delay in
- the processing of your user account. The information is also useful in the event
- of a corrupted userbase since I will be able to re-build the userbase.
- {
- bfg 7
- declare temp,64
- clearrecord
- |openmessagebase
- |readmarea msgarea
- |if messageareatype=0 then
- recordprint"--------------------------------------------------------------------------------"
- recordprint"-->> Opened for "+username+" (#"+usernumber+") at "+time+" on "+date }
- {bfg 6}What is your real name : {attr 3,4 inputc temp,25 recordprint "Name : "+temp std}
- {bfg 6}What is your address [1/4] : {attr 3,4 inputc temp,30 recordprint "Address : "+temp std}
- {bfg 6} [2/4] : {attr 3,4 inputc temp,30 recordprint " : "+temp std}
- {bfg 6} *not postcode yet* [3/4] : {attr 3,4 inputc temp,30 recordprint " : "+temp std}
- {bfg 6} *not postcode yet* [4/4] : {attr 3,4 inputc temp,30 recordprint " : "+temp std}
- {bfg 6}What is your postcode : {attr 3,4 inputc temp,10 recordprint "Post Code : "+temp std}
- {bfg 6}What is your phone number : {attr 3,4 inputc temp,15 recordprint "Voice No. : "+temp std}
- {bfg 6}What is your modem number : {attr 3,4 inputc temp,15 recordprint "Data No. : "+temp std}
- {bfg 6}What is your date of birth : {attr 3,4 inputc temp,8 recordprint "D.o.b : "+temp std}
- {bfg 6}What is your occupation : {attr 3,4 inputc temp,30 recordprint "Occuption : "+temp std}
- {bfg 6}Fido or Internet addresses? : {attr 3,4 inputc temp,30 recordprint "Email : "+temp std}
-
- {bfg 2}Thank-you ... the next few questions are for statistical purposes only.
- You may, if you wish skip these, however they may aid the continual development
- of the OuijaBoard BBS so your participation would be appreciated!
-
- {bfg 6}What modem are you using : {attr 3,4 inputc temp,30 recordprint "Modem : "+temp std}
- {bfg 6}Which computer do you use : {attr 3,4 inputc temp,30 recordprint "Computer : "+temp std}
- {bfg 6}What terminal software : {attr 3,4 inputc temp,30 recordprint "Software : "+temp std}
- {bfg 6}Where did you hear of Ouija : {attr 3,4 inputc temp,30 recordprint "Heard of. : "+temp std}
- {bfg 6}What are your interests : {attr 3,4 inputc temp,30 recordprint "Interests : "+temp std}
- {bfg 6}Are you a sysop/which BBS : {attr 3,4 inputc temp,30 recordprint "Sysop : "+temp std}
-
- {
- writerecord "<NewsFlash$Temp>.UserInfo"
- OSCLI "Settype <NewsFlash$Temp>.UserInfo &FFF"
- |closemessagebase
- |endif
- log "Questionnaire completed"
- userlevel=25
- logontime=120
- bfg 2}
- Thanks for completing the questionnaire ..
-
- Your user level is now {bfg 7 print userlevel bfg 2}.
- Your daily time limit has been raised to {bfg 7 print logontime bfg 2} minutes.
- You are now a {bfg 7}VALIDATED{bfg 2} user pending SysOps confirmation..
-
- {gosub anykey
-
-
-
-
-