home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RATE10.ZIP / CODES.REF < prev    next >
Encoding:
Text File  |  1993-07-09  |  5.6 KB  |  136 lines

  1. CODES.REF
  2. This listing will help you become familiar with the T2A variable codes
  3. shown in the PopUp lists.
  4. Description follwed by {2} specifies RA 2.00g version variable
  5. **********************************************************************
  6. USER CODES:
  7.  
  8.    @FIRST@           User's first name.
  9.    @HANDLE@          Users Handle.
  10.    @FULL@            Users Full Name.
  11.    @ADR1@            Address line 1   {2}
  12.    @ADR2@            Address line 2   {2}
  13.    @ADR3@            Address line 3   {2}
  14.    @LOCATION@        Location
  15.    @VOICEPHN@        Voice Phone
  16.    @DATAPHN@         Data Phone
  17.    @FRSTCALL@        Date of users first call
  18.    @LSTCALL@         Date of users last call
  19.    @LSTCALL_TIM@     Time of users last call
  20.    @DOB@             Date of birth
  21.    @EXPIRON@         Access expires on date
  22.    @EXPIRIN@         Access expires in ?? days
  23.    @AVTSET@          Avatar setting
  24.    @ANSISET@         Ansi setting
  25.    @MSGFWD@          Message forwarding On/Off
  26.    @MSGFWDTO@        Name of forwardee
  27.    @PROTOCOL@        Default Protocol    {2}
  28.    @ECHOSCAN@        Include Echo mail at logon scan  {2}
  29.    @SEX@             User gender  {2}
  30.    @POSTBILL@        Post Billing {2}
  31.    @CURMSG_GRP_NAM@  Current Message Group Name {2}
  32.    @CURMSG_GRP#@     Current Message Group Number {2}
  33.    @CURFILE_GRP_NAM@ Current File Group Name {2}
  34.    @CURFILE_GRP#@    Current File Group Number {2}
  35.    @FULL_EDIT@       Full Screen Editor
  36.    @FULL_VIEW@       Full screen message viewer
  37.    @HOTKEYS@         Hotkey setting
  38.    @LSTMSGREAD@      Last message read
  39.    @SECURITY@        Security level
  40.    @TOTALCALLS@      Total calls to BBS by user
  41.    @MORE_SET@        Continue prompt setting
  42.    @LANGUAGE@        Name of selected language
  43.    @COMMENT@         User comment field
  44.    @SCRNLEN@         Screen length
  45.    @SCRN_CLR@        Screen clearing code?
  46.    @MIN_USED@        Minutes used today
  47.    @DATE_FMT@        Users date format
  48.    @NUM_U/L@         Number of uploads
  49.    @KB_U/L@          KB of uploads
  50.    @NUM_D/L@         Number of downloads
  51.    @KB_D/L@          KB of downloads
  52.    @KB_DL_REMAIN@    KB of downloads remaining today
  53.    @RATIO_FILE#@     File ratio, number of files
  54.    @RATIO_FILEKB@    File Ratio, KB of files
  55.    @RATIO_LIMIT#@    Ratio limit, number of files
  56.    @RATIO_LIMIT_KB@  Ratio limit, KB of files
  57.    @NETMAIL_CRDT@    Netmail credir remaining
  58.    @TOT_MSG_POSTED@  Number of messages posted
  59.    @A_FLAGS@         A flag settings
  60.    @B_FLAGS@         B flag settings
  61.    @C_FLAGS@         C flag settings
  62.    @D_FLAGS@         D flag settings
  63.    @QUIET@           Quite mode On/Off
  64.  
  65.  
  66. SYSTEM CODES:
  67.  
  68.   @DAY_OF_WEEK@       Day of week, long format
  69.   @DOW@               Day of week, short format
  70.   @TODAY@             Todays date
  71.   @TIME@              Current time
  72.   @CONNECTED@         Minutes connected
  73.   @MIN_USED_TDY@      Minutes used today
  74.   @MIN_LEFT@          Minutes left today
  75.   @DLY_TIME_LIM@      Daily time limit
  76.   @CUR_BAUD@          Current baud rate
  77.   @DLY_DL_LIM@        Daily download limit
  78.   @NXT_EVENT@         Next even in ?? minutes
  79.   @NXT_EVNT_T@        Time of next event, 24 hour format
  80.   @NODE@              Node/Line as set on command line
  81.   @TOT_CALLS@         Total calls to system
  82.   @LST_CALLER@        Last caller
  83.   @TOT_USERS@         Number of users on system
  84.   @TIMESPAGED@        Times user has paged Sysop
  85.   @TERMINATE!@        TERMINATE the call -CAREFUL!
  86.   @MSG_AREA_NAM@      Current message area name
  87.   @MSG_AREA_NUM@      Current message area number
  88.   @NUMBR_OF_MSGS@     Number of messages in current area
  89.   @FILE_AREA_NAME@    Current file area name
  90.   @FILE_AREA_NUM@     Current file area number
  91.   @ACTIVE_MSGS@       Active messages in current msg area
  92.   @SYS_START_MSG#@    System starting message number
  93.   @SYS_END_MSG#@      System ending message number
  94.  
  95. TEXT CONTROL CODES:
  96.  
  97.   @CLRSCRN@           Clear Screen Code
  98.   @NO_ABORT@          Disable aborting with the S key
  99.   @ABORT_OK@          Enable aborting with the S key
  100.   @CONT_YES@          Enable the "Continue" prompt
  101.   @CONT_NO@           Disable the "Continue"prompt
  102.   @WAIT_CR@           Wait for ENTER keypress
  103.   @PAUSE_1@           Insert one second pause
  104.   @PAUSE_2@           Insert two second pause
  105.   @PAUSE_5@           Insert five second pause
  106.   @BEEP1@             Beep users terminal one time
  107.   @BEEP2@             Beep users terminal two times
  108.   @BEEP5@             Beep users terminal five times
  109.  
  110.   @NEWTEXT@           Show another text file from the current  ***
  111.   @EXECUTE_PRG@       Execute a program in a Dos shell         ***
  112.  
  113.  
  114.  
  115.  
  116. ***  The last two require some added explanation, and some modifying on your
  117.     part. When either @NEWTEXT@ or @EXECUTE_PRG@ are pasted into the editor,
  118.     it is expanded to include: <filename>| so it would look like this
  119.     @NEWTEXT@<filename>|
  120.  
  121.     You need to replace the string <filename> with the path\filename of the
  122.     file you want to display, or execute with @EXECUTE_PRG@. You MUST make
  123.     sure to LEAVE the pipe character (|), RA reads this as a carriage return
  124.     and it is REQUIRED with these two commands.  So to show WARNING.ASC, which
  125.     is in the RA TXTFILES dir, you would modify the code to read:
  126.     @NEWTEXT@WARNING.ASC|, if it's not in your txtfile dir, be sure to include
  127.     the full path. Full path should be given with the EXECUTE code too.
  128.  
  129.     Make sure you eliminat the < and > too!!
  130.  
  131.   The Pause's and Beeps can be combined to create a longer value that those
  132.   given, for a 10 second pause just insert two @PAUSE5@ codes.
  133.  
  134.   <eof CODES.REF>
  135.  
  136.