AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Scripts Only! (Code Only) <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Issop | All | problem.v script feedback |
May 20, 2008 3:35 PM |
|||
CLS loc 1,1 ? "�----------============���������������������������============----------� " loc 2,28 'EDIT THE BELOW LINE TO SAY YOUR SYSTEMS NAME! ? " xxxxxxxxxxxxxxxxxxxxxx " loc 4,25 ? " FEEDBACK MESSAGE CENTER " loc 6,1 ? "�---------�============���������������������������============�---------� " loc 7,10 ? " � 1.... Suggestion For BBS Improvement � " loc 8,10 ? " � 2.... Problems With Door Games!!!! � " loc 9,10 ? " � 3.... Question About Message Areas!!!! � " loc 10,10 ? " � 4.... Just Droppin a Line to say HI! � " loc 11,10 ? " � 5.... HELP!!!! General HELP!!!! � " loc 12,10 ? " � Q.... Quit Problem Message Center. � " loc 13,1 ? "�---------�============���������������������������============�---------� " loc 15,16 ? " Please Make your Selection (1-5 or Q) =>" ; rr f1, "12345Q" IF f1 = "1" GOTO ANSI IF f1 = "2" GOTO DOOR IF f1 = "3" GOTO MESS IF f1 = "4" GOTO HI IF f1 = "5" GOTO HELP IF f1 = "Q" GOTO EXIT 'IF f1 = "Q" GOTO EXIT ANSI: LET $TOPIC = "SUGGESTION FOR BBS" GOTO FEED DOOR: LET $TOPIC = "FEEDBACK ON DOOR'S" GOTO FEED MESS: LET $TOPIC = "FEEDBACK ON MESSAGES" GOTO FEED HI: LET $TOPIC = "HI Just Dropping You a Line" GOTO FEED HELP: LET $TOPIC = "HELP I DON'T KNOW WHAT I AM DOING!!!!" GOTO FEED ? "" FEED: clr buffer clear SETEMAIL BUFFER EDIT BUFFER APPEND, "Below is a short User Profile to aid in trouble shooting." BUFFER APPEND, "User's Real Name :" BUFFER APPEND, !52 BUFFER APPEND, "User's Handle :" BUFFER APPEND, !51 BUFFER APPEND, "User's Number :" BUFFER APPEND, !50 BUFFER APPEND, "User's Security Leval :" BUFFER APPEND, !54 BUFFER APPEND, "End Of User Profile" 'EDIT THIS LINE TO SHOW YOUR NAME AND NODE NUMBER!!!! SAVE xxxxx, 1, xxxxxxx, 1, $TOPIC pause " Thank You " EXIT: exit |
||||||
|
Previous Message | Next Message | Back to Scripts Only! (Code Only) <-- <--- | Return to Home Page |
Execution Time: 0.0151 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |