Protocols/AOL/Tokens: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
{{Protocols/AOL}} | {{Protocols/AOL}} | ||
Each data packet always contains a token which is a 2-byte value. A Token indicates the nature of the packet and is used by the host to determine which process to send the packet to. The tokens are also used by the client internally to send packet information directly to the following tools: ASYNC, CHAT, CODEMAN, WAOLSOCK and XFER. | |||
If the client sends a packet to the host, the client must set the token to the appropriate value. If the host sends a packet to the client the host will usually set the packet token to some form of the "AT" token (i.e. AT, aT, At, at). The data contained in these packets are usually in atom form, although some packets contain non-atom forms of raw data, such as data associated with a file during a file transfer. | |||
Implementing the tokens in the NINA AOL service is an ongoing project. Due to the vast number of tokens, their lack of documentation, and unclear usage, as we implement and test them, we will show their status by using a specific color as the background. If you have any additional details and wish to contribute, even anonymously, please email [mailto:contribute@wiki.nina.bz contribute@wiki.nina.bz]. | |||
Below is a legend of colors: | |||
{| class="wikitable" | |||
! Color !! Meaning | |||
|- | |||
| White || Untested | |||
|- | |||
| bgcolor="#C0C0C0" | Grey || Unclear/Ongoing | |||
|- | |||
| bgcolor="#FF4040" | Red || In use with no documentation | |||
|- | |||
| bgcolor="#FFCC00" | Yellow || Partial or client/host ambiguous usage | |||
|- | |||
| bgcolor="#3399FF" | Blue || Implementation in beta, documented | |||
|- | |||
| bgcolor="#00C600" | Green || Implemented and documented | |||
|} | |||
== Token List == | |||
This is the new token list, sorted from below with additional information. The tables were so large that it was easier and cleaner just to start over. For easy in-browser search, all tokens are "quoted" with double quotes, but these are not a part of the tokens themselves. For tokens with a double quote as a part of the 2-bytes, it is not quoted at all. | |||
Tokens are listed in character order (A-Z, a-z, 0-9, etc) and grouped by tool where possible and/or most useful. | |||
{| class="wikitable" | |||
|- | |||
! style="text-align:left;"| Token | |||
! style="text-align:left;"| Arg | |||
! style="text-align:left;"| Form GID | |||
! style="text-align:left;"| Tool | |||
! style="text-align:left;"| Special | |||
! style="text-align:left;"| Description | |||
|- | |||
|} | |||
== Unsorted List == | |||
== From Server to Client == | == From Server to Client == | ||
Line 10: | Line 52: | ||
! style="text-align:left;"| Documented | ! style="text-align:left;"| Documented | ||
|- | |- | ||
| bgcolor="#C0C0C0" | 02 | | bgcolor="#C0C0C0" | 02 || unknown || Seen during sign on. || || | ||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
| At | | At |
Revision as of 07:48, 4 October 2020
AOL Protocol |
Introduction • Terms • Clients |
Basic |
Datatypes • |
FLAP • P3 • Midas |
Tokens • Atoms • FDO |
Tutorials |
Sign On |
Technical Documentation |
Host Architecture • |
Each data packet always contains a token which is a 2-byte value. A Token indicates the nature of the packet and is used by the host to determine which process to send the packet to. The tokens are also used by the client internally to send packet information directly to the following tools: ASYNC, CHAT, CODEMAN, WAOLSOCK and XFER.
If the client sends a packet to the host, the client must set the token to the appropriate value. If the host sends a packet to the client the host will usually set the packet token to some form of the "AT" token (i.e. AT, aT, At, at). The data contained in these packets are usually in atom form, although some packets contain non-atom forms of raw data, such as data associated with a file during a file transfer.
Implementing the tokens in the NINA AOL service is an ongoing project. Due to the vast number of tokens, their lack of documentation, and unclear usage, as we implement and test them, we will show their status by using a specific color as the background. If you have any additional details and wish to contribute, even anonymously, please email contribute@wiki.nina.bz.
Below is a legend of colors:
Color | Meaning |
---|---|
White | Untested |
Grey | Unclear/Ongoing |
Red | In use with no documentation |
Yellow | Partial or client/host ambiguous usage |
Blue | Implementation in beta, documented |
Green | Implemented and documented |
Token List
This is the new token list, sorted from below with additional information. The tables were so large that it was easier and cleaner just to start over. For easy in-browser search, all tokens are "quoted" with double quotes, but these are not a part of the tokens themselves. For tokens with a double quote as a part of the 2-bytes, it is not quoted at all.
Tokens are listed in character order (A-Z, a-z, 0-9, etc) and grouped by tool where possible and/or most useful.
Token | Arg | Form GID | Tool | Special | Description |
---|
Unsorted List
From Server to Client
Token | Tool | Description | Flags | Documented |
---|---|---|---|---|
02 | unknown | Seen during sign on. | ||
At | unknown | Atom stream | ||
AT | unknown | Atom stream | ||
ET | unknown | Phone Home report | ||
SD | unknown | Go ahead after INIT | ||
Wc | unknown | Seen during sign on. | ||
Wk | unknown | Acknowledgement for Wh | ||
OT | async | Display Alert Message | ||
XS | async | Force Off and Hang up | ||
hO | async | Launch a PC Game | ||
D* | async | Disconnect | ||
** | async | P3 Release - Not used any longer | ||
Tu | unknown | Notify DRUL that a particular tool has been upated | ||
AA | chat_sw, roomer | Normal chat message | M1 | 2001/1998 |
AB | chat | Chat message with name | ||
AC | chat | Chat message with count |
From Client or Server
Token | Tool | Description | Flags | Documented |
---|---|---|---|---|
AA | chat_sw, roomer | Normal chat message | M1 | 2001/1998 |
AD | chat_sw, roomer | From client: disable music From server: auditorium count msg. |
M1 | 2001/2001 - Obsolete |
CA | libop | From client: Add club member From server: Chat user entry |
1998 | |
CB | contest | From client: Backout cmi transaction From server: Chat user exit |
2001 | |
D3 | register_at, async | From client: Atomized registration token From server: Causes a message to Codeman which sends a D6 token |
NU PL | 2001 - Obsolete/1998 |
at | mbox_send | From client: Q-Link only, usmail addressed From server: Atom stream |
1998/2001 - Obsolete |
File transfer
- The XFER tool (XFER.AOL) intercepts the following tokens:
- tj : The packet contains info about file we're getting ready to download
- The following tokens are intercepted by XFER, but it does not do much with them. The cleint is slowly migrating to using th AT token exclusively. The following tokens were used by the client at one time.
- ta : file flags, count, size, and filename to be D/Led
- tf : receive D/L file; host requests immediate xG ack (?????)
- F8 : receive D/L file; host requests immediate xG ack
- FF, F7 : receive D/L file; no immediate ack required
- F9 : receive D/L file; this is the last packet of the file
- fX, tN, tt, td, th, ti, tc, tx : Upload Token
- The following tokens are intercepted by XFER, but it does not do much with them. The cleint is slowly migrating to using th AT token exclusively. The following tokens were used by the client at one time.
- FF, F7 : receive D/L file; no immediate ack required
- F9 : receive D/L file; this is the last packet of the file
- fX, tN, tt, td, th, ti, tc, tx : Upload Token
- If and when data, such as image data, is required for the form the client will send one of the following tokens to the host 'f2', 'ff', 'fh'. These tokens are specifically reserved for DOD requests.
Client to Server
Token | Tool | Description | Flags | Documented | |
---|---|---|---|---|---|
DW | unknown | Seen during sign on. | |||
SF | unknown | Seen during sign on. | |||
Sn | unknown | Seen during sign on. | |||
Tr | unknown | Seen during sign on. | |||
Wd | unknown | Encrypted version of Dd token | |||
We | unknown | Seen during sign on. | |||
Wh | unknown | Client received ACK for INIT and is secure | |||
Wu | unknown | Seen during sign on. | |||
aW | unknown | Seen during sign on. | |||
dg | unknown | Seen during sign on. | |||
2c | a2k_search | reset a2k_search domain | 1998 | ||
2m | a2k_search | more AOL2000 search results | NU | 2001/1998 | |
2s | a2k_search | search AOL2000 database | NU | 2001/1998 | |
2t | a2k_search | trip curtain AOL2000 search | 2001 | ||
jL | a2k_search | Find users by Last name | NU | 2001/1998 | |
2C | a2k_search_ext | Reset a2k_search Domain | 2001 | ||
2M | a2k_search_ext | More AOL2000 Database Results | 2001 | ||
2S | a2k_search_ext | Search AOL2000 Database | 2001 | ||
2T | a2k_search_ext | trip curtain AOL2000 search | 2001 | ||
#C | a2k_search_new | Reset a2k_search_new domain$+$sketchpad:sketchpad command w/ escape | M2 | 2001/1998 | |
#E | a2k_search_new | Enter a2k Database | 2001 | ||
#M | a2k_search_new | More a2k Database Results | 2001 | ||
#S | a2k_search_new | Search a2k Database | 2001 | ||
#T | a2k_search_new | trip curtain AOL2000 search | 2001 | ||
AN | access_num | Client requests a list of area code / time-stamps from Host | M1 | 2001/1998 | |
aR | ads | Ad Response Request | 2001 | ||
aS | ads | Ad Selection Request | 2001 | ||
1X | adticker | token arg | 2001 | ||
1Y | adticker | send | 2001 | ||
IJ | ajax | Change AIM password | 2001 | ||
Ij | ajax | Cancel changing AIM password | 2001 | ||
wM | ami_prod_music | Music Svc Subscription Form | 2001 | ||
As | at_school_amt | Fady S | 2001 | ||
Ea | aud_event_man | list auditoriums$+$qlink?:aud_event_man list auditoriums | 2001/2001 - Obsolete | ||
Eb | aud_event_man | edit auditorium$+$qlink?:aud_event_man edit auditorium | 2001/2001 - Obsolete | ||
Ec | aud_event_man | list events$+$qlink?:aud_event_man list events | 2001/2001 - Obsolete | ||
Ed | aud_event_man | create event$+$qlink?:aud_event_man create event | 2001/2001 - Obsolete | ||
Ee | aud_event_man | confirm delete$+$qlink?:aud_event_man confirm delete | 2001/2001 - Obsolete | ||
Ef | aud_event_man | edit event$+$qlink?:aud_event_man edit event | 2001/2001 - Obsolete | ||
Eg | aud_event_man | create auditorium$+$qlink?:aud_event_man create auditorium | 2001/2001 - Obsolete | ||
Eh | aud_event_man | save event$+$qlink?:aud_event_man save event | 2001/2001 - Obsolete | ||
Ei | aud_event_man | save auditorium$+$qlink?:aud_event_man save auditorium | 2001/2001 - Obsolete | ||
Ej | aud_event_man | delete event rec$+$qlink?:aud_event_man delete event rec | 2001/2001 - Obsolete | ||
Ek | aud_event_man | delete auditorium$+$qlink?:aud_event_man delete auditorium | 2001/2001 - Obsolete | ||
El | aud_event_man | refresh aud list$+$qlink?:aud_event_man refresh aud list | 2001/2001 - Obsolete | ||
Em | aud_event_man | confirm sys upd$+$qlink?:aud_event_man confirm sys upd | 2001/2001 - Obsolete | ||
En | aud_event_man | update system$+$qlink?:aud_event_man update system | 2001/2001 - Obsolete | ||
Eo | aud_event_man | exit aud_event_man$+$qlink?:aud_event_man exit aud_event_man | 2001/2001 - Obsolete | ||
Ep | aud_event_man | cannot edit item$+$qlink?:aud_event_man cannot edit item | 2001/2001 - Obsolete | ||
#P | autorep | Submit price plan change | 2001 | ||
RA | autorep | Show name info for modify | NU | 2001/1998 | |
RB | autorep | Modify billing info$+$billrep:Display Billing List | 1998/2001 | ||
RC | autorep | Modify checking acct info | NU | 2001/1998 | |
RF | autorep | Display autorep form with pop | 1998 | ||
RI | autorep | Price Plan Description | 2001 | ||
RJ | autorep | Electronic signature in autorep | 2001 | ||
RK | autorep | Display Price Plan Change Menu | 2001 | ||
RL | autorep | Cancel Pending Price Plan | 2001 | ||
RM | autorep | Debit card FTC elec sig | 2001 | ||
RN | autorep | Modify name info | 1998 | ||
RO | autorep | Display credit card form | 2001 | ||
RP | autorep | Password validation | 1998 | ||
RQ | autorep | Price change quick | 2001 | ||
RT | autorep | Explain Billing Terms | NU | 2001/1998 | |
Ra | autorep | Show name info | 1998 | ||
Rb | autorep | Price change - UK New Pricing | 2001 | ||
Rc | autorep | Modify credit card info | 1998 | ||
Re | autorep | Direct Debit PIN | 2001 | ||
Rf | autorep | Display autorep form | 1998 | ||
3N | autotour_chat | autotour chat | 2001 | ||
3n | autotour_chat | autotour chat alt | 2001 | ||
3c | autotour_chat_2 | autotour_chat_2 token/arg | 2001 | ||
3d | autotour_chat_2 | autotour_chat_2 send input tok | 2001 | ||
3e | autotour_chat_3 | autotour_chat_3 token/arg tok | 2001 | ||
3f | autotour_chat_3 | autotour_chat_3 send-input token | 2001 | ||
3g | autotour_chat_4 | autotour_chat_4 token/arg token | 2001 | ||
3h | autotour_chat_4 | autotour_chat_4 send-input token | 2001 | ||
3A | autotour_edit | autotour edit | 2001 | ||
3B | autotour_edit | autotour edit | 2001 | ||
3C | autotour_edit | autotour edit | 2001 | ||
3D | autotour_edit | autotour edit | 2001 | ||
3E | autotour_edit | autotour edit | 2001 | ||
3F | autotour_edit | autotour edit | 2001 | ||
3G | autotour_edit | autotour edit | 2001 | ||
3H | autotour_edit | autotour edit | 2001 | ||
3I | autotour_run | autotour run | 2001 | ||
3J | autotour_run | autotour run | 2001 | ||
3K | autotour_run | autotour run | 2001 | ||
3L | autotour_run | autotour run | 2001 | ||
3M | autotour_run | autotour run | 2001 | ||
3i | autotour_run | autotour run alt | 2001 | ||
3j | autotour_run | autotour run alt | 2001 | ||
3k | autotour_run | autotour run alt | 2001 | ||
3l | autotour_run | autotour run alt | 2001 | ||
3m | autotour_run | autotour run alt | 2001 | ||
%* | bb_ip_search | bb_ip_search tokens | 1998 | ||
b$ | bboard | display message with replace$+$qlink? | 1998/2001 - Obsolete | ||
b& | bboard | display original msg w/ replace$+$qlink? | 1998/2001 - Obsolete | ||
b> | bboard | add an owner | 1998 | ||
b< | bboard | delete an owner | 1998 | ||
b+ | bboard | request to add an owner$+$qlink? | 1998/2001 - Obsolete | ||
b, | bboard | update rights$+$qlink? | 1998/2001 - Obsolete | ||
b- | bboard | request to delete an owner$+$qlink? | 1998/2001 - Obsolete | ||
b. | bboard | tool, disp container phrase upd$+$qlink? | 1998/2001 - Obsolete | ||
b/ | bboard | show owners$+$qlink? | 1998/2001 - Obsolete | ||
b3 | bboard | send tool "status" form | 1998 | ||
b4 | bboard | udpated Title/Description | 1998 | ||
b5 | bboard | show parents w/o req. owner acc$+$qlink? | 1998/2001 - Obsolete | ||
b7 | bboard | edit title | 1998 | ||
b8 | bboard | edit description | 1998 | ||
b9 | bboard | edit owner rights$+$qlink? | 1998/2001 - Obsolete | ||
b: | bboard | edit title | 1998 | ||
b; | bboard | edit_description | 1998 | ||
b= | bboard | confirm reply message delete | 1998 | ||
b? | bboard | enter tools area, use old forms | 1998 | ||
b@ | bboard | application disabled button$+$qlink? | 1998/2001 - Obsolete | ||
bC | bboard | create a container standalone$+$qlink? | 1998/2001 - Obsolete | ||
bF | bboard | send_bboard_form$+$board_forms | 2001/1998 | ||
bG | bboard | resequence info | 1998 | ||
bI | bboard | change status to hidden | 1998 | ||
bJ | bboard | move info | 1998 | ||
bK | bboard | delink form | 1998 | ||
bL | bboard | insert info | 1998 | ||
bM | bboard | display message without replace | 1998 | ||
bN | bboard | display message with replace | 1998 | ||
bT | bboard | tool_cc_update | 1998 | ||
bV | bboard | change status to released | 1998 | ||
bX | bboard | change status to deleted | 1998 | ||
bY | bboard | confirm message delete | 1998 | ||
b[ | bboard | tools - get phrase for container | 1998 | ||
b\ | bboard | change reply status to released | 1998 | ||
b] | bboard | tools, upd & commit cntnr phrase | 1998 | ||
b_ | bboard | enter tools area with replies | 1998 | ||
b` | bboard | change reply status to deleted | 1998 | ||
bb | bboard | toggle display fifo | 1998 | ||
bc | bboard | create a container child$+$qlink? | 1998/2001 - Obsolete | ||
be | bboard | Edit Title/Description | 1998 | ||
bf | bboard | create a folder | 1998 | ||
bg | bboard | send resequence form to user | 1998 | ||
bh | bboard | move confirmation | 1998 | ||
bi | bboard | change node status to hidden | 1998 | ||
bj | bboard | move form | 1998 | ||
bk | bboard | delink form | 1998 | ||
bl | bboard | invert form | 1998 | ||
bn | bboard | cancel link tool lock | 1998 | ||
bp | bboard | show parents | 1998 | ||
bt | bboard | get & lck container hdr for mods | 1998 | ||
bu | bboard | verify accessibility$+$qlink? | 1998/2001 - Obsolete | ||
bv | bboard | change node status to unread | 1998 | ||
bw | bboard | mk container "store" node (root) | 1998 | ||
bx | bboard | change node status to deleted | 1998 | ||
by | bboard | confirm container delete | 1998 | ||
b{ | bboard | toggle display fifo of thread | 1998 | ||
b| | bboard | display message with replace | 1998 | ||
b~ | bboard | change reply status to hidden | 1998 | ||
q@ | bboard | build search database | 1998 | ||
51 | bboard_a | board_update_rights | 2001 | ||
52 | bboard_a | board_update_title | 2001 | ||
54 | bboard_a | form_send_board_form$+$board_forms_a | 2001/2001 | ||
5B | bboard_a | board_add_owner2 | 2001 | ||
5D | bboard_a | board_bxfer_send | 2001 | ||
5E | bboard_a | board_cancel_tool_lck | 2001 | ||
5F | bboard_a | board_change_nod_del | 2001 | ||
5G | bboard_a | board_change_nod_hid | 2001 | ||
5H | bboard_a | board_change_nod_unr | 2001 | ||
5I | bboard_a | board_change_msg_del | 2001 | ||
5J | bboard_a | board_change_msg_hid | 2001 | ||
5K | bboard_a | board_change_msg_rel | 2001 | ||
5L | bboard_a | board_change_rpl_del | 2001 | ||
5M | bboard_a | board_change_rpl_hid | 2001 | ||
5N | bboard_a | board_change_rpl_rel | 2001 | ||
5O | bboard_a | board_confirm_cnt_del | 2001 | ||
5P | bboard_a | board_confirm_msg_del | 2001 | ||
5Q | bboard_a | board_confirm_rpl_del | 2001 | ||
5T | bboard_a | board_create_folder | 2001 | ||
5V | bboard_a | board_delete_owner2 | 2001 | ||
5W | bboard_a | board_delink_form | 2001 | ||
5X | bboard_a | board_delink_item | 2001 | ||
5Y | bboard_a | board_disp_msg_nrep | 2001 | ||
5Z | bboard_a | board_disp_msg_rep | 2001 | ||
5b | bboard_a | board_disp_msg_rep3 | 2001 | ||
5d | bboard_a | board_edit_title | 2001 | ||
5e | bboard_a | board_edit_title2 | 2001 | ||
5f | bboard_a | board_edit_descriptn | 2001 | ||
5g | bboard_a | board_edit_descriptn2 | 2001 | ||
5i | bboard_a | board_edit_title_desc | 2001 | ||
5j | bboard_a | board_enter_tools | 2001 | ||
5k | bboard_a | board_enter_tools_rep | 2001 | ||
5l | bboard_a | board_insert_form | 2001 | ||
5m | bboard_a | board_insert_info | 2001 | ||
5n | bboard_a | board_lock_cnt_for_ud | 2001 | ||
5o | bboard_a | board_make_cnt_store | 2001 | ||
5p | bboard_a | board_move_confirm | 2001 | ||
5q | bboard_a | board_move_form | 2001 | ||
5r | bboard_a | board_move_info | 2001 | ||
5s | bboard_a | board_resequence_info | 2001 | ||
5t | bboard_a | board_send_reseq_form | 2001 | ||
5u | bboard_a | board_send_tool_stat | 2001 | ||
5w | bboard_a | board_show_parents | 2001 | ||
5y | bboard_a | board_toggle_fifo | 2001 | ||
5z | bboard_a | board_toggle_fifo_thr | 2001 | ||
6d | bboard_a | srch_upd_cont_phrs | 2001 | ||
6e | bboard_a | srch_build_database | 2001 | ||
7j | bboard_b | board_enter_tools | 2001 | ||
81 | bboard_b | board_update_rights | 2001 | ||
82 | bboard_b | board_update_title | 2001 | ||
84 | bboard_b | form_send_board_form$+$board_forms_b | 2001/2001 | ||
8B | bboard_b | board_add_owner2 | 2001 | ||
8D | bboard_b | board_bxfer_send | 2001 | ||
8E | bboard_b | board_cancel_tool_lck | 2001 | ||
8F | bboard_b | board_change_nod_del | 2001 | ||
8G | bboard_b | board_change_nod_hid | 2001 | ||
8H | bboard_b | board_change_nod_unr | 2001 | ||
8I | bboard_b | board_change_msg_del | 2001 | ||
8J | bboard_b | board_change_msg_hid | 2001 | ||
8K | bboard_b | board_change_msg_rel | 2001 | ||
8L | bboard_b | board_change_rpl_del | 2001 | ||
8M | bboard_b | board_change_rpl_hid | 2001 | ||
8N | bboard_b | board_change_rpl_rel | 2001 | ||
8O | bboard_b | board_confirm_cnt_del | 2001 | ||
8P | bboard_b | board_confirm_msg_del | 2001 | ||
8Q | bboard_b | board_confirm_rpl_del | 2001 | ||
8T | bboard_b | board_create_folder | 2001 | ||
8V | bboard_b | board_delete_owner2 | 2001 | ||
8W | bboard_b | board_delink_form | 2001 | ||
8X | bboard_b | board_delink_item | 2001 | ||
8Y | bboard_b | board_disp_msg_nrep | 2001 | ||
8Z | bboard_b | board_disp_msg_rep | 2001 | ||
8b | bboard_b | board_disp_msg_rep3 | 2001 | ||
8d | bboard_b | board_edit_title | 2001 | ||
8e | bboard_b | board_edit_title2 | 2001 | ||
8f | bboard_b | board_edit_descriptn | 2001 | ||
8g | bboard_b | board_edit_descriptn2 | 2001 | ||
8i | bboard_b | board_edit_title_desc | 2001 | ||
8k | bboard_b | board_enter_tools_rep | 2001 | ||
8l | bboard_b | board_insert_form | 2001 | ||
8m | bboard_b | board_insert_info | 2001 | ||
8n | bboard_b | board_lock_cnt_for_ud | 2001 | ||
8o | bboard_b | board_make_cnt_store | 2001 | ||
8p | bboard_b | board_move_confirm | 2001 | ||
8q | bboard_b | board_move_form | 2001 | ||
8r | bboard_b | board_move_info | 2001 | ||
8s | bboard_b | board_resequence_info | 2001 | ||
8t | bboard_b | board_send_reseq_form | 2001 | ||
8u | bboard_b | board_send_tool_stat | 2001 | ||
8w | bboard_b | board_show_parents | 2001 | ||
8y | bboard_b | board_toggle_fifo | 2001 | ||
8z | bboard_b | board_toggle_fifo_thr | 2001 | ||
9d | bboard_b | srch_upd_cont_phrs | 2001 | ||
9e | bboard_b | srch_build_database | 2001 | ||
:b | bboard_c | srch_disp_cont_phrs | 2001 | ||
:c | bboard_c | srch_get_cont_phrs | 2001 | ||
:d | bboard_c | srch_upd_cont_phrs | 2001 | ||
:e | bboard_c | srch_build_database | 2001 | ||
^0 | bboard_c | board_tool_update_cc | 2001 | ||
^1 | bboard_c | board_update_rights | 2001 | ||
^2 | bboard_c | board_update_title | 2001 | ||
^3 | bboard_c | board_verify_access | 2001 | ||
^4 | bboard_c | form_send_board_form$+$board_forms_c | 2001/2001 | ||
^A | bboard_c | board_add_owner | 2001 | ||
^B | bboard_c | board_add_owner2 | 2001 | ||
^C | bboard_c | board_appl_disabled_b | 2001 | ||
^D | bboard_c | board_bxfer_send | 2001 | ||
^E | bboard_c | board_cancel_tool_lck | 2001 | ||
^F | bboard_c | board_change_nod_del | 2001 | ||
^G | bboard_c | board_change_nod_hid | 2001 | ||
^H | bboard_c | board_change_nod_unr | 2001 | ||
^I | bboard_c | board_change_msg_del | 2001 | ||
^J | bboard_c | board_change_msg_hid | 2001 | ||
^K | bboard_c | board_change_msg_rel | 2001 | ||
^L | bboard_c | board_change_rpl_del | 2001 | ||
^M | bboard_c | board_change_rpl_hid | 2001 | ||
^N | bboard_c | board_change_rpl_rel | 2001 | ||
^O | bboard_c | board_confirm_cnt_del | 2001 | ||
^P | bboard_c | board_confirm_msg_del | 2001 | ||
^Q | bboard_c | board_confirm_rpl_del | 2001 | ||
^R | bboard_c | board_create_container | 2001 | ||
^S | bboard_c | board_create_cnt_chld | 2001 | ||
^T | bboard_c | board_create_folder | 2001 | ||
^U | bboard_c | board_delete_owner | 2001 | ||
^V | bboard_c | board_delete_owner2 | 2001 | ||
^W | bboard_c | board_delink_form | 2001 | ||
^X | bboard_c | board_delink_item | 2001 | ||
^Y | bboard_c | board_disp_msg_nrep | 2001 | ||
^Z | bboard_c | board_disp_msg_rep | 2001 | ||
^a | bboard_c | board_disp_msg_rep2 | 2001 | ||
^b | bboard_c | board_disp_msg_rep3 | 2001 | ||
^c | bboard_c | board_disp_or_msg_rep | 2001 | ||
^d | bboard_c | board_edit_title | 2001 | ||
^e | bboard_c | board_edit_title2 | 2001 | ||
^f | bboard_c | board_edit_descriptn | 2001 | ||
^g | bboard_c | board_edit_descriptn2 | 2001 | ||
^h | bboard_c | board_edit_own_rights | 2001 | ||
^i | bboard_c | board_edit_title_desc | 2001 | ||
^j | bboard_c | board_enter_tools | 2001 | ||
^k | bboard_c | board_enter_tools_rep | 2001 | ||
^l | bboard_c | board_insert_form | 2001 | ||
^m | bboard_c | board_insert_info | 2001 | ||
^n | bboard_c | board_lock_cnt_for_ud | 2001 | ||
^o | bboard_c | board_make_cnt_store | 2001 | ||
^p | bboard_c | board_move_confirm | 2001 | ||
^q | bboard_c | board_move_form | 2001 | ||
^r | bboard_c | board_move_info | 2001 | ||
^s | bboard_c | board_resequence_info | 2001 | ||
^t | bboard_c | board_send_reseq_form | 2001 | ||
^u | bboard_c | board_send_tool_stat | 2001 | ||
^v | bboard_c | board_show_owners | 2001 | ||
^w | bboard_c | board_show_parents | 2001 | ||
^x | bboard_c | board_show_prnt_noacc | 2001 | ||
^y | bboard_c | board_toggle_fifo | 2001 | ||
^z | bboard_c | board_toggle_fifo_thr | 2001 | ||
RS | billrep* | request summary bill$+$billrep | 1998/2001 | ||
RD | billrep | Request detail bill | 1998 | ||
RE | billrep | Request formless billing summary | 1998 | ||
b! | board_list | display reply messages | NU | 2001/1998 | |
b# | board_list | open folder with list of replies | NU | 2001/1998 | |
b% | board_list | more folder menu | NU | 2001/1998 | |
b( | board_list | browse_new_threads | NU | 2001/1998 | |
b0 | board_list | more_find_new | NU | 2001/1998 | |
b1 | board_list | browse new | NU | 2001/1998 | |
b2 | board_list | more find new | NU | 2001/1998 | |
b6 | board_list | more_new_threads | NU | 2001/1998 | |
bA | board_list | current_container | NU | 2001/1998 | |
bE | board_list | Enter msg board | NU | 2001/1998 | |
bO | board_list | open_folder | NU | 2001/1998 | |
bS | board_list | send_find_since_form | NU | 2001/1998 | |
bU | board_list | pop_cc_context | NU | 2001/1998 | |
bW | board_list | open_folder | NU | 2001/1998 | |
bZ | board_list | more folder menu | NU | 2001/1998 | |
b^ | board_list | find_new_thread | NU | 2001/1998 | |
ba | board_list | enter the folder with tools | NU | 2001/1998 | |
bm | board_list | "Jump" to board$+$board_list:Jump to board | 1998/2001 | ||
bo | board_list | open_folder | NU | 2001/1998 | |
bq | board_list | Read 1st New | 1998 | ||
br | board_list | find_new_now | NU | 2001/1998 | |
bs | board_list | find_since | NU | 2001/1998 | |
bz | board_list | more_container_menu | NU | 2001/1998 | |
b} | board_list | enter the folder with tools | NU | 2001/1998 | |
5" | board_list_a | list_more_new_threads | 2001 | ||
5# | board_list_a | list_read_1st_new | 2001 | ||
5$ | board_list_a | list_send_find_sn_frm | 2001 | ||
5> | board_list_a | list_enter_fld_dpy1st | 2001 | ||
5< | board_list_a | list_enter_folder2 | 2001 | ||
5, | board_list_a | list_jump_to_board | 2001 | ||
5. | board_list_a | list_more_cnt_menu | 2001 | ||
5/ | board_list_a | list_more_find_new | 2001 | ||
55 | board_list_a | list_browse_new | 2001 | ||
56 | board_list_a | list_browse_new_thrd | 2001 | ||
57 | board_list_a | list_currnt_container | 2001 | ||
58 | board_list_a | list_enter_container | 2001 | ||
59 | board_list_a | list_enter_folder | 2001 | ||
5: | board_list_a | list_more_folder_ment | 2001 | ||
5? | board_list_a | list_more_find_new2 | 2001 | ||
5@ | board_list_a | list_pop_apple_pc_cnt | 2001 | ||
5[ | board_list_a | list_enter_fld_dpy1td | 2001 | ||
5] | board_list_a | list_enter_fld_wtool | 2001 | ||
5{ | board_list_a | list_find_new_thread | 2001 | ||
5} | board_list_a | list_find_since | 2001 | ||
6A | board_list_a | list_enter_fld_wtools | 2001 | ||
6B | board_list_a | list_find_new_now | 2001 | ||
6C | board_list_a | list_more_folder_menu | 2001 | ||
6D | board_list_a | list_open_fld_list_rp | 2001 | ||
77 | board_list_b | list_currnt_container | 2001 | ||
78 | board_list_b | list enter container | 2001 | ||
8" | board_list_b | list_more_new_threads | 2001 | ||
8# | board_list_b | list_read_1st_new | 2001 | ||
8$ | board_list_b | list_send_find_sn_frm | 2001 | ||
8> | board_list_b | list_enter_fld_dpy1st | 2001 | ||
8< | board_list_b | list_enter_folder2 | 2001 | ||
8, | board_list_b | list_jump_to_board | 2001 | ||
8. | board_list_b | list_more_cnt_menu | 2001 | ||
8/ | board_list_b | list_more_find_new | 2001 | ||
85 | board_list_b | list_browse_new | 2001 | ||
86 | board_list_b | list_browse_new_thrd | 2001 | ||
89 | board_list_b | list_enter_folder | 2001 | ||
8: | board_list_b | list_more_folder_ment | 2001 | ||
8? | board_list_b | list_more_find_new2 | 2001 | ||
8@ | board_list_b | list_pop_apple_pc_cnt | 2001 | ||
8[ | board_list_b | list_enter_fld_dpy1td | 2001 | ||
8] | board_list_b | list_enter_fld_wtool | 2001 | ||
8{ | board_list_b | list_find_new_thread | 2001 | ||
8} | board_list_b | list_find_since | 2001 | ||
9A | board_list_b | list_enter_fld_wtools | 2001 | ||
9B | board_list_b | list_find_new_now | 2001 | ||
9C | board_list_b | list_more_folder_menu | 2001 | ||
9D | board_list_b | list_open_fld_list_rp | 2001 | ||
:A | board_list_c | list_enter_fld_wtools | 2001 | ||
:B | board_list_c | list_find_new_now | 2001 | ||
:C | board_list_c | list_more_folder_menu | 2001 | ||
:D | board_list_c | list_open_fld_list_rp | 2001 | ||
^" | board_list_c | list_more_new_threads | 2001 | ||
^# | board_list_c | list_read_1st_new | 2001 | ||
^$ | board_list_c | list_send_find_sn_frm | 2001 | ||
^> | board_list_c | list_enter_fld_dpy1st | 2001 | ||
^< | board_list_c | list_enter_folder2 | 2001 | ||
^, | board_list_c | list_jump_to_board | 2001 | ||
^. | board_list_c | list_more_cnt_menu | 2001 | ||
^/ | board_list_c | list_more_find_new | 2001 | ||
^5 | board_list_c | list_browse_new | 2001 | ||
^6 | board_list_c | list_browse_new_thrd | 2001 | ||
^7 | board_list_c | list_currnt_container | 2001 | ||
^8 | board_list_c | list_enter_container | 2001 | ||
^9 | board_list_c | list_enter_folder | 2001 | ||
^: | board_list_c | list_more_folder_ment | 2001 | ||
^? | board_list_c | list_more_find_new2 | 2001 | ||
^@ | board_list_c | list_pop_apple_pc_cnt | 2001 | ||
^[ | board_list_c | list_enter_fld_dpy1td | 2001 | ||
^] | board_list_c | list_enter_fld_wtool | 2001 | ||
^{ | board_list_c | list_find_new_thread | 2001 | ||
^} | board_list_c | list_find_since | 2001 | ||
z$ | board_read | display reply board read | 1998 | ||
z& | board_read | orig. msg. board read | 1998 | ||
zF | board_read | post message$+$board_text | 2001/1998 | ||
zM | board_read | board read disp. msg | 1998 | ||
zN | board_read | board read disp. next | 1998 | ||
zR | board_read | post response$+$board_text | 2001/1998 | ||
board_read | repl. reply disp. board read | 2001 | |||
5% | board_read_a | read_disp_msg_no_repl | 2001 | ||
5& | board_read_a | read_disp_orig_msg | 2001 | ||
5- | board_read_a | read_disp_rpl_w_repl | 2001 | ||
5\ | board_read_a | text_post_msg_w_re | 2001 | ||
5^ | board_read_a | read_disp_msg_w_repl | 2001 | ||
5| | board_read_a | text_post_rpl_w_re | 2001 | ||
6E | board_read_a | read_disp_orig_msg_rp | 2001 | ||
8% | board_read_b | read_disp_msg_no_repl | 2001 | ||
8& | board_read_b | read_disp_orig_msg | 2001 | ||
8- | board_read_b | read_disp_rpl_w_repl | 2001 | ||
8\ | board_read_b | text_post_msg_w_re | 2001 | ||
8^ | board_read_b | read_disp_msg_w_repl | 2001 | ||
board_read_b | text_post_rpl_w_re | 2001 | |||
9E | board_read_b | read_disp_orig_msg_rp | 2001 | ||
:E | board_read_c | read_disp_orig_msg_rp | 2001 | ||
^% | board_read_c | read_disp_msg_no_repl | 2001 | ||
^& | board_read_c | read_disp_orig_msg | 2001 | ||
^- | board_read_c | read_disp_rpl_w_repl | 2001 | ||
^^ | board_read_c | read_disp_msg_w_repl | 2001 | ||
ma | board_text | request reply by mail | 1998 | ||
mb | board_text | send reply by mail | 1998 | ||
mc | board_text | official response w/mail | 1998 | ||
md | board_text | handle_text for replies | 1998 | ||
mu | board_text | Add message to new boards folder | 1998 | ||
5+ | board_text_a | text_send_msg_text | 2001 | ||
5= | board_text_a | text_handle_rpl_text | 2001 | ||
5_ | board_text_a | text_handle_msg_text | 2001 | ||
5` | board_text_a | text_off_rpl_by_mail | 2001 | ||
5~ | board_text_a | text_off_rpl_w_mail | 2001 | ||
8+ | board_text_b | text_send_msg_text | 2001 | ||
8= | board_text_b | text_handle_rpl_text | 2001 | ||
8_ | board_text_b | text_handle_msg_text | 2001 | ||
8` | board_text_b | text_off_rpl_by_mail | 2001 | ||
8~ | board_text_b | text_off_rpl_w_mail | 2001 | ||
^+ | board_text_c | text_send_msg_text | 2001 | ||
^= | board_text_c | text_handle_rpl_text | 2001 | ||
^\ | board_text_c | text_post_msg_w_re | 2001 | ||
^_ | board_text_c | text_handle_msg_text | 2001 | ||
^` | board_text_c | text_off_rpl_by_mail | 2001 | ||
board_text_c | text_post_rpl_w_re | 2001 | |||
^~ | board_text_c | text_off_rpl_w_mail | 2001 | ||
3O | buddy_list | buddylist | 2001 | ||
3P | buddy_list | buddylist | 2001 | ||
3Q | buddy_list | buddylist | 2001 | ||
3R | buddy_list | buddylist | 2001 | ||
3S | buddy_list | buddylist | 2001 | ||
3T | buddy_list | buddylist | 2001 | ||
3U | buddy_list | buddylist | 2001 | ||
3V | buddy_list | buddylist | 2001 | ||
3W | buddy_list | buddylist | 2001 | ||
3X | buddy_list | buddylist | 2001 | ||
3Y | buddy_list | buddylist | 2001 | ||
3Z | buddy_list | buddylist | 2001 | ||
gr | cashier | All special cashier tokens | 1998 | ||
gX | cashier_win | custom group options | 1998 | ||
ge | cashier_win | Transfer chips | 1998 | ||
gh | cashier_win | Show leader boards | 1998 | ||
gj | cashier_win | Show cashier form | 1998 | ||
gs | cashier_win | Show user balance | 2001 | ||
gv | casino | All casino games special tokens | NU | 2001/1998 | |
AE | chat_sw | Roomer genl-purpose send-input$+$roomer:Roomer genl-purpose send-input, legacy enable music (Rm/Aud) | M1 | 2001/2001 | |
AI | chat_sw | New chat system FDO88 domain sw | 2001 | ||
AJ | chat_sw | New chat system close token | 2001 | ||
Aa | chat_sw | chat msg/fdo91 - Rm/Aud$+$roomer | M1 | 2001/1998 | |
CI | chat_sw | req from pc to go into chat$+$usher | NU | 2001/1998 | |
CJ | chat_sw | Enter lobby from gen 4$+$usher | NU | 2001/1998 | |
CK | chat_sw | Go to "similar" room family$+$usher | NU | 2001/1998 | |
I0 | chat_sw | Ignore user - gen 4$+$roomer | M1 | 2001/1998 | |
I1 | chat_sw | Cancel Ignore User - gen 4$+$roomer | 2001/1998 | ||
L! | chat_sw | List Public$+$roomlist:List Public$_$usher | NU | 2001/2001 | |
L$ | chat_sw | list sanctioned$+$roomlist:list sanctioned$_$usher | NU | 2001/2001 | |
L& | chat_sw | active sanctioned$+$roomlist:active sanctioned$_$usher | NU | 2001/2001 | |
L( | chat_sw |
More public rooms$+$roomlist: public rooms$_$usher |
NU | 2001/2001 | |
L) | chat_sw |
more list of sanctioned$+$roomlist: list of sanctioned$_$usher |
NU | 2001/2001 | |
L1 | chat_sw | Request locate form$+$usher | NU | 2001/1998 | |
L2 | chat_sw | send create form$+$usher | NU | 2001/1998 | |
L3 | chat_sw | send private form$+$usher | NU | 2001/1998 | |
L@ | chat_sw | list member created rooms$+$roomlist:list member created rooms$_$usher | NU | 2001/2001 | |
LA | chat_sw | list rooms(same name, diff sanc)$+$roomlist:list rooms (same name, diff sanc) | 2001/2001 | ||
LB | chat_sw | List rooms$+$roomlist:List rooms$_$usher | NU | 2001/2001 | |
LC | chat_sw | List rooms (continue)$+$roomlist:List rooms (continue)$_$usher | NU | 2001/2001 | |
LD | chat_sw | List PC from Conf$+$roomlist:List PC from Conf$_$usher | NU | 2001/2001 | |
LE | chat_sw | list rooms(same name, diff memb)$+$roomlist:list rooms (same name, diff memb) | 2001/2001 | ||
LF | chat_sw | List Conference Rooms$+$roomlist:List Conference Rooms$_$usher | NU | 2001/2001 | |
LH | chat_sw | display create member room form$+$roomlist | 2001/2001 | ||
LI | chat_sw | new token for RoomList$+$roomlist | 2001/2001 | ||
LJ | chat_sw | new token for RoomList$+$roomlist | 2001/2001 | ||
LP | chat_sw | List Rooms in People Connection$+$roomlist:List Rooms in People Connection$_$usher | NU | 2001/1998 | |
LQ | chat_sw | Quit list rooms$+$roomlist | NU | 2001/2001 | |
LR | chat_sw | List rooms in P.C. (LP cont'd)$+$roomlist:List rooms in P.C. (LP cont'd)$_$usher | NU | 2001/2001 | |
LS | chat_sw | List rooms w/class and format$+$roomlist:List rooms w/class and format$_$usher | NU | 2001/2001 | |
LT | chat_sw | Continue of LS$+$roomlist:Continue of LS$_$usher | NU | 2001/2001 | |
LU | chat_sw | list rooms by category$+$roomlist | 2001/2001 | ||
LV | chat_sw | more list rooms by category$+$roomlist | 2001/2001 | ||
MA | chat_sw | Sanction room online$+$usher:Switch to Porch | 2001/1998 | ||
MB | chat_sw | create room - name and category | 2001 | ||
MC | chat_sw | Enter room | 2001 | ||
ME | chat_sw | new | 2001 | ||
MG | chat_sw | Chg room full_spec ch pay areas | 2001 | ||
ML | chat_sw | desanction room online$+$usher:Switch to Library | 2001/1998 | ||
MM | chat_sw | make room public online$+$usher:Switch to Porch | 2001/1998 | ||
MQ | chat_sw | Switch to Library$+$usher | 2001/1998 | ||
MR | chat_sw | Return to room (Q), goto PC (^Q)$+$usher:Return (Q)goto (^Q) MY status | NU | 2001/1998 | |
MY | chat_sw | create change room status form | 2001 | ||
c6 | chat_sw | Aud (Sp)-delete active question$+$roomer | M1 | 2001/1998 | |
c7 | chat_sw | Aud (Sp)-get question frm hold Q$+$roomer | M1 | 2001/1998 | |
cG | chat_sw | Enter Auditorium Audience$+$usher | NU | 2001/1998 | |
cH | chat_sw | Aud-list my chat group$+$roomer | M1 | 2001/1998 | |
cI | chat_sw | create a public room... | 2001 | ||
cJ | chat_sw | Aud-list some user's chat group$+$roomer | M1 | 2001/1998 | |
cL | chat_sw | Change rooms from list$+$usher | NU | 2001/1998 | |
cN | chat_sw | Aud-list chat group number #$+$roomer | M1 | 2001/1998 | |
cO | chat_sw | Aud-list occupied chat groups$+$roomer | M1 | 2001/1998 | |
cP | chat_sw | Aud-move to another chat group$+$roomer | M1 | 2001/1998 | |
cQ | chat_sw | Go to Public Room in P.C.$+$usher | NU | 2001/1998 | |
cR | chat_sw | Aud-turn my chat on/off$+$roomer | M1 | 2001/1998 | |
cT | chat_sw | Enter Auditorium as Master$+$usher | NU | 2001/1998 | |
cV | chat_sw | Go to Private Room in P.C.$+$usher | NU | 2001/1998 | |
cZ | chat_sw | create a public room | 2001 | ||
cb | chat_sw | List People from room list$+$roomlist:List People from room list$_$usher | NU | 2001/1998 | |
cd | chat_sw | List People in P.C. room$+$roomlist:List People in P.C. room$_$usher | NU | 2001/1998 | |
cf | chat_sw | For RoomList$+$roomlist | 2001/2001 | ||
ch | chat_sw | Make room private$+$usher | 2001/1998 | ||
ct | chat_sw | Test show users in rooms$+$roomlist:Test show users in rooms$_$locate | 2001/2001 | ||
c{ | chat_sw | Aud (Sp)-broadcast quest as cmnt$+$roomer | M1 | 2001/1998 | |
qA | chat_sw | Aud (Sp)-request a comment$+$roomer | M1 | 2001/1998 | |
qB | chat_sw | Aud (Sp)-broadcast question$+$roomer | M1 | 2001/1998 | |
qC | chat_sw | Aud-(non-Q) add question line$+$roomer:Aud (non-Q) add question line | M1 | 2001/1998 | |
qD | chat_sw | Aud-(non-Q) add question line$+$roomer:Aud (non-Q) add question line | M1 | 2001/1998 | |
qF | chat_sw | Aud-(non-Q) tally vote$+$roomer:Aud (non-Q) tally vote | M1 | 2001/1998 | |
qG | chat_sw | Aud-(non-Q) accept bid$+$roomer:Aud (non-Q) accept bid | M1 | 2001/1998 | |
qN | chat_sw | Aud-(non-Q) withdraw Sp invite$+$roomer:Aud (non-Q) withdraw Sp invite | M1 | 2001/1998 | |
qR | chat_sw | Aud (Sp)-request a question$+$roomer | M1 | 2001/1998 | |
qU | chat_sw | Aud (Sp)-get Auditorium stats$+$roomer | M1 | 2001/1998 | |
qY | chat_sw | Aud-(non-Q) accept Sp invite$+$roomer | M1 | 2001/1998 | |
qc | chat_sw | Aud - 4th gen add question$+$roomer | M1 | 2001/1998 | |
qd | chat_sw | Aud - 4th gen add comment$+$roomer | M1 | 2001/1998 | |
rB | chat_sw | List rooms (casino)$+$roomlist:List rooms (casino)$_$usher | NU | 2001/1998 | |
rC | chat_sw | List rooms (casino, continue)$+$roomlist:List rooms (casino, continue)$_$usher | NU | 2001/1998 | |
rD | chat_sw | Force to leave room$+$usher | 2001/1998 | ||
$# | clerk2 | not defined | 2001 | ||
$$ | clerk2 | process_acct_cc_option | 2001 | ||
$% | clerk2 | not defined | 2001 | ||
$& | clerk2 | Auto Tour Entry Point | 2001 | ||
$> | clerk2 | Mult Scr Nms for E-Greet | 2001 | ||
$+ | clerk2 | not defined | 2001 | ||
$? | clerk2 | display_help | 2001 | ||
$E | clerk2 | modify_cart_entry | 1998 | ||
$G | clerk2 | get_product(ext id appd to ft 1) | NU | 2001/1998 | |
$J | clerk2 | process_text_20_option | 2001 | ||
$K | clerk2 | process_text_160_option | 2001 | ||
$N | clerk2 | empty_cart | 2001 | ||
$O | clerk2 | process_refresh | 2001 | ||
$Q | clerk2 | process quantity | 1998 | ||
$R | clerk2 | retrieve_product(int_id=hard_cod | NU | 2001 | |
$T | clerk2 | process_ship_choice | 2001 | ||
$U | clerk2 | display_previous_screen | 2001 | ||
$W | clerk2 | fast chkout1$+$clerk_special:enter promotional area | NU | 2001/1998 | |
$X | clerk2 | fast chkout2$+$clerk_special:specify machine type | 2001/1998 | ||
$Y | clerk2 | not yet decided$+$clerk_special:specify product choice | 2001/1998 | ||
$Z | clerk2 | not yet decided$+$clerk_special:provide shipping info | 2001/1998 | ||
$[ | clerk2 | auto tour no HL | 2001 | ||
$] | clerk2 | auto tour w. HL | 2001 | ||
$a | clerk2 | add_store | 1998 | ||
$c | clerk2 | display_cart | 1998 | ||
$e | clerk2 | delete_entry_from_cart | 1998 | ||
$g | clerk2 | request_store_id(ext_id)$+$store_manager:request_id | NU | 1998/2001 | |
$h | clerk2 | process_store_id(ext_id)$+$store_manager:process_screen | 1998/2001 | ||
$i | clerk2 | process_internal_bill | 1998 | ||
$j | clerk2 | return_to_product_summary | 1998 | ||
$k | clerk2 | process_checkout | 1998 | ||
$l | clerk2 | process_list_option | 1998 | ||
$m | clerk2 | modify_store | 1998 | ||
$n | clerk2 | remove_from_cart_screen | 1998 | ||
$o | clerk2 | display_product_option | 1998 | ||
$p | clerk2 | display_product_summary | 1998 | ||
$q | clerk2 | process_text_14_option | 2001 | ||
$r | clerk2 | process_radio_option | 1998 | ||
$s | clerk2 | display_about_this_store | 1998 | ||
$t | clerk2 | process_text_option | 1998 | ||
$u | clerk2 | copy from_bill_to | 1998 | ||
$v | clerk2 | process_ship_to | 1998 | ||
$w | clerk2 | delete_store$+$store_manager:display_previous_screen | 1998/2001 | ||
$x | clerk2 | request_cc_info | 1998 | ||
$y | clerk2 | process_cc_info | 1998 | ||
$z | clerk2 | process_bill_to | 1998 | ||
k$ | clerk2 | Avail for Wallet | 2001 | ||
k> | clerk2 | Avail for Wallet | 2001 | ||
k? | clerk2 | Display Wallet Screen Help$+$quick_order:display help | 2001/2001 | ||
kA | clerk2 | Call Wallet for Add New LOC$+$quick_order:process payment method | 2001/2001 | ||
kB | clerk2 | RM-L2 HTLNK | 2001 | ||
kC | clerk2 | RM-L3 HTLNK | 2001 | ||
kD | clerk2 | RM-L4 HTLNK | 2001 | ||
kE | clerk2 | Call Wallet for Edit/Updt Loc$+$clerk2:For Future Use | 2001/2001 | ||
kF | clerk2 | Process Flowers Options | 2001 | ||
kJ | clerk2 | process Wallet Edit Shipping$+$quick_order:process text 20 option | 2001/2001 | ||
kK | clerk2 | process text 80 option$+$quick_order:process test 160 option | 2001/2001 | ||
kM | clerk2 | Call to Make/Create New Wallet | 2001 | ||
kP | clerk2 | Do Previous Flowers Opts | 2001 | ||
kR | clerk2 | retrieve product | 2001 | ||
kS | clerk2 | Future Clerk Use$+$quick_order:process product summary | 2001/2001 | ||
kT | clerk2 | QOrder RM-L2 HTLNK | 2001 | ||
kV | clerk2 | QOrder RM-L3 HTLNK | 2001 | ||
kW | clerk2 | For Future Use | 2001 | ||
kX | clerk2 | QOrder RM-L4 HTLNK | 2001 | ||
ka | clerk2 | Call Wallet for Add New CC$+$quick_order:process date option | 2001/2001 | ||
kb | clerk2 | Auto Tour RM L2 HTLNK | 2001 | ||
kc | clerk2 | Auto Tour RM-L3 HTLNK | 2001 | ||
kd | clerk2 | Auto Tour RM-L4 HTLNK | 2001 | ||
ke | clerk2 | Call Wallet for Edit/Updt CC$+$clerk2:For Future Use | 2001/2001 | ||
kf | clerk2 | Process Flowers List Opt | 2001 | ||
kj | clerk2 | process Wallet Edit Billing$+$quick_order:return product summary | 2001/2001 | ||
km | clerk2 | Make Avail for Wallet$+$quick_order:process numeric option | 2001/2001 | ||
kp | clerk2 | For Future UUse | 2001 | ||
kr | clerk2 | process add edit choice$+$quick_order:process radio option | 2001/2001 | ||
ks | clerk2 | Future Clerk2 Use$+$quick_order:process text 40 option | 2001/2001 | ||
kt | clerk2 | Future Clerk2 Use$+$quick_order:process text option | 2001/2001 | ||
ku | clerk2 | Place Order for Wallet User$+$quick_order:place order | 2001/2001 | ||
kw | clerk2 | For Future Use | 2001 | ||
$A | clerk | Add product to shopping cart | NU | 2001 | |
$B | clerk | Request billing information | 1998 | ||
$C | clerk | Begin checkout process | 1998 | ||
$D | clerk | Delete product from cart | 1998 | ||
$F | clerk | Request clerk form w/pop | 1998 | ||
$I | clerk | Show store information | 1998 | ||
$L | clerk | List items in shopping cart | NU | 2001 | |
$M | clerk | Get billing method | 1998 | ||
$P | clerk | Show product desc | NU | 2001 | |
$S | clerk | Request shipping information | 1998 | ||
$V | clerk | View product from cart | 1998 | ||
$b | clerk | Process internal billing info | 1998 | ||
$d | clerk | Delete product from cart | 1998 | ||
$f | clerk | Request clerk form | 1998 | ||
dM | collector | Set domain - message board$+$mbox_send | 1998/2001 | ||
eT | collector | Start mail text entry$+$mbox_send | NU | 1998/2001 | |
Ca | collman2 | Request collection contents$+$pageman | NU | 1998/2001 | |
Cb | collman2 | Request more collection contents$+$pageman | 1998/2001 | ||
Cc | collman2 | Request latest stories$+$pageman | 1998/2001 | ||
Cd | collman2 | Sign up for Live Wire$+$pageman | NU | 1998/2001 | |
Ce | collman2 | Cancel LiveWire registration$+$pageman | 1998/2001 | ||
Cf | collman2 | Reset collman2 domain$+$pageman | 1998/2001 | ||
Cg | collman2, pageman | Open Coll info for Edit | NU | 1998/2001 | |
Ch | collman2 | Modify Coll info$+$pageman | 1998/2001 | ||
Ci | collman2 | Act on named collection$+$pageman | NU | 1998/2001 | |
Cj | collman2 | Convert Overwrite Confirm$+$pageman | 1998/2001 | ||
Ck | collman2 | Send collman form$+$pageman | 1998/2001 | ||
Cm | collman2 | Display item for edit$+$pageman | 1998/2001 | ||
Cn | collman2 | Cut item from collection$+$pageman | 1998/2001 | ||
Co | collman2 | Copy item from collection$+$pageman | 1998/2001 | ||
Cp | collman2 | Paste item (above) to collection$+$pageman | 1998/2001 | ||
Cq | collman2 | Paste item (below) to collection$+$pageman | 1998/2001 | ||
Cr | collman2 | Start add item to collection$+$pageman | 1998/2001 | ||
Cs | collman2 | Add/Update item data$+$pageman | 1998/2001 | ||
C1 | collman | Request collection contents | 1998 | ||
C2 | collman | Request more collection contents | 1998 | ||
C3 | collman | Request lastest stories | 1998 | ||
C4 | collman | Sign up for Live Wire | NU | 2001/1998 | |
C5 | collman | Cancel LiveWire registration | 1998 | ||
C6 | collman | Reset collman domain | 1998 | ||
C7 | collman | Show "where" info | 1998 | ||
Ct | collman | Get indexed coll w/atoms | 1998 | ||
9S | conf_chat-01 | token-arg token for ecr_chat_srv | 2001 | ||
9s | conf_chat-01 | Send-input tok for ecr_chat_srvr | 2001 | ||
9F | conf_chat-02 | token-arg token for ecr chat | 2001 | ||
9G | conf_chat-02 | send-input token for ecr chat | 2001 | ||
9Q | conf_grp-01 | form-complete token | 2001 | ||
9R | conf_grp-02 | form-complete token | 2001 | ||
9W | conf_sw | enhanced conference rooms | 2001 | ||
9X | conf_sw | Enhanced conference rooms | 2001 | ||
CC | contest | Contest commit transaction | 2001 | ||
CN | contest | Collect form data | 2001 | ||
CQ | contest | Acknowledge confirmation message | 2001 | ||
CS | contest | Request acknowledged entry store | 2001 | ||
CO | contest_st | Enter contest | 2001 | ||
&0 | cris2 | Submit Pending Price Plan | 2001 | ||
&1 | cris2 | display acct page 1 | 1998 | ||
&2 | cris2 | display acct page 2 | 1998 | ||
&3 | cris2 | display acct page 3 | 1998 | ||
&4 | cris2 | select credit reason | 1998 | ||
&5 | cris2 | select credit type | 1998 | ||
&6 | cris2 | Set number CC/DD dups | 2001 | ||
&7 | cris2 | accept registration promo code | 2001 | ||
&8 | cris2 | Accept cris account reg info | 2001 | ||
&9 | cris2 | Disp prem sucbscr details | 2001 | ||
&A | cris2 | Select wallet from list | 2001 | ||
&B | cris2 | print detail bill | 1998 | ||
&C | cris2 | add credit | 1998 | ||
&D | cris2 | Manage Direct Debit Database | 2001 | ||
&E | cris2 | write new credit | 1998 | ||
&F | cris2 | send form with pop | 1998 | ||
&G | cris2 | update cc info | 1998 | ||
&H | cris2 | add history | 1998 | ||
&I | cris2 | Maintain Direct Debit DataBase | 2001 | ||
&J | cris2 | Deny credit | 2001 | ||
&K | cris2 | write new credit | 1998 | ||
&L | cris2 | select acct from list | 1998 | ||
&M | cris2 | load menu selection | 1998 | ||
&N | cris2 | write sw order | 1998 | ||
&O | cris2 | modify securid | 2001 | ||
&P | cris2 | update payment info | 1998 | ||
&Q | cris2 | disallow dups | 2001 | ||
&R | cris2 | Add to hotlist | 2001 | ||
&S | cris2 | search for account | 1998 | ||
&T | cris2 | generate certificate | 1998 | ||
&U | cris2 | update certificate | 1998 | ||
&V | cris2 | update vp info | 2001 | ||
&W | cris2 | submit member_validation | 2001 | ||
&X | cris2 | Remove from hot-list | 2001 | ||
&Y | cris2 | reset_block_login | 2001 | ||
&a | cris2 | update address | 1998 | ||
&b | cris2 | display detail bill | 1998 | ||
&c | cris2 | display credit | 1998 | ||
&d | cris2 | display payment info | 1998 | ||
&e | cris2 | select credit reason | 1998 | ||
&f | cris2 | send form | 1998 | ||
&g | cris2 | display cc info | 1998 | ||
&h | cris2 | display history | 1998 | ||
&i | cris2 | Update sec. billing contact | 2001 | ||
&j | cris2 | display online status | 1998 | ||
&k | cris2 | Display Price Plan Description$+$cris2:select reason for new credit | 2001/1998 | ||
&l | cris2 | Update address from credit card | 2001 | ||
&m | cris2 | display menu | 1998 | ||
&n | cris2 | select sw order type | NU | 2001/1998 | |
&o | cris2 | display order$+$cris2:update_check_auth_status | 2001/1998 | ||
&p | cris2 | load pay list selection | 1998 | ||
&q | cris2 | update comment | 1998 | ||
&r | cris2 | write resubmit | 1998 | ||
&s | cris2 | Select credit reason | 2001 | ||
&t | cris2 | display certificate | 1998 | ||
&u | cris2 | update passwords | 1998 | ||
&v | cris2 | update privileged | 1998 | ||
&w | cris2 | update acct status | 1998 | ||
&x | cris2 | make internal | 1998 | ||
&y | cris2 | make overhead | 1998 | ||
&z | cris2 | bump acct | 1998 | ||
%0 | cris_jp | Update pending price plan | 2001 | ||
%1 | cris_jp | Select account | 2001 | ||
%6 | cris_jp | number of dups | 2001 | ||
%E | cris_jp | Select sw order | 2001 | ||
%G | cris_jp | Update CC database info | 2001 | ||
%H | cris_jp | Select history from list | 2001 | ||
%J | cris_jp | Deny credit | 2001 | ||
%K | cris_jp | Write credit | 2001 | ||
%L | cris_jp | Japenese cris generic function | 2001 | ||
%a | cris_jp | Update name address | 2001 | ||
%b | cris_jp | Display detail bill | 2001 | ||
%c | cris_jp | Select credit | 2001 | ||
%e | cris_jp | search sor sw order | 2001 | ||
%g | cris_jp | Display CC database info | 2001 | ||
%h | cris_jp | Select history from list | 2001 | ||
%j | cris_jp | Online status | 2001 | ||
%k | cris_jp | cris_jp price plan change | 2001 | ||
ZA | dialog | c64 user answered question | PL | 2001/1998 | |
ZC | dialog | c64 user cancel current dialog | PL | 2001/1998 | |
ZK | dialog | c64 user couldn't accept ZM | PL | 2001/1998 | |
ZN | dialog | c64 user replied NO to question | PL | 2001/1998 | |
ZO | dialog | c64 user accept ZM & continue | NU PL | 2001/1998 | |
ZY | dialog | c64 user replied YES to question | PL | 2001/1998 | |
f2 | dod | request dod$+$retriever | PL | 2001/1998 | |
ff | dod | New-style DOD request | 2001 | ||
fh | dod | hinting something or other | 2001 | ||
fp | dod | start batch dod | 2001 | ||
fq | dod | continue batch dod | 2001 | ||
fs | dod | start batch art work | 2001 | ||
uC | dod_mac | DOD for Mac$+$update_disk | PL | 2001/1998 | |
f3 | dodman | get modify database record form$+$retriever | 2001/1998 | ||
f4 | dodman | wipe out local db$+$retriever | 2001/1998 | ||
f5 | dodman | Batch upload of pictures$+$retriever | NU | 2001/1998 | |
f6 | dodman | Install Local DB for Windows$+$retriever | 2001/1998 | ||
f7 | dodman | Request a form$+$retriever | PL | 2001/1998 | |
f8 | dodman | picture information$+$retriever | NU | 2001/1998 | |
f9 | dodman | pc initiated binary upload$+$retriever | NU | 2001/1998 | |
fA | dodman | find_arts | 2001 | ||
fB | dodman | add_art_to_list_box | 2001 | ||
fC | dodman | rem_art_from_list_box | 2001 | ||
fD | dodman | proc_art_request | 2001 | ||
fa | dodman | host initiated binary upload$+$retriever | NU | 2001/1998 | |
fb | dodman | binary information$+$retriever | NU | 2001/1998 | |
fc | dodman | modify picture record$+$retriever | NU | 2001/1998 | |
fd | dodman | modify binary record$+$retriever | NU | 2001/1998 | |
fe | dodman | Modify picture$+$retriever | 2001/1998 | ||
fg | dodman | bulk record update from file$+$retriever | 2001/1998 | ||
fi | dodman | bulk record update for MAC$+$retriever | 2001/1998 | ||
fj | dodman | result for updating local record$+$retriever | 2001/1998 | ||
fk | dodman | batch_update_picture_file | 2001 | ||
fr | dodman | process picture list | 2001 | ||
ft | dodman | DOD request, process vrm aat pict header | 2001 | ||
fu | dodman | process vrm aat pict info | 2001 | ||
fv | dodman | process vrm aat binary header | 2001 | ||
fw | dodman | process vrm aat binary info | 2001 | ||
Xe | download | Mail download complete | 2001 | ||
eX | download | Mail download complete | SP M3 | 2001/1998 | |
xA | download | Download - abort | SP M3 | 2001/1998 | |
xB | download | Completed one file in album | SP M3 | 2001/1998 | |
xC | download | Completed LAST file in album | SP M3 | 2001/1998 | |
xG | download | Download - go ahead | M3 | 2001/1998 | |
Ro | dracula | Remain online hotkey token$+$timer | 2001/1998 | ||
ro | dracula | New force off message | 2001 | ||
NA | dungeon2 | same as Na with escaping | NU | 2001/1998 | |
NB | dungeon2 | update location with escaping | 1998 | ||
NC | dungeon2 | broadcast info with escaping | 1998 | ||
ND | dungeon2 | identify user with escaping | 1998 | ||
NE | dungeon2 | read user with escaping | 1998 | ||
NF | dungeon2 | write user with escaping | 1998 | ||
NG | dungeon2 | read reg loc with escaping | 1998 | ||
NH | dungeon2 | read reg nolock with escaping | 1998 | ||
NI | dungeon2 | write region with escaping | 1998 | ||
NL | dungeon2 | send time with escaping | 1998 | ||
NM | dungeon2 | send info with escaping | 1998 | ||
NP | dungeon2 | same as Np with escaping | 1998 | ||
NW | dungeon2 | same as Nw with escaping | 1998 | ||
NX | dungeon2 | user exit with escaping | 1998 | ||
Na | dungeon2 | D&D 2.0 entry token | NU | 2001/1998 | |
Nb | dungeon2 | D&D 2.0 update location token | 1998 | ||
Nc | dungeon2 | D&D 2.0 broadcast info token | 1998 | ||
Nd | dungeon2 | D&D 2.0 identify user token | 1998 | ||
Ne | dungeon2 | D&D 2.0 read user record token | 1998 | ||
Nf | dungeon2 | D&D 2.0 write user record token | 1998 | ||
Ng | dungeon2 | D&D 2.0 read & lock region token | 1998 | ||
Nh | dungeon2 | D&D 2.0 read region w/o lock | 1998 | ||
Ni | dungeon2 | D&D 2.0 re-write region token | 1998 | ||
Nj | dungeon2 | D&D 2.0 send pathname token | 1998 | ||
Nk | dungeon2 | D&D 2.0 current timestamp token | 1998 | ||
Nl | dungeon2 | D&D 2.0 quest message token | 1998 | ||
Nm | dungeon2 | D&D 2.0 quest completed token | 1998 | ||
Nn | dungeon2 | D&D 2.0 save and quit token | 1998 | ||
No | dungeon2 | D&D 2.0 send direct chat | 1998 | ||
Np | dungeon2 | D&D 2.0 notify nearby new stats | 1998 | ||
Nt | dungeon2 | NWN2.0: gen4 List users/Lounge | 1998 | ||
Nu | dungeon2 | D&D 2.0 alternate load game | 1998 | ||
Nv | dungeon2 | debug info from D&D 2.0 | 1998 | ||
Nw | dungeon2 | D&D 2.0 list users from lounge | 1998 | ||
Nx | dungeon2 | D&D 2.0 exit token | CU | 2001/1998 | |
Ny | dungeon2 | D&D 2.0 god tools token | 1998 | ||
Nz | dungeon2 | D&D 2.0 locking error token | 1998 | ||
0* | gateway | route to AA good thru 3/31 | 1998 | ||
Y0 | gateway | Establish gateway connection | NU | 2001/1998 | |
Y1 | gateway | Text from Micro for gateway | 1998 | ||
Y2 | gateway | Disconnect gateway | CU | 2001/1998 | |
Y3 | gateway | Continue sending data (pos ack) | 1998 | ||
Y4 | gateway | Leaving gateway due to reset | CU | 2001/1998 | |
Y5 | gateway | Multi pkt gateway input | NU | 2001/1998 | |
Y6 | gateway | Send "do" cmd to managing host | 1998 | ||
Y7 | gateway | Send input to managing host | NU | 2001/1998 | |
Y8 | gateway | Disc form gateway - send form | 1998 | ||
yn | gng | gng list articles | NU | 2001/1998 | |
yo | gng | gng download article | NU | 2001/1998 | |
yp | gng | gng post article | NU | 2001/1998 | |
ga | gus | Set video mode for game | 1998 | ||
gb | gus | List box for Extra Turn Mode | 1998 | ||
gc | gus | Current pathname for this game | 1998 | ||
gd | gus | Database update return token | 1998 | ||
gg | gus | Request for game load | 1998 | ||
gi | gus | Initial application "hello" msg | NU | 2001/1998 | |
gl | gus | Load request for applications | 1998 | ||
gm | gus | Modify current game pathname | 1998 | ||
gn | gus | New DB rec creation response tkn | 1998 | ||
go | gus | Check-file status return code | 1998 | ||
gp | gus | Send back pathname fopr load now | 1998 | ||
gt | gus | Test item for GUS functions | 1998 | ||
gu | gus | Application user response msg | 1998 | ||
gw | gus | List Terminal Warrior rooms | 1998 | ||
gx | gus | Exit and unload application | 1998 | ||
wa | gus_win | Set video mode for game - gen4 | 1998 | ||
wf | gus_win | request gus_win form | 1998 | ||
wg | gus_win | Request for windows game load | 1998 | ||
wl | gus_win | Load request for gen4 apps | 1998 | ||
wm | gus_win | Set mouse for game - gen 4 | 1998 | ||
h0 | host_forms | client asks for form | 2001 | ||
yv | hqchart | hist qtes chart serv | 2001 | ||
ID | identify | Request identify user$+$qlink?:Request identify user (Identify) | 2001 - Obsolete/1998 - Obsolete | ||
Ic | invert | Enter search - turn on chkboxes$+$invert_sw | NU | 2001/1998 | |
Ie | invert | Enter Inversion database$+$invert_sw | NU | 2001/1998 | |
Im | invert | Partial Displays during Search$+$invert_sw | NU | 2001/1998 | |
Iq | invert | Send QF form for Sub Library$+$invert_sw | NU | 2001/1998 | |
Ir | invert | Reset Invert server domain$+$invert_sw | NU | 2001/1998 | |
Is | invert | Search inversion database$+$invert_sw | NU | 2001/1998 | |
It | invert | Request table of contents$+$invert_sw | NU | 2001/1998 | |
Ix | invert | Alternate 'enter db' for srvdir$+$invert_sw | NU | 2001/1998 | |
ya | aolsock | Token for DAHA and notifies the client of IP. | NU | 1998/2001 | |
yb | ip_tunnel | to be determined$+$ipl | NU | 1998/2001 | |
yc | aolsock | Token for DAHA and notifies the client of IP. | NU | 1998/2001 | |
yd | ip_tunnel | to be determined$+$ipt | NU | 1998/2001 | |
ye | ip_tunnel | to be determined$+$ipl | NU | 1998/2001 | |
iQ | ipl | Cancel sending of IM$+$ipt | 2001/1998 - Obsolete | ||
BR | ipt | for bos reservation | 2001 | ||
l2 | ipt | Satellite Info - like yb | 2001 | ||
KA | keyword | for Library | 2001 | ||
Ki | keyword | Access area via promoter keyword$+$library | 2001/1998 | ||
Kj | keyword | Access area via dir svcs keyword$+$library | 2001/1998 | ||
Kk | keyword | Access area via a keyword$+$library | 2001/1998 | ||
Kl | keyword | New approx keyword slct | 2001 | ||
Kr | keyword | Random Keywords | 2001 | ||
Me | keyword_man | Delete keyword | 2001 - Obsolete | ||
Mo | keyword_man | Update synonyms | 2001 - Obsolete | ||
Mr | keyword_man | Create keyword | 2001 - Obsolete | ||
Mu | keyword_man | Modify keyword | 2001 - Obsolete | ||
My | keyword_man | Copy keyword | 2001 - Obsolete | ||
Mc | keywordman | Create_keywords form | 2001 - Obsolete | ||
Md | keywordman | Delete_keywords form | 2001 - Obsolete | ||
Mk | keywordman | Manage_keywords form | 2001 - Obsolete | ||
Ml | keywordman | List_keywords form | 2001 - Obsolete | ||
Mm | keywordman | Modify_keywords form | 2001 - Obsolete | ||
Mn | keywordman | Manage_synonyms form | 2001 - Obsolete | ||
Mp | keywordman | Delete_synonyms form | 2001 - Obsolete | ||
Ms | keywordman | Show keywords list | 2001 - Obsolete | ||
Mt | keywordman | Cont. Keyword list | 2001 - Obsolete | ||
Mx | keywordman | Copy_keywords form | 2001 - Obsolete | ||
D8 | lang_list_update | Update Language list - Gen 4$+$login | 2001/2001 | ||
GZ | last | qlink Game pc req to play$+$roomer:qlink Game pc req to play (last) | M1 | 2001 - Obsolete/1998 | |
K0 | lib | QLINK, Start a file upload$+$library | 2001 - Obsolete/1998 | ||
K2 | lib | QLINK, Msg/desc after spec$+$library:QLINK, Msg/desc after spec date | 2001 - Obsolete/1998 | ||
K5 | lib | QLINK, Start brd msg or SW$+$library:QLINK, Start brd msg or SW desc | 2001 - Obsolete/1998 | ||
K6 | lib | QLINK, Nxt line brd or file$+$library:QLINK, Nxt line brd or file desc | 2001 - Obsolete/1998 | ||
K7 | lib | QLINK, Last line for board$+$library:QLINK, Last line for board msg | 2001 - Obsolete/1998 | ||
CE | libop | edit club members | 1998 | ||
CL | libop | generate owned club list | 1998 | ||
CR | libop | Remove club member | 1998 | ||
TA | libop | add new page | 1998 | ||
TD | libop | delete last page | 1998 | ||
TE | libop | Open existing text record | 1998 | ||
TF | libop | Show file - INTERNALS only | 1998/2001 - Obsolete | ||
TL | libop | List edittable text records | 1998 | ||
TN | libop | Open 'empty' text edit window | 1998 | ||
TP | libop | Replace text in chain | 1998 | ||
TS | libop | Edit text by lib record number | 1998 | ||
TT | libop | edit library record title | 1998 | ||
TU | libop | Update text record | 1998 | ||
Td | libop | confirm deletion | 1998 | ||
Tf | libop | Show form - INTERNALS only | 1998/2001 - Obsolete | ||
Tp | libop | edit text in chain | 1998 | ||
Ts | libop | Replace text by lib record # | 1998 | ||
Tt | libop | update library title | 1998 | ||
V2 | libop | delete last page | 1998 | ||
V4 | libop | edit title | 1998 | ||
V5 | libop | update text | 1998 | ||
V6 | libop | add new page | 1998 | ||
V7 | libop | complete delete | 1998 | ||
V8 | libop | edit text pages | 1998 | ||
V9 | libop | update title | 1998 | ||
VA | libop | add to menu | 1998 | ||
VB | libop | move to bottom of menu | 1998 | ||
VD | libop | move down in menu | 1998 | ||
VE | libop | edit menu item | 1998 | ||
VI | libop | replace menu text | 1998 | ||
VJ | libop | edit menu text | 1998 | ||
VL | libop | menu list | 1998 | ||
VM | libop | menu edit | 1998 | ||
VR | libop | remove from menu | 1998 | ||
VT | libop | move to top of menu | 1998 | ||
VU | libop | move up in menu | 1998 | ||
Va | libop | Add club member | 1998 | ||
Ve | libop | Get club modify info | 1998 | ||
Vl | libop | List owned clubs | 1998 | ||
Vm | libop | List members | 1998 | ||
Vn | libop | List Members - More | 2001 | ||
Vr | libop | Replace club member | 1998 | ||
K1 | library, nav_switch | Request a library record | PL | 1998/2001 | |
K3 | library | QLINK, Subj list 4 msg brd/lib$+$qlink?:QLINK, Subj list 4 msg brd(Lib) | 1998/2001 - Obsolete | ||
K8 | library | QLINK, Abort msg/desc building$+$qlink?:QLINK, Abort msg/desc buil(Lib) | 1998/2001 - Obsolete | ||
KI | library | QLINK, Cont scan of subj list$+$qlink?:QLINK, Cont scan of subj (Lib) | 1998/2001 - Obsolete | ||
KJ | library | QLINK, Abort srch of subj list$+$qlink?:QLINK, Abort srch of subj (Lib) | 1998/2001 - Obsolete | ||
KL | library | QLINK, Last line file desc$+$qlink?:QLINK, Last line file (Lib) | 1998/2001 - Obsolete | ||
KP | library | QLINK, Get doc 4 software desc$+$qlink?:QLINK, Get doc 4 software (Lib) | 1998/2001 - Obsolete | ||
KQ | library | QLINK, Start a suggestion ???$+$qlink?:QLINK, Start a suggestion (Lib) | 1998/2001 - Obsolete | ||
KS | library | QLINK, For obs vers Q2 - like K1 | 1998 | ||
KT | library | QLINK, For obs vers Q2 - like K1 | 1998 | ||
KW | library | QLINK, Srch subj lst for brd/lib | 1998 | ||
KX | library | Request a Library record | PL | 2001/1998 | |
Kc | library | Request lib rec (with prepop) | 1998 | ||
Kn | library | Cont sending text - gen 4 | 1998 | ||
k* | library | General Library tokens | NU | 1998 | |
7@ | lmg | list_pop_apple_pc_cnt | 2001 | ||
7A | lmg | Connect to LMG$+$rmg:Connect to old RMG | NU* | 2001/1998 | |
7B | lmg | board_add_owner2$+$rmg*:DO cmd for old RMG | 2001/1998 | ||
7C | lmg | board_appl_disabled_b$+$rmg*:Input for old RMG | 2001/1998 | ||
7D | lmg | board_bxfer_send$+$rmg*:Disconnect from old RMG | 2001/1998 | ||
7E | lmg | board_cancel_tool_lck$+$rmg*:Domain change | 2001/1998 | ||
7F | lmg | board_change_nod_del$+$rmg*:Send .c1 command | 2001/1998 | ||
7G | lmg | board_change_nod_hid$+$rmg*:Send .c1 command | 2001/1998 | ||
7H | lmg | board_change_nod_unr$+$rmg*:Send .c1 command | 2001/1998 | ||
7I | lmg | board_change_msg_del$+$rmg*:Send .c1 command | 2001/1998 | ||
7J | lmg | board_change_msg_hid$+$rmg*:Send .c1 command | 2001/1998 | ||
7K | lmg | board_change_msg_rel$+$rmg*:Send .c1 command | 2001/1998 | ||
7L | lmg | board_change_rpl_del$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
7M | lmg | board_change_rpl_hid$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
7N | lmg | board_change_rpl_rel$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
7O | lmg | board_confirm_cnt_del$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
7P | lmg | board_confirm_msg_del$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
7Q | lmg | board_confirm_rpl_del$+$rmg*:Sub-input 1 for old rmg | 2001/1998 | ||
7R | lmg | board_create_container$+$rmg*:connect to old RMG w/out unplug | 2001/1998 | ||
7S | lmg | board_create_cnt_chld$+$rmg*:Disconnect from old RMG cluster | 2001/1998 | ||
7T | lmg | board_create_folder$+$rmg*:Individual old RMG form closed | 2001/1998 | ||
7U | lmg | board_delete_owner$+$rmg*:Send .c1 command | 2001/1998 | ||
7V | lmg | board_delete_owner2$+$rmg*:Send .c1 command | 2001/1998 | ||
7W | lmg | board_delink_form$+$rmg* | 2001/1998 | ||
7X | lmg | board_delink_item$+$rmg*:Send .c1 command | 2001/1998 | ||
7Y | lmg | board_disp_msg_nrep$+$rmg*:Special token for free curtain | 2001/1998 | ||
F1 | loader | QLink - Start upload | NU | 2001/1998 | |
F2 | loader | QLink - Upload data | 1998 | ||
F3 | loader | QLink - Upload last data | 1998 | ||
F4 | loader | QLink - Start download | NU | 2001/1998 | |
FF | loader | QLink - Ack download block | NU | 2001/1998 | |
FK | loader | QLink - Abort transfer | CU DS | 2001/1998 | |
FO | loader | QLink - Ack download block | NU | 2001/1998 | |
MD | loader | Give/Switch to Loader | 1998 | ||
MF | loader | Give/Switch to Loader | 1998 | ||
eW | loader | mark mail deleted - pre gen4$+$mbox_read-syb | 1998/2001 | ||
ew | loader | Mark mail_deleted$+$mbox_read | 1998/1998 | ||
ow | loader | Mark Outbox Deleted (form mail)$+$mbox_read | 1998/1998 | ||
LN | locate | Lookup user by name$+$qlink?:Lookup user by name - locate | 1998/2001 - Obsolete | ||
LX | locate | List Promenade Room Names$+$qlink?:List Prom Room Names - locate | 1998/2001 - Obsolete | ||
LY | locate | List Prom Room Names (cont'd)$+$qlink?:List Prom Names (cont'd) -locate | 1998/2001 - Obsolete | ||
Ln | locate | Locate - respond with forms | 1998 | ||
TM | locate | Current time/elapsed time$+$online_clock:Online Clock$_$dracula | 1998/2001 | ||
D6 | login | Confirm password updated$+$porch | NU PL | 2001/1998 | |
DD | login | Initial login packet$+$porch | NU SP PL | 2001/1998 | |
Dd | login | Initial login pkt (form based)$+$porch | NU SP PL | 2001/1998 | |
Dg | login | Guest Account signon data$+$porch | PL | 2001/1998 | |
Dl | login | Start next action$+$porch | PL | 2001/1998 | |
Dp | login | Process manual password$+$porch | PL | 2001/1998 | |
Dz | login | Login authentication keys | 2001 | ||
d8 | login | Define language list - Gen4$+$porch | 2001/2001 | ||
u2 | login | Disk update complete sent by pc$+$porch | PL * | 2001/1998 | |
PA | login_popup | Login Popup -queue apollo | 2001 | ||
PB | login_popup | Login Popup B | 2001 | ||
PC | login_popup | Login Popup C | 2001 | ||
PP | login_popup | Login Popup P | 2001 | ||
PU | login_popup | Login Popup U | 2001 | ||
LO | logout | Session termination$+$porch | SP PL | 2001/1998 | |
UR | logout | User resignon | 2001 | ||
US | logout | switch screenname | 2001 | ||
p# | mail_admin | Get mail scroll control$+$mbox_admin | 2001/2001 | ||
p$ | mail_admin | Set mail scroll control$+$mbox_admin | 2001/2001 | ||
p1 | mail_admin | Mail parental control request$+$mbox_admin | 2001/2001 | ||
p2 | mail_admin | Get mail parental controls$+$mbox_admin | 2001/2001 | ||
p3 | mail_admin | Add to permit_deny list$+$mbox_admin | 2001/2001 | ||
p4 | mail_admin | Remove from permit deny list$+$mbox_admin | 2001/2001 | ||
p5 | mail_admin | Set mail parental controls$+$mbox_admin | 2001/2001 | ||
p8 | mail_admin | Generic cleanup EC$+$mbox_admin | 2001/2001 | ||
ED | mail_attach_verify | Downld mail attach AOLAPI$+$mail_dl_sw | 2001/2001 | ||
e! | mail_attach_verify | Download file after warning$+$mail_dl_sw | 2001/2001 | ||
e@ | mail_attach_verify | Cancel download from warning$+$mail_dl_sw | 2001/2001 | ||
eD | mail_attach_verify | Download file attached to mail$_$mail_dl_sw$+$mail_download:Download file attached to mail$_$soft_download | NU | 2001/1998 | |
ed | mail_attach_verify | Download method for MIP$_$mail_dl_sw$+$mail_download:Download method for MIP$_$soft_download | 2001/1998 | ||
ej | mail_attach_verify | OK to proceed with mail download$+$mail_dl_sw | 2001/2001 | ||
ek | mail_attach_verify | download direct by mail id$_$mail_dl_sw$+$mail_download:download direct by mail id$_$soft_download | 2001/1998 | ||
eq | mail_attach_verify | Add attached mail file to queue$_$mail_dl_sw$+$mail_download:Add attached mail file to queue$_$soft_download | 2001/1998 | ||
uj | mail_attach_verify | confirm download-japanese client$+$mail_dl_sw | 2001/2001 | ||
SC | mail_flag? | signon seq complete | 2001 | ||
m0 | mail_form_driven* | FDM #1$+$mail_list:mip-3 list mail$_$mbox_list | 1998/2001 | ||
ou | mail_form_driven* | FDM #2$+$mbox_read:PCAO unsend | 1998/2001 | ||
ef | mail_form_driven | (Note: An existing token - reroute)$_$mbox_send$+$mail_form_driven:Form driven mail token | 1998/2001 | ||
l0 | mail_list | Check mailbox password$+$mbox_list | 2001/2001 | ||
l1 | mail_list | Cancel mailbox password check$+$mbox_list | 2001/2001 | ||
m6 | mail_list | List recently deleted mail$+$mbox_read:Read mail | 2001/1998 | ||
m7 | mail_list | List unread mail w/atoms$+$mbox_list | 2001/1998 | ||
m8 | mail_list | List outbound mail w/atoms$+$mbox_list | 2001/1998 | ||
m9 | mail_list | List read mail w/atoms$+$mbox_list | 2001/1998 | ||
m2 | mail_read | Request to hide folder$+$qlink? | 2001/1998 - Obsolete | ||
m3 | mail_read | atomized mail read (WAOL)$+$mbox_read | NU | 2001/1998 | |
oR | mail_read | Form based email recall$+$mbox_read | 2001/1998 | ||
oS | mail_read | Outbox - get mail status$+$mbox_read | 2001/1998 | ||
oU | mail_read | Recall (unsend) confirmation$+$mbox_read | 2001/1998 | ||
m4 | mail_send | Start atom mail$_$mail_send_sw$+$mbox_send:Start atom mail | NU | 2001/1998 | |
m5 | mail_send | Send atom mail text$_$mail_send_sw$+$mbox_send:Send atom mail text | 2001/1998 | ||
mI | mail_send | Email - file info for upload$+$mail_send_sw | 2001/2001 | ||
mN | mail_send | Start atom mail$_$mail_send_sw$+$qlink?:Read "next" topic in bboard | 2001/1998 - Obsolete | ||
PM | marketing_prefs | database write request | 2001 | ||
PR | marketing_prefs | qlink request locate, snd to LW$+$roomer | M1 | 2001/2001 - Obsolete | |
g& | mbox_admin | Send user-config form | 1998 | ||
g0 | mbox_admin | Switch current mbox domain | NU | 1998 | |
g1 | mbox_admin | OK btn for add-user-to-grp form | NU | 1998 | |
g2 | mbox_admin | View currently loaded group | NU | 1998 | |
g3 | mbox_admin | OK button on remove-user form | NU | 1998 | |
g4 | mbox_admin | Toggle sender_list on custom | NU | 1998 | |
g5 | mbox_admin | OK btn - transfer ownership | NU | 1998 | |
g6 | mbox_admin | Edit form letter | NU | 1998 | |
g7 | mbox_admin | Toggle en/disabled - form letter | NU | 1998 | |
g8 | mbox_admin | Delete form letter | NU | 1998 | |
g9 | mbox_admin | Send btn on edit form ltr | NU | 1998 | |
gA | mbox_admin | Add new group address | NU | 1998 | |
gB | mbox_admin | List members/mgrs/senders for gp | NU | 1998 | |
gC | mbox_admin | Create new group addr | NU | 1998 | |
gD | mbox_admin | Delete Gruop | NU | 1998 | |
gE | mbox_admin | Edit mailbox configuration | NU | 1998 | |
gF | mbox_admin | Set Form Letters for Groups | NU | 1998 | |
gG | mbox_admin | Save group config changes | NU | 1998 | |
gH | mbox_admin | Remove user from list | NU | 1998 | |
gI | mbox_admin | Manage Specific Mbox (super) | NU | 1998 | |
gJ | mbox_admin | Send subscription req form | NU | 1998 | |
gK | mbox_admin | Mgr processes current request | NU | 1998 | |
gL | mbox_admin | List group/special mboxes | NU | 1998 | |
gM | mbox_admin | Manage selected mailbox | NU | 1998 | |
gN | mbox_admin | Accept new group name | NU | 1998 | |
gO | mbox_admin | Mgr get next request | NU | 1998 | |
gP | mbox_admin | Request delegation form | NU | 1998 | |
gQ | mbox_admin | Set delegation info | 1998 | ||
gR | mbox_admin | Remove user from group | NU | 1998 | |
gS | mbox_admin | Save custom group config | NU | 1998 | |
gT | mbox_admin | Transfer ownership of group | NU | 1998 | |
gU | mbox_admin | Unsubscribe to group | NU | 1998 | |
gV | mbox_admin | View Group mbox info | NU | 1998 | |
gW | mbox_admin | Stop delegation | 1998 | ||
gY | mbox_admin | Request personal ignore list | NU | 1998 | |
gZ | mbox_admin | Request delegate form | NU | 1998 | |
gs? | mbox_admin | Show user balance | NU | 1998 | |
mS | mbox_admin | Send Stratus line-25 msg | NU | 2001/1998 | |
p! | mbox_admin | get spam prefs | 2001 | ||
p% | mbox_admin | Get mail alert | 2001 | ||
p@ | mbox_admin | set spam prefs | 2001 | ||
p^ | mbox_admin | Set mail alert | 2001 | ||
eL | mbox_list | Request to list unread mail | 1998 | ||
eM | mbox_list | Mail menu continue | 1998 | ||
eN | mbox_list | Read "next" mail message | 1998 | ||
eO | mbox_list | List old mail | 1998 | ||
el | mbox_list | List unread mail - use MIP | 1998 | ||
eo | mbox_list | List old mail - use MIP | 1998 | ||
ep | mbox_list | Display previous mail message | 1998 | ||
mG | mbox_list | Create user's mailbox$+$qlink?:Create user's mailbox -mbox_list | 2001 - Obsolete/1998 - Obsolete | ||
oL | mbox_list | Outbox - starting list | 1998 | ||
oO | mbox_list | Outbox - continue listing | 1998 | ||
ol | mbox_list | Get outbox list - use MIP | 1998 | ||
ec | mbox_read-syb | Continue sending mip mail$+$mbox_read | 2001/1998 | ||
er | mbox_read-syb | Read mail - use MIP$+$mbox_read | 2001/1998 | ||
ev | mbox_read-syb | Make unread - pre gen4$+$mbox_read | 2001/1998 | ||
ex | mbox_read-syb | Method to mark read w/o read MIP$+$mbox_read | 2001/1998 | ||
oW | mbox_read-syb | delete from outbox$+$mbox_read:delete from outbox$_$loader | 2001/1998 | ||
or | mbox_read-syb | Mip based email recall$+$mbox_read | 2001/1998 | ||
os | mbox_read-syb | Get status - MIP format$+$mbox_read | 2001/1998 | ||
e0 | mbox_read | Initiate form-based forward | 1998 | ||
e3 | mbox_read | New message board comment | 1998 | ||
e4 | mbox_read | Answer author only | 1998 | ||
e5 | mbox_read | mail_read domain | 1998 | ||
e8 | mbox_read | Read mail for View Description | 1998 | ||
eC | mbox_read | Continue mail_read | 1998 | ||
eR | mbox_read | Read mail | 1998 | ||
eb | mbox_read | Read mail, no header info$+$qlink? | 1998/2001 - Obsolete | ||
eg | mbox_read | Read mail, show no Next btn | 1998 | ||
eh | mbox_read | Read from outbox | 1998 | ||
ey | mbox_read | Mark mail read w/o read via atom | 1998 | ||
ez | mbox_read | Mark mail unread | 1998 | ||
oI | mbox_read | Get status atom format$+$qlink? | 1998/2001 - Obsolete | ||
af | mbox_send | usmail addressed "FROM"$+$qlink? | 1998/2001 - Obsolete | ||
e1 | mbox_send | New form mail header | NU | 2001/1998 | |
e2 | mbox_send | New form mail file header | NU | 2001/1998 | |
e9 | mbox_send | Send header on forward | NU | 2001/1998 | |
eI | mbox_send | Email - file info for upload | 1998 | ||
mB | mbox_send | Message Interchange Protocol pkt | NU | 2001/1998 | |
mC | mbox_send | Confirm E-Mail charges$+$qlink? | 1998/2001 - Obsolete | ||
mT | mbox_send | Message Interchange Protocol pkt | 1998 | ||
jY | mdir_notify | Mdir Notify Button$+$qlink?:Add/Modify Profile part 4 | 2001/1998 - Obsolete | ||
jZ | mdir_notify | Mdir SendRpt Button$+$qlink?:Add/Modify Profile part 5 | 2001/1998 - Obsolete | ||
2i | mdir_retrieve | TEST - Display profile by name$+$a2k_retrieve:TEST - Display profile by name$_$aliases: mdir_ret_migsw | NU | 1998/2001 | |
2w | mdir_retrieve | TEST - Display prof by #$+$a2k_retrieve:TEST - Display prof by #$_$mdir_ret_migsw | NU | 1998/2001 | |
Id | mdir_retrieve | Identify - answer w/forms$+$a2k_retrieve:Identify - answer w/forms$_$mdir_ret_migsw | NU | 1998/2001 | |
id | mdir_retrieve | Identify for fdo91$+$a2k_retrieve:Identify for fdo91$_$mdir_ret_migsw | NU | 1998/2001 | |
jI | mdir_retrieve | ID to member_dir$+$a2k_retrieve:ID to member_dir$_$mdir_ret_migsw | NU | 1998/2001 | |
jW | mdir_retrieve | Display Profile$+$a2k_retrieve | NU | 1998/2001 | |
ji | mdir_retrieve | Display profile by name$+$a2k_retrieve:Display profile by name$_$mdir_ret_migsw | NU | 1998/2001 | |
jw | mdir_retrieve | Display profile by record number$+$a2k_retrieve:Display profile by record number$_$mdir_ret_migsw | NU | 1998/2001 | |
7w | mdir_sch_migsw | enter-database token$+$mdir_search | 2001/2001 | ||
7r | mdir_search | URL processing | 2001 | ||
7s | mdir_search | close window indicator | 2001 | ||
7t | mdir_search | token for new retrieve and searc | 2001 | ||
7u | mdir_search | new token for mac memb dir searc | 2001 | ||
7v | mdir_search | mac member directory search | 2001 | ||
7x | mdir_search | initial search token | 2001 | ||
7y | mdir_search | more processing | 2001 | ||
7z | mdir_search | reset domain | 2001 | ||
jS | mdir_search | Find users by Screen name$+$a2k_search | NU | 1998/2001 | |
jA | mdir_search_new | Enter search DB - up search form | 2001 | ||
jB | mdir_search_new | Perform search | 2001 | ||
jC | mdir_search_new | Get more search results | 2001 | ||
jE | mdir_search_new | Close search form$+$qlink?:Enter name in member_dir | 2001/1998 - Obsolete | ||
jF | mdir_search_new | Retrieve profile from hit list | 2001 | ||
je | mdir_upd_migsw | Create/edit profile$+$mdir_update | 2001/1998 - Obsolete | ||
2d | mdir_update | TEST - User confirms delete prof$+$a2k_members | NU | 1998/2001 | |
2r | mdir_update | TEST - Update/Create Profile$+$a2k_members | NU | 1998/2001 | |
2u | mdir_update | TEST - Users says delete profile$+$a2k_members | NU | 1998/2001 | |
2v | mdir_update | TEST - Update/Create prof data$+$a2k_members | NU | 1998/2001 | |
jD | mdir_update | Delete from member_dir (part 2)$+$a2k_members | NU | 1998/2001 | |
jR | mdir_update | Get list of names to modify$+$a2k_members | NU | 1998/2001 | |
jU | mdir_update | Get list of names to delete$+$a2k_members | NU | 1998/2001 | |
jV | mdir_update | Add/Modify Profile part 1$+$a2k_members | NU | 1998/2001 | |
jd | mdir_update | User confirms delete profile$+$a2k_members | NU | 1998/2001 | |
jf | mdir_update | Update/Create prof data$+$qlink?:Request search by name form | 2001/1998 - Obsolete | ||
jl | mdir_update | Req profile delete$+$qlink?:Find by real name | NU | 2001/1998 - Obsolete | |
jm | mdir_update | User confirms delete profile$+$qlink?:More find entries requested | 2001/1998 - Obsolete | ||
jr | mdir_update | Start profile add or mod$+$a2k_members | NU | 1998/2001 | |
js | mdir_update | Close/Cancel button$+$qlink?:Find by screen name | NU | 2001/1998 - Obsolete | |
ju | mdir_update | User says delete profile$+$a2k_members | NU | 1998/2001 | |
jv | mdir_update | First add modify screen$+$a2k_members | NU | 1998/2001 | |
4A | mem_int_prof | show me, interest button | 2001 | ||
4B | mem_int_prof | MYI keyword | 2001 | ||
4C | mem_int_prof | close MYI | 2001 | ||
4D | mem_int_prof | close "Places to Explore" (PE) | 2001 | ||
4E | mem_int_prof | Places to Explore (PE) | 2001 | ||
4F | mem_int_prof | interest profiles | 2001 | ||
4G | mem_int_prof | interest profiles | 2001 | ||
4H | mem_int_prof | interest profiles KW | 2001 | ||
4I | mem_int_prof | interest profiles: prev button | 2001 | ||
4J | mem_int_prof | interest profiles:next button | 2001 | ||
4K | mem_int_prof | interest profiles:listbox | 2001 | ||
4L | mem_int_prof | interest profiles | 2001 | ||
4M | mem_int_prof | interest profiles | 2001 | ||
4N | mem_int_prof | interest profiles | 2001 | ||
(e | moo_games_01 | Games MOO 01 input | 2001 | ||
(f | moo_games_01 | Games MOO 01 entry | 2001 | ||
(g | moo_games_02 | Games MOO 02 input | 2001 | ||
(h | moo_games_02 | Games MOO 02 entry | 2001 | ||
(i | moo_games_03 | Games MOO 03 input | 2001 | ||
(j | moo_games_03 | Games MOO 03 entry | 2001 | ||
DP | my_places | Display Places | 2001 | ||
nt | name_swap | process_switch_screen_name | 2001 | ||
nk | nameman * | process user preferences form$+$nameman | 1998/2001 | ||
nl | nameman* | Send user spotlight$+$nameman:send_user_spotlight | 1998/2001 | ||
Da | nameman | Initiate 'walkaround' pw change | 1998 | ||
Dc | nameman | Change 'walkaround' password | 1998 | ||
Ds | nameman | Set new 'walkaround' password | 1998 | ||
Dx | nameman | Turn 'walkaround' password off | 1998 | ||
n@ | nameman | update parental control | 1998 | ||
nA | nameman | add subaccount name | NU | 2001/1998 | |
nB | nameman | process_surcharge_control | 2001 | ||
nC | nameman | Interactive Communications Cntl | 1998 | ||
nD | nameman | delete subaccount name | NU | 2001/1998 | |
nE | nameman | nameman send to old mac client | 2001 | ||
nI | nameman | process_master_sn_control | 2001 | ||
nJ | nameman | master screen name cntrl$+$nameman:process_new_master_sn_form | 1998/2001 | ||
nM | nameman | add new subact to member dir | 1998 | ||
nP | nameman | Define new account password | 1998 | ||
nR | nameman | Refresh lcl db with user list | 1998 | ||
nU | nameman | update disk profile | CU | 2001/1998 | |
nZ | nameman | User requested CANCEL | 1998 | ||
na | nameman | Start sub-acct add | NU | 2001/1998 | |
nb | nameman | process_kids_only_confirm | 2001 | ||
nc | nameman | Request create name form | 1998 | ||
nd | nameman | Request delete name form | 1998 | ||
ni | nameman | Request chat control form | 1998 | ||
nj | nameman | send user preferences form | 1998 | ||
nm | nameman | Process user spotlight$+$nameman:process user spotlight | 1998/2001 | ||
nn | nameman | Request parental controls form$+$nameman:send kids only form | 1998/2001 | ||
no | nameman | $+$nameman:process kids only | 1998/2001 | ||
np | nameman | $+$nameman:process user close form | 1998/2001 | ||
nq | nameman | process_download_control | 2001 | ||
nr | nameman | Process parental controls form | 1998 | ||
ns | nameman | process web control | 2001 | ||
nu | nameman | process undelete SN | 2001 | ||
nv | nameman | send undelete SN form | 2001 | ||
nz | nameman | $+$nameman:process usr cancl kids-only form | 1998/2001 | ||
!f | order_inq | process main menu merch | 2001 | ||
!g | order_inq | process main menu | 2001 | ||
!h | order_inq | process screen | 2001 | ||
!i | order_inq | cancel request | 2001 | ||
!j | order_inq | display_order_detail | 2001 | ||
!n | order_inq | display_next_detail | 2001 | ||
!o | order_inq | display_product_options | 2001 | ||
!p | order_inq | display_previous_detail | 2001 | ||
!w | order_inq | display_previous_screen | 2001 | ||
Cu | pageman | Get indexed coll with mip_atom | 2001 | ||
Cv | pageman | Get permanent colls w/mip_atom | 2001 | ||
Cw | pageman | autotour window minimized | 2001 | ||
t1 | pageman | request text from menu/list$+$textman2 | NU | 2001/1998 | |
t2 | pageman | request text from more button$+$textman2 | 2001/1998 | ||
t4 | pageman | reset textman domain info$+$textman2 | 2001/1998 | ||
t5 | pageman | next text record$+$textman2 | 2001/1998 | ||
t7 | pageman | Request rich text for atom mip | 2001 | ||
yy | pager_multi | Added for Pager Requests | 2001 | ||
za | pager_multi | address book for pager | 2001 | ||
zb | pager_multi | address book for pager | 2001 | ||
zc | pager_multi | address book pager | 2001 | ||
zd | pager_multi | address book for pager | 2001 | ||
ze | pager_multi | address book for pager | 2001 | ||
zf | pager_multi | address book for pager | 2001 | ||
zg | pager_multi | address book for pager | 2001 | ||
zh | pager_multi | address book for pager | 2001 | ||
zi | pager_multi | address book for pager | 2001 | ||
zj | pager_multi | address book for pager | 2001 | ||
zk | pager_multi | address book for pager | 2001 | ||
Ja | pcquote | sdk rqst for quote | 2001 | ||
Jb | pcquote | sdk rqst for quick quote | 2001 | ||
Jc | pcquote | sdk get pfolio or pfolio list | 2001 | ||
PT | pcquote | qp_server free curtain token | 2001 | ||
Qa | pcquote | mp add to which portfolio | 2001 | ||
Qb | pcquote | mp add to portfolio | 2001 | ||
Qd | pcquote | mp rqst for named symbol quote | 2001 | ||
Qe | pcquote | mp rqst quote of pfolio symbol | 2001 | ||
Qf | pcquote | mp start editing pfolio item | 2001 | ||
Qg | pcquote | mp setup delete portfolio | 2001 | ||
Qh | pcquote | reserve for pcquote | 2001 | ||
Qi | pcquote | mp update edited pfolio item | 2001 | ||
Qj | pcquote | mp refresh pfolio display | 2001 | ||
Qk | pcquote | rqst for mac sdk quote | 2001 | ||
Ql | pcquote | rqst to display a public pfolio$+$quote_sls | 2001/2001 | ||
Qm | pcquote | mp display win save/print pfolio | 2001 | ||
Qn | pcquote | setup rename portfolio$+$quote_distrib | 2001/2001 | ||
Qo | pcquote | mp change portfolio name | 2001 | ||
Qp | pcquote | mp start direct add to pfolio$+$quote_sls | 2001/2001 | ||
pcquote | mp direct add item to pfolio | 2001 | |||
Qr | pcquote | reset gen3 pcquote domain | 2001 | ||
Qs | pcquote | mp setup delete from portfolio | 2001 | ||
Qt | pcquote | mp delete from portfolio | 2001 | ||
Qu | pcquote | rqst for win sdk quote | 2001 | ||
Qv | pcquote | mp start add item from summary | 2001 | ||
Qw | pcquote | mp Symbol name listboxMoreButton | 2001 | ||
Qx | pcquote | mp symbol search list box | 2001 | ||
Qy | pcquote | mp disp quote token frm lookup | 2001 | ||
Qz | pcquote | mp cancel edit portfolio item | 2001 | ||
pa | pcquote | Add stock to portfolio$+$pcquote:setup add to portfolio | 1998/2001 | ||
pd | pcquote | Delelte stock from portfolio$+$pcquote:delete from portfolio | 1998/2001 | ||
pe | pcquote | mp start add to portfolio | 2001 | ||
pf | pcquote | Display portfolio$+$pcquote:display portfolio | 1998/2001 | ||
pg | pcquote | Display Bulls & Bears Portfolio$+$pcquote:mp delete portfolio | 1998/2001 | ||
ph | pcquote | Display portfolio$+$pcquote:display mac save & print pfolio | 1998/2001 | ||
pi | pcquote | Display Quicken portfolio$+$pcquote:mp create new portfolio | 1998/2001 | ||
pk | pcquote | Get quote for stock in portfolio$+$pcquote:rqst for quote of pfolio symbol | 1998/2001 | ||
pl | pcquote | Get stock quote frm list box$+$pcquote:rqst for quote of listbox symbol | 1998/2001 | ||
pm | pcquote | Continue company list display$+$pcquote:display more search sym db hits | 1998/2001 | ||
pp | pcquote | Add to portfolio w/data$+$pcquote:add to portfolio | 1998/2001 | ||
pq | pcquote | Get stock quote$+$pcquote:rqst for quote of a named symbol | 1998/2001 | ||
pr | pcquote | Request a stock quote form$+$pcquote:rqst to send a form | 1998/2001 | ||
ps | pcquote | Scan company database$+$pcquote:search symbol database | 1998/2001 | ||
px | pcquote | Setup remove from portfolio$+$pcquote:setup delete from portfolio | 1998/2001 | ||
PE | popup | Select popup action | 2001 | ||
PF | popup | Trigger popup action | 2001 | ||
PV | popup | channel popup init | 2001 | ||
PW | popup | adhoc popup init | 2001 | ||
PX | popup | logout popup init | 2001 | ||
p6 | popup_prefs | Get popup prefs | 2001 | ||
p7 | popup_prefs | Set popup prefs | 2001 | ||
D5 | porch | Return D! to PC | PL | 2001 - Obsolete/1998 | |
D9 | porch | process new mail query | PL | 2001 - Obsolete/1998 | |
Db | porch | Accepted AOL conversion.$+$porch:User accepted AOL conversion. | PL | 2001 - Obsolete/1998 | |
De | porch | Porch Prom reject button$+$porch:Prom reject button | PL | 1998/2001 - Obsolete | |
Di | porch | Rcv manual passwords for acct$+$porch:Rcv manual pw's for acct | PL | 1998/2001 - Obsolete | |
d5 | porch | Account record update complete$+$porch:Acct rec update complete | PL | 1998/2001 - Obsolete | |
d6 | porch | Password update complete$+$qlink? | PL | 1998/2001 - Obsolete | |
d7 | porch | Define Language list - Mac Login$+$porch:Define language list (Mac) | PL* | 2001 - Obsolete/1998 | |
lR | porch | Update language list - Mac$+$qlink?:Update language list - Mac Login | 2001/2001 - Obsolete | ||
pU | porch | Script writ result, nxt act'n Dl | PL | 2001 - Obsolete/1998 | |
Q- | port_prefs | return from search | 2001 | ||
Q= | port_prefs | start symbol search | 2001 | ||
QY | port_prefs | display main form | 2001 | ||
QZ | port_prefs | save preferences | 2001 | ||
Q[ | port_prefs | continue symbol search | 2001 | ||
Q\ | port_prefs | subscribe | 2001 | ||
Q] | port_prefs | unsubscribe | 2001 | ||
Q^ | port_prefs | TTharp | 2001 | ||
pA | promo_manager | Add a new promotion$+$promoter | 2001/1998 | ||
pB | promo_manager | Add promotion without checking | 2001 | ||
pC | promo_manager | Change promotion$+$promoter | 2001/1998 | ||
pD | promo_manager | Display single promotion | 2001 | ||
pL | promo_manager | List all pending promotions$+$promoter | 2001/1998 | ||
pN | promo_manager | List selected promotions$+$promoter | 2001/1998 | ||
pO | promo_manager | Open an existing promotion$+$promoter | 2001/1998 | ||
pP | promo_manager | Tell promoter to pop & add$+$promoter | 2001/1998 | ||
pR | promo_manager | Remove a pending promotion$+$promoter | 2001/1998 | ||
pS | promo_manager | Save promotion permanently$+$promoter | 2001/1998 | ||
pT | promo_manager | Timer report from signon screen$+$promoter | 2001/1998 | ||
pV | promo_manager | Preview promo screens | 2001 | ||
pW | promo_manager | Preview Promo Screen Forward | 2001 | ||
pX | promo_manager | Preview Promo Screen Backward | 2001 | ||
pE | promoter | Invokes the exit screen | 2001 | ||
pM | promoter | Request promotion screen | 1998 | ||
*T | qlink? | Soft desc modify - text packets | 1998 - Obsolete | ||
53 | qlink? | board_verify_access | 2001 - Obsolete | ||
5A | qlink? | board_add_owner | 2001 - Obsolete | ||
5C | qlink? | board_appl_disabled_b | 2001 - Obsolete | ||
5R | qlink? | board_create_container | 2001 - Obsolete | ||
5S | qlink? | board_create_cnt_chld | 2001 - Obsolete | ||
5U | qlink? | board_delete_owner | 2001 - Obsolete | ||
5a | qlink? | board_disp_msg_rep2 | 2001 - Obsolete | ||
5c | qlink? | board_disp_or_msg_rep | 2001 - Obsolete | ||
5h | qlink? | board_edit_own_rights | 2001 - Obsolete | ||
5v | qlink? | board_show_owners | 2001 - Obsolete | ||
5x | qlink? | board_show_prnt_noacc | 2001 - Obsolete | ||
6b | qlink? | srch_disp_cont_phrs | 2001 - Obsolete | ||
6c | qlink? | srch_get_cont_phrs | 2001 - Obsolete | ||
83 | qlink? | board_verify_access | 2001 - Obsolete | ||
8A | qlink? | board_add_owner | 2001 - Obsolete | ||
8C | qlink? | board_appl_disabled_b | 2001 - Obsolete | ||
8R | qlink? | board_create_container | 2001 - Obsolete | ||
8S | qlink? | board_create_cnt_chld | 2001 - Obsolete | ||
8U | qlink? | board_delete_owner | 2001 - Obsolete | ||
8a | qlink? | board_disp_msg_rep2 | 2001 - Obsolete | ||
8c | qlink? | board_disp_or_msg_rep | 2001 - Obsolete | ||
8h | qlink? | board_edit_own_rights | 2001 - Obsolete | ||
8v | qlink? | board_show_owners | 2001 - Obsolete | ||
8x | qlink? | board_show_prnt_noacc | 2001 - Obsolete | ||
9b | qlink? | srch_disp_cont_phrs | 2001 - Obsolete | ||
9c | qlink? | srch_get_cont_phrs | 2001 - Obsolete | ||
A& | qlink? | chat message with typed data | 2001 - Obsolete | ||
F6 | qlink? | QLINK, Start dl???(Lib) | 2001 - Obsolete | ||
K4 | qlink? | Library, QLink start file dnld | 1998 - Obsolete | ||
MZ | qlink? | Open Promenade HQ Room | 1998 - Obsolete | ||
Sb | qlink? | StoryLine - button response | 1998 - Obsolete | ||
Sr | qlink? | StoryLine - Response | NU | 2001 - Obsolete/1998 - Obsolete | |
Ss | qlink? | StoryLine - start story | NU | 2001 - Obsolete/1998 - Obsolete | |
a1 | qlink? | process certificate form | NU | 2001 - Obsolete/1998 - Obsolete | |
a4 | qlink? | process user name form | 1998 - Obsolete | ||
aT | qlink? | Process AIM chose billing | 2001 - Obsolete | ||
e6 | qlink? | Address book header | 1998 - Obsolete | ||
e7 | qlink? | Address book header (file xfer) | 1998 - Obsolete | ||
eP | qlink? | description for file folder | 1998 - Obsolete | ||
eQ | qlink? | apple_file_info for multi-file | 1998 - Obsolete | ||
eU | qlink? | Mac file name for email upload | 1998 - Obsolete | ||
gf | qlink? | Get File Kludge | 1998 - Obsolete | ||
h1 | qlink? | ask tandy hotline | 1998 - Obsolete | ||
h2 | qlink? | ask tandy hotline responses | 1998 - Obsolete | ||
h3 | qlink? | ask tandy read hotline responses | 1998 - Obsolete | ||
h4 | qlink? | Text for hotline message | 1998 - Obsolete | ||
hN | qlink? | Next hidden topic/file | 1998 - Obsolete | ||
hP | qlink? | Previous hidden topic/file | 1998 - Obsolete | ||
iM | qlink? | Sending IM (form) | 1998 - Obsolete | ||
jM | qlink? | List More users from prev. searc | 1998 - Obsolete | ||
jX | qlink? | Add name to member_dir (II) | 1998 - Obsolete | ||
jx | qlink? | Computers add modify screen | 1998 - Obsolete | ||
jy | qlink? | Occupations add modify screen | 1998 - Obsolete | ||
jz | qlink? | Send modify form | 1998 - Obsolete | ||
k1 | qlink? | Suspected typo of "K1" | 2001 - Obsolete | ||
mA | qlink? | Start a message board 'answer' | 1998 - Obsolete | ||
mE | qlink? | Enter message board | 1998 - Obsolete | ||
mH | qlink? | Start message board compose | 1998 - Obsolete | ||
mP | qlink? | Read previous message | 1998 - Obsolete | ||
mU | qlink? | Add message to folder | 1998 - Obsolete | ||
mV | qlink? | Offnet mail charge confirmation | 1998 - Obsolete | ||
mX | qlink? | Delete Topic | 1998 - Obsolete | ||
mf | qlink? | Read 1st msg - no prev | 1998 - Obsolete | ||
ml | qlink? | Read last msg - no next | 1998 - Obsolete | ||
mo | qlink? | read only msg - no next/prev | 1998 - Obsolete | ||
n[ | qlink? | snadmin process suggested name | 2001 - Obsolete | ||
n] | qlink? | snadmin process selected name | 2001 - Obsolete | ||
qlink? | Trade plus - get stock price | 1998 - Obsolete | |||
qS | qlink? | Trade plus - get stock symbol | 1998 - Obsolete | ||
rF | qlink? | Open first msg in folder | 1998 - Obsolete | ||
rS | qlink? | test of forced download | 1998 - Obsolete | ||
rU | qlink? | List "unread" comments | 1998 - Obsolete | ||
rV | qlink? | chat version check Mac 2.0 | 1998 - Obsolete | ||
rX | qlink? | Delete response | 1998 - Obsolete | ||
rY | qlink? | Assign to Puzzler Studio | 1998 - Obsolete | ||
rZ | qlink? | Assign to Puzzler Studio w/Name | 1998 - Obsolete | ||
sk | qlink? | Scorekeeper requests | 1998 - Obsolete | ||
tF | qlink? | Returns 'online' volumes | 1998 - Obsolete | ||
tO | qlink? | Request "List volumes" tkn (tO) | 1998 - Obsolete | ||
uD | qlink? | Disk update - delete complete | 1998 - Obsolete | ||
uF | qlink? | Disk update - download complete | 1998 - Obsolete | ||
uI | qlink? | Disk update - got file info | 1998 - Obsolete | ||
uP | qlink? | Personal Info write complete | 1998 - Obsolete | ||
uU | qlink? | Start disk update | 1998 - Obsolete | ||
vn | qlink? | save / update rec (view_rules) | 1998 - Obsolete | ||
pb | qp_dchart_fep | show a list of symbols form$+$quote_chart | 2001/2001 | ||
pc | qp_dchart_fep | start dynamic stock chart$+$quote_chart | 2001/2001 | ||
pj | qp_dchart_fep | show stock list form$+$quote_chart | 2001/2001 | ||
pn | qp_dchart_fep | update stock chart with delta$+$quote_chart | 2001/2001 | ||
pt | qp_dchart_fep | clean up after chart close$+$quote_chart | 2001/2001 | ||
kQ | quick_order | process quantity option | 2001 | ||
kU | quick_order | display previous screen | 2001 | ||
k] | quick_order | tour prod w/int id | 2001 | ||
ki | quick_order | request cc info | 2001 | ||
kk | quick_order | process checkout | 2001 | ||
kl | quick_order | process list option | 2001 | ||
ko | quick_order | display current option | 2001 | ||
kq | quick_order | process text 14 option | 2001 | ||
kv | quick_order | process ship addr | 2001 | ||
ky | quick_order | process cc billing | 2001 | ||
kz | quick_order | process bill to | 2001 | ||
tt | quote_active | send URL to company info$+$quote_distrib | 2001/2001 | ||
tx | quote_active | request quote for stock$+$quote_distrib | 2001/2001 | ||
tz | quote_active | request a stock chart via qmsg$+$quote_distrib | 2001/2001 | ||
QH | quote_detail | reserved$+$quote_distrib | 2001/2001 | ||
Q> | quote_disp | display quote form$+$quote_distrib | 2001/2001 | ||
Q< | quote_disp | from stratus or iq$+$quote_distrib | 2001/2001 | ||
QA | quote_disp | display intl quote form$+$quote_distrib | 2001/2001 | ||
QB | quote_disp | get quote request$+$quote_distrib | 2001/2001 | ||
QC | quote_disp | search for intl symbol$+$quote_distrib | 2001/2001 | ||
QD | quote_disp | Select list item from search box$+$quote_distrib | 2001/2001 | ||
QE | quote_disp | more button on search form$+$quote_distrib | 2001/2001 | ||
QF | quote_disp | reserved$+$quote_distrib | 2001/2001 | ||
QI | quote_disp | quote server add item button$+$quote_distrib | 2001/2001 | ||
Qc | quote_disp | mp display portfolio$+$quote_distrib | 2001/2001 | ||
Q~ | quote_disp | bounce token off of quote_detail$+$quote_distrib | 2001/2001 | ||
tv | quote_distrib | Display DJIA for MNC$+$quote_pict | 2001/2001 | ||
ty | quote_distrib | Ron Steele?$+$quote_pict | 2001/2001 | ||
QG | quote_form | initial quote request | 2001 | ||
Q! | quote_mp | Portfolio delete confirm | 2001 | ||
Q" | quote_mp | remove Symbol confirm | 2001 | ||
Q# | quote_mp | display edit symbol form | 2001 | ||
Q$ | quote_mp | display remove symbol form | 2001 | ||
Q% | quote_mp | print portfolio | 2001 | ||
Q& | quote_mp | refresh portfolio | 2001 | ||
Q' | quote_mp | transfer symbol | 2001 | ||
Q( | quote_mp | add cash portfolio list box sele | 2001 | ||
Q) | quote_mp | add item exchange listbox select | 2001 | ||
Q0 | quote_mp | add item list box | 2001 | ||
Q1 | quote_mp | confirm for portfolio rename | 2001 | ||
Q2 | quote_mp | Delete portfolio | 2001 | ||
Q3 | quote_mp | Rename portfolio | 2001 | ||
Q4 | quote_mp | display item add form | 2001 | ||
Q5 | quote_mp | transfer item form | 2001 | ||
Q6 | quote_mp | copy item | 2001 | ||
Q7 | quote_mp | customize add column | 2001 | ||
Q8 | quote_mp | Customize remove column | 2001 | ||
Q9 | quote_mp | Customize move up | 2001 | ||
QJ | quote_mp | Start Portfolio Wizard | 2001 | ||
QK | quote_mp | Cancel Portfolio Wizard | 2001 | ||
QL | quote_mp | Portfolio Wizard Add Item | 2001 | ||
QM | quote_mp | Display PSS | 2001 | ||
QN | quote_mp | Display port detail form | 2001 | ||
QO | quote_mp | (que oh) Add Item confirm | 2001 | ||
QP | quote_mp | calculate split | 2001 | ||
quote_mp | Portfolio Wizard Step 3 | 2001 | |||
QR | quote_mp | Set port to defaults confirm | 2001 | ||
QS | quote_mp | Portfolio Wizard Step 4 | 2001 | ||
QT | quote_mp | handle add cash | 2001 | ||
QU | quote_mp | Create Portfolio Ok Button | 2001 | ||
QV | quote_mp | item transfer confirm | 2001 | ||
QW | quote_mp | handle edit item | 2001 | ||
QX | quote_mp | edit item OK button | 2001 | ||
qa | quote_mp | Port Wiz create portfolio | 2001 | ||
qb | quote_mp | Port Wiz remove | 2001 | ||
qe | quote_mp | Port Wiz Edit | 2001 | ||
qj | quote_mp | display customize columns form | 2001 | ||
qk | quote_mp | display export form | 2001 | ||
ql | quote_mp | Paul Jackson | 2001 | ||
qm | quote_mp | split symbol confirm | 2001 | ||
qn | quote_mp | Customize move down | 2001 | ||
qo | quote_mp | Customize Columns OK | 2001 | ||
qp | quote_mp | col config AOL defaults | 2001 | ||
quote_mp | Customize clear columns | 2001 | |||
qr | quote_mp | Customize cancel button | 2001 | ||
qs | quote_mp | export portfolio | 2001 | ||
uv | quote_mp | Default view for portfolio | 2001 | ||
rb | radio_in | Radio Broadcast data | 2001 | ||
rc | radio_in | Radio Control (audio radio) | 2001 | ||
rd | radio_in | Radio Data (audio broadcast) | 2001 | ||
ri | radio_in | Radio Input data | 2001 | ||
rL | radio_sw | Start list of Responses$+$radio_sw:play station | 1998 - Obsolete/2001 | ||
rM | radio_sw | Continue list of Responses$+$radio_sw:description of station | 1998 - Obsolete/2001 | ||
rN | radio_sw | Read "next" comment$+$radio_sw:radio program schedule | 1998 - Obsolete/2001 | ||
rO | radio_sw | radio help | 2001 | ||
rP | radio_sw | Read previous comment$+$radio_sw:preset station | 1998 - Obsolete/2001 | ||
rQ | radio_sw | Play preset station | 2001 | ||
rR | radio_sw | tbd | 2001 | ||
rT | radio_sw | 2nd preset station | 2001 | ||
rW | radio_sw | third preset station$+$radio_tuner | 2001/2001 | ||
rj | radio_sw | fourth preset station | 2001 | ||
rk | radio_sw | fifth preset station | 2001 | ||
rl | radio_sw | sixth preset station | 2001 | ||
R2 | rain_adm | create rainman group$+$rainman2 | NU | 2001/1998 | |
R3 | rain_adm | open rainman group$+$rainman2 | NU | 2001/1998 | |
R4 | rain_adm | open rainman group config$+$rainman2 | NU | 2001/1998 | |
R5 | rain_adm | modify rainman group config$+$rainman2 | NU | 2001/1998 | |
R6 | rain_adm | add rainman group auth user$+$rainman2 | NU | 2001/1998 | |
R7 | rain_adm | add rainman group mapword$+$rainman2 | NU | 2001/1998 | |
R8 | rain_adm | list rainman group mapwords$+$rainman2 | NU | 2001/1998 | |
R9 | rain_adm | list rainman group auth users$+$rainman2 | NU | 2001/1998 | |
RG | rain_adm | Open mapword description$+$rainman2 | 2001/1998 | ||
RH | rain_adm | Update mapword description$+$rainman2 | 2001/1998 | ||
RR | rain_adm | List Groups$+$rainman2 | 2001/1998 | ||
RU | rain_adm | Open ranman mapword for delete$+$rainman2 | 2001/1998 | ||
RV | rain_adm | Confirm delete rainman mapword$+$rainman2 | 2001/1998 | ||
RW | rain_adm | Open rainman Auth User for edit$+$rainman2 | 2001/1998 | ||
RX | rain_adm | Reconfigure rainman auth user$+$rainman2 | 2001/1998 | ||
RY | rain_adm | Open rainman Auth User for delet$+$rainman2 | 2001/1998 | ||
RZ | rain_adm | Confirm delete rainman auth user$+$rainman2 | 2001/1998 | ||
Rd | rain_adm | Add RMP Group Authorized User.$+$rainman2 | 2001/2001 | ||
Rg | rain_adm | Add slugword$+$rainman2 | 2001/1998 | ||
Rh | rain_adm | List slugwords$+$rainman2 | 2001/1998 | ||
Ri | rain_adm | Open slugword for update$+$rainman2 | 2001/1998 | ||
Rj | rain_adm | Confirm slugword update$+$rainman2 | 2001/1998 | ||
Rk | rain_adm | Open slugword for delete$+$rainman2 | 2001/1998 | ||
Rl | rain_adm | Confirm slugword delete$+$rainman2 | 2001/1998 | ||
Rm | rain_adm | Open rmp_user limited groups.$+$rainman2 | 2001/2001 | ||
Rp | rain_adm | user configure rainman password$+$rainman2 | 2001/1998 | ||
Rq | rain_adm | open usr rainmn2 pswd display$+$rainman2 | 2001/1998 | ||
Rr | rain_adm | manage rmp pswds display$+$rainman2 | 2001/1998 | ||
Rs | rain_adm | manage rmp pswd delete$+$rainman2 | 2001/1998 | ||
Rt | rain_adm | user group retrieve$+$rainman2 | 2001/1998 | ||
Ru | rain_adm | user group delete$+$rainman2 | 2001/1998 | ||
Rv | rain_adm | user rainman2 delete$+$rainman2 | 2001/1998 | ||
Rx | rain_adm | Retrieve rmp_user limited groups$+$rainman2 | 2001/2001 | ||
Ry | rain_adm | Display rmp_user limited groups.$+$rain_adm:New Mac eoi token | 2001 - Obsolete/2001 | ||
Rz | rain_adm | display user groups$+$rainman2 | 2001/1998 | ||
r1 | rain_adm | New eoi token$+$rolodex:Request bingo # | 2001/1998 | ||
r3 | rain_adm | manage group options$+$rainman2 | 2001/2001 | ||
r4 | rain_adm | modify group options$+$rainman2 | 2001/2001 | ||
r5 | rain_adm | update rainman2 group options$+$rainman2 | 2001/2001 | ||
ry | rain_adm | test | 2001 | ||
rz | rain_adm | test | 2001 | ||
R1 | rainman2.int | interactive rainman cmds$+$rainman2 | NU | 2001/1998 | |
r7 | rainman2.int | test | 2001 | ||
r8 | rainman2.int | test | 2001 | ||
r9 | rainman2.int | test | 2001 | ||
R! | rainman2 | Interactive "show sched status" | 2001 | ||
R$ | rainman2 | show rainman info | 2001 - Obsolete/1998 | ||
R0 | rainman2 | Get Info about RMP object | 1998 | ||
Rw | rainman2 | selected object info | 2001 - Obsolete/1998 | ||
ir | ratbert | Instant RATification | 2001 | ||
rr | ratbert | Notify AOL | 2001 | ||
D1 | register | QLINK start certificate dialog | NU PL | 1998 | |
D2 | register | QLINK registration complete | PL | 1998 | |
Dr | register | Start trial registration | NU PL | 1998 | |
aA | register | Process county info | PL | 2001/1998 | |
aB | register | Process ext invoice | PL | 2001/1998 | |
aD | register | Process group member | PL | 2001/1998 | |
aE | register | Dislay Intl addr form | PL | 2001/1998 | |
aF | register | Process city info | PL | 2001/1998 | |
aG | register | Process group master$+$register:process_username_reset | PL | 1998/2001 | |
aH | register | finish updating user disk | PL | 2001/1998 | |
aI | register | send_member_dir_desc_form | 2001 | ||
aJ | register | process_member_dir_info | 2001 | ||
aK | register | process member dir cancel | 2001 | ||
aL | register | process billing address | 2001 | ||
aN | register | Get next Reg screen after passwd | 2001 | ||
aP | register | TOS text display | 2001 | ||
aQ | register | Process AIM info form | 2001 | ||
aU | register | Process short password info | 2001 | ||
aX | register | User cancel argument passed | 2001 | ||
aZ | register | kick user offline: Invalid Cert | 2001 | ||
aa | register | process certificate info | NU PL | 2001/1998 | |
ab | register | process name & addr info | PL | 2001/1998 | |
ac | register | Select a Credit Card | PL | 2001/1998 | |
ad | register | Get promotion description | PL | 2001/1998 | |
ae | register | end of registration | PL | 2001/1998 | |
ag | register | Get suggested screen name | PL | 2001/1998 | |
ah | register | Display billing type | PL | 2001/1998 | |
ai | register | process credit card info | PL | 2001/1998 | |
aj | register | Process Intl direct debit$+$register:proc_cc_debit_auth | PL | 1998/2001 | |
ak | register | process checking acct info | PL | 2001/1998 | |
al | register | Select alternate screen name$+$register:process_checking_auth_form | PL | 1998/2001 | |
am | register | Manage offer descriptions | PL | 1998 | |
an | register | Get next Register screen | 2001 | ||
ap | register | process passwords | PL | 2001/1998 | |
aq | register | Process Intll address | PL | 2001/1998 | |
ar | register | Get manage offer desc form | PL | 1998 | |
as | register | process screen name | PL | 2001/1998 | |
au | register | Ask for name & address form$+$register:Askfor name & address form | PL | 2001/1998 | |
av | register | Display more billing type | PL | 2001/1998 | |
aw | register | Process employee$+$register:process_offer_description | PL | 1998/2001 | |
ax | register | Use wants to cancel | PL | 2001/1998 | |
ay | register | User really wants to cancel | PL | 2001/1998 | |
az | register | Kick gen_2 user offline | PL | 2001/1998 | |
4a | remind_prefs | free reminder service | 2001 | ||
4b | remind_prefs | free reminder service | 2001 | ||
4c | remind_prefs | free reminder service | 2001 | ||
4d | remind_prefs | free reminder service | 2001 | ||
4e | remind_prefs | free reminder service | 2001 | ||
4f | remind_prefs | free reminder service | 2001 | ||
4g | remind_prefs | free reminder service | 2001 | ||
4h | remind_prefs | free reminder service | 2001 | ||
4i | remind_prefs | free reminder service | 2001 | ||
4j | remind_prefs | free reminder service | 2001 | ||
4k | remind_prefs | free reminder service | 2001 | ||
4l | remind_prefs | free reminder | 2001 | ||
4m | remind_prefs | free reminder service | 2001 | ||
4n | remind_prefs | free reminder service | 2001 | ||
4o | remind_prefs | free reminder service | 2001 | ||
f1 | retriever | Request object | PL | 1998/2001 | |
YS | rmg* | Disconnect from RMG w/clustering$+$rmg | 1998/2001 | ||
Y@ | rmg | token to rmg | 2001 | ||
YA | rmg | Connect to TCP RMG | NU | 2001/1998 | |
YB | rmg | DO cmd for TCP RMG | 1998 | ||
YC | rmg | Input for TCP RMG | 1998 | ||
YD | rmg | Disconnect from TCP RMG | 1998 | ||
YE | rmg | Domain change | 1998 | ||
YF | rmg | Send .c1 command | 1998 | ||
YG | rmg | Send .c1 command | 1998 | ||
YH | rmg | Send .c1 command | 1998 | ||
YI | rmg | Send .c1 command | 1998 | ||
YJ | rmg | Send .c1 command | 1998 | ||
YK | rmg | Send .c1 command | 1998 | ||
YL | rmg | Sub-input 1 for rmg | 1998 | ||
YM | rmg | Sub-input 1 for rmg$+$rmg:Sub-input 1for rmg | 2001/1998 | ||
YN | rmg | Sub-input 1 for rmg | 1998 | ||
YO | rmg | Sub-input 1 for rmg | 1998 | ||
YP | rmg | Sub-input 1 for rmg | 1998 | ||
YQ | rmg | Sub-input 1 for rmg | 1998 | ||
YR | rmg | connect to RMG w/out unplug | 2001 | ||
YT | rmg | Individual RMG form closed | 2001 | ||
YU | rmg | Send .c1 command | 2001 | ||
YV | rmg | Send .c1 command | 2001 | ||
YW | rmg | Send .c9 command | 2001 | ||
YX | rmg | RMG command | 2001 | ||
YY | rmg | Special token for free curtain | 1998 | ||
AK | roomer | trivia request | M1 | 2001 - Obsolete/1998 | |
AM | roomer | trivia question | M1 | 2001 - Obsolete/1998 | |
AP | roomer | trivia (delete response) | M1 | 2001 - Obsolete/1998 | |
AR | roomer | trivia (correct answer) | M1 | 2001 - Obsolete/1998 | |
AS | roomer | trivia response | M1 | 2001 - Obsolete/1998 | |
AW | roomer | trivia (wrong answer) | M1 | 2001 - Obsolete/1998 | |
AX | roomer | user selective broadcast | M1 | 2001 - Obsolete/1998 | |
CM | roomer | request public room (Rm/Aud) | M1 | 2001 - Obsolete/1998 | |
CP | roomer | request private room (Rm/Aud) | M1 | 2001 - Obsolete/1998 | |
CX | roomer | change room | M1 | 2001 - Obsolete/1998 | |
G! | roomer | qlink Game over | M1 | 2001 - Obsolete/1998 | |
G4 | roomer | qlink Game game not on disk | M1 | 2001 - Obsolete/1998 | |
G8 | roomer | qlink Game pc got loading error | M1 | 2001 - Obsolete/1998 | |
GA | roomer | qlink Game ack (resume moves) | M1 | 2001 - Obsolete/1998 | |
GB | roomer | qlink Game start-when all loaded | M1 | 2001 - Obsolete/1998 | |
GC | roomer | qlink Game pc rejects undo move | M1 | 2001 - Obsolete/1998 | |
GE | roomer | qlink Game pc end of game | M1 | 2001 - Obsolete/1998 | |
GF | roomer | qlink Game pc requests undo move Obsolete$+$roomer:qlink Game pc requests undo move | M1 | 2001 - Obsolete/1998 | |
GH | roomer | qlink Game pc accepts undo move | M1 | 2001 - Obsolete/1998 | |
GI | roomer | qlink Game Init (get players) | M1 | 2001 - Obsolete/1998 | |
GJ | roomer | qlink Game join game | M1 | 2001 - Obsolete/1998 | |
GL | roomer | qlink Game restarted load-used? | M1 | 2001 - Obsolete/1998 | |
GM | roomer | qlink Game send game move | M1 | 2001 - Obsolete/1998 | |
GN | roomer | qlink Game pc declines to play | M1 | 2001 - Obsolete/1998 | |
GQ | roomer | qlink Game pass on move (???) | M1 | 2001 - Obsolete/1998 | |
GR | roomer | qlink Game pc loaded & ready | M1 | 2001 - Obsolete/1998 | |
GS | roomer | qlink Game start | M1 | 2001 - Obsolete/1998 | |
GT | roomer | qlink Game pass on move (???) | M1 | 2001 - Obsolete/1998 | |
GU | roomer | qlink Game pc request to play | M1 | 2001 - Obsolete/1998 | |
GV | roomer | qlink Game restart incompatibles Obsolete$+$roomer:qlink Game restart incompatibles | M1 | 2001 - Obsolete/1998 | |
GW | roomer | qlink Game pass on move (???) | M1 | 2001 - Obsolete/1998 | |
GY | roomer | qlink Game pc agrees to play | M1 | 2001 - Obsolete/1998 | |
IG | roomer | Ignore User | 2001 - Obsolete/2001 | ||
IX | roomer | Cancel Ignore User | M1 | 2001 - Obsolete/1998 | |
J1 | roomer | qlink Game Observe: request obs | M1 | 2001 - Obsolete/1998 | |
JA | roomer | qlink Game Observe: restart game | M1 | 2001 - Obsolete/1998 | |
JF | roomer | qlink Game Observe: decline obs | M1 | 2001 - Obsolete/1998 | |
JG | roomer | qlink Game Observe: resume game | M1 | 2001 - Obsolete/1998 | |
JN | roomer | qlink Game Observe: decline obs | M1 | 2001 - Obsolete/1998 | |
JS | roomer | qlink Game Observe: suspend game | M1 | 2001 - Obsolete/1998 | |
JY | roomer | qlink Game Observe: accept obs | M1 | 2001 - Obsolete/1998 | |
LG | roomer | list games | M1 | 2001 - Obsolete/1998 | |
M1 | roomer | IG Ignore User | M1 | 1998 | |
MS | roomer | display sys msgs(Rm/Aud)$+$roomer:display system messages (Rm/Aud) | M1 | 2001 - Obsolete/1998 | |
c. | roomer | Aud (Sp)-send question to master | M1 | 2001 - Obsolete/1998 | |
c0 | roomer | Aud (Sp)-send question to queue | M1 | 2001 - Obsolete/1998 | |
c1 | roomer | Aud (Sp)-add text to canned menu | M1 | 2001 - Obsolete/1998 | |
c2 | roomer | Aud (Sp)-last line of cannd text | M1 | 2001 - Obsolete/1998 | |
c3 | roomer | Aud (Sp)-request cannd text menu | M1 | 2001 - Obsolete/1998 | |
c4 | roomer | Aud (Sp)-action on ith cannd txt | M1 | 2001 - Obsolete/1998 | |
c5 | roomer | Aud (Sp)-delete ith cnd txt file | M1 | 2001 - Obsolete/1998 | |
c8 | roomer | Aud (Sp)-get menu of masters (Q) | M1 | 2001 - Obsolete/1998 | |
c9 | roomer | Aud (Sp)-set q to master index | M1 | 2001 - Obsolete/1998 | |
cA | roomer | Request Box Office events (R/A) | M1 | 2001 - Obsolete/1998 | |
cC | roomer | Cancel Aud. reservation(R/A)$+$roomer:Cancel Aud. Reservation (R/A) | M1 | 2001 - Obsolete/1998 | |
cD | roomer | AUD-obsolete, version 5.2 only | M1 | 2001 - Obsolete/1998 | |
cE | roomer | Enter Auditorium (Q only) (R/A) | M1 | 2001 - Obsolete/1998 | |
cK | roomer | Aud (Sp)-Kill Aud. questions | M1 | 2001 - Obsolete/1998 | |
cM | roomer | Request Aud. Reservation (R/A) | M1 | 2001 - Obsolete/1998 | |
cS | roomer | Enter Auditorium as master (Q) | M1 | 2001 - Obsolete/1998 | |
cU | roomer | Aud-get SuperQ form | M1 | 2001 - Obsolete/1998 | |
cW | roomer | Aud (Sp)-Wake Aud. questions | M1 | 2001 - Obsolete/1998 | |
cX | roomer | Aud (Sp)-Evict user from Aud.$+$roomer:Aud (Sp)-Evictuser from Aud. | M1 | 2001 - Obsolete/1998 | |
q? | roomer | Aud-(non-Q) get question form | M1 M1 | 1998/2001 - Obsolete | |
qE | roomer | Aud-End of incoming question | M1 | 2001 - Obsolete/1998 | |
qM | roomer | Aud-Incoming question | M1 | 2001 - Obsolete/1998 | |
qZ | roomer | Aud(nonQ)MusicMstr invit$+$roomer:Aud-(non-Q) Music Master invite | M1 | 2001 - Obsolete/1998 | |
DA | screen_name_adm | Initiate passwd screen_name_adm | 2001 | ||
DC | screen_name_adm | Change passwd screen_name_adm | 2001 | ||
Nq | screen_name_adm | process add name retry | 2001 | ||
Nr | screen_name_adm | process new category | 2001 | ||
Ns | screen_name_adm | process set pw | 2001 | ||
n< | screen_name_adm | change AOLByPhone pin number | 2001 | ||
n1 | screen_name_adm | process add name | 2001 | ||
n2 | screen_name_adm | process new master sn | 2001 | ||
n3 | screen_name_adm | process confirmation | 2001 | ||
n4 | screen_name_adm | process create sn text | 2001 | ||
n5 | screen_name_adm | display delete sn text form | 2001 | ||
n6 | screen_name_adm | process sosa request | 2001 | ||
n7 | screen_name_adm | process sosa | 2001 | ||
n8 | screen_name_adm | update client name list | 2001 | ||
n9 | screen_name_adm | process sosa cancel | 2001 | ||
nN | screen_name_adm | changing hn pw form | 2001 | ||
nS | screen_name_adm | ask2enter aim sn and pw | 2001 | ||
nT | screen_name_adm | askenter new pw form | 2001 | ||
nX | screen_name_adm | process_undelete_sn | 2001 | ||
nY | screen_name_adm | process_undelete_sn | 2001 | ||
ng | screen_name_adm | cancel_user | 2001 | ||
nw | screen_name_adm | change hn pw | 2001 | ||
nx | screen_name_adm | screen_name_adm req -need unplug | 2001 | ||
ny | screen_name_adm | process undelete name | 2001 | ||
a5 | script | End of Registration Survey | CU PL | 2001/1998 | |
sA | script | Abort Script | CU PL | 2001/1998 | |
sE | script | End of Script | CU PL | 2001/1998 | |
sI | script | Initialize Script | NU PL | 2001/1998 | |
sN | script | Asking script for a record numbe$+$script:Asking script for a record number | NU PL | 2001/1998 | |
sP | script | Script processing needed | NU PL | 2001/1998 | |
sQ | script | Script processing needed - gen_4 | PL | 2001/1998 | |
sR | script | Script process registration form | NU PL | 2001/1998 | |
sT | script | Scripts scoreboard | CU PL | 2001/1998 | |
se | script | End of Script - gen_4 | CU PL | 2001/1998 | |
2a | search | enter-database | 2001 | ||
2b | search | initial search | 2001 | ||
2f | search | more processing | 2001 | ||
2g | search | reset domain | 2001 | ||
2h | search | mac enter-database | 2001 | ||
2k | search | mac enter-database | 2001 | ||
2l | search | close window | 2001 | ||
2n | search | URL free/pay curtain | 2001 | ||
hq | securid_login | KW: choosemode and securid | 2001 | ||
hr | securid_login | user response of form mode | 2001 | ||
hs | securid_login | user response to host security | 2001 | ||
#c | sketchpad | sketchpad command w/o escape | M2 | 2001 - Obsolete/1998 | |
VN | snapshot_vid | Video admin token | 2001 | ||
VO | snapshot_vid | Video Output | 2001 | ||
VP | snapshot_vid | Video Params | 2001 | ||
VQ | snapshot_vid | Video Control | 2001 | ||
iW | snapshot_vid | IM image accept | 2001 | ||
!A | soaf_en | Rferrell2nd | 2001 | ||
!B | soaf_en | Rferrell2nd | 2001 | ||
!E | soaf_en | Rferrell2nd | 2001 | ||
!N | soaf_en | Rferrell2nd | 2001 | ||
!d | soaf_en | Rferrell2nd | 2001 | ||
*A | soft_box | List files to edit with sort | 2001 | ||
*B | soft_box | List Files with sort | 2001 | ||
*C | soft_box | Start software move process | 1998 | ||
*D | soft_box | Delete software | 1998 | ||
*E | soft_box | edit software library$+$soft_read:Get software desc for editting | 2001/1998 | ||
*H | soft_box | Hide software | 1998 | ||
*L | soft_box | List Hidden Files with sort | 2001 | ||
*R | soft_box | Release software | 1998 | ||
*X | soft_box | Move software | 1998 | ||
*a | soft_box | show all files | 2001 | ||
*d | soft_box | Start software delete process | 1998 | ||
*e | soft_box | release range of files | 2001 | ||
*f | soft_box | hide range of files | 2001 | ||
*g | soft_box | delete range of files | 2001 | ||
*h | soft_box | show hidden files | 2001 | ||
*k | soft_box | Special token for free curtain | 2001 | ||
*l | soft_box | show deleted tokens | 2001 | ||
*n | soft_box | manage range | 2001 | ||
*p | soft_box | more files for edit list | 2001 | ||
*r | soft_box | show released files | 2001 | ||
*x | soft_box | move and release | 1998 | ||
dA | soft_box | secondary tod token | 2001 | ||
eA | soft_box | Start an E-Mail 'answer'$+$soft_box:get list of released files | 1998 - Obsolete/2001 | ||
eB | soft_box | Enter software board | 1998 | ||
hL | soft_box | List hidden topics/files | 1998 | ||
hM | soft_box | List hidden - continue | 1998 | ||
mL | soft_box | Start list of software board | 1998 | ||
mM | soft_box | software board menu continue$+$soft_box:software board menucontinue | 2001/1998 | ||
uB | soft_box | file names to upload (soft_text)$+$soft_text*:file names to be uploaded | 2001/1998 | ||
uM | soft_box | Hidden lib close callback | 2001 | ||
uN | soft_box | Edit lib close callback | 2001 | ||
EJ | soft_download | Download a surcharged file$+$soft_download_switch | 2001/2001 | ||
EK | soft_download | tokenForFreeCurtainUrl$+$soft_download_switch | 2001/2001 | ||
eG | soft_download | Email - file info for download$+$soft_download_switch | 1998/2001 | ||
eJ | soft_download | Ok to proceed w/ file sys dnload$+$soft_download_switch | CU | 1998/2001 | |
eK | soft_download | User aborted download$+$soft_download_switch | 1998/2001 | ||
eV | soft_download | Email - volume info for download$+$soft_download_switch | 1998/2001 | ||
eY | soft_download | Disk operation result$+$soft_download_switch | 1998/2001 | ||
eZ | soft_download | Mail file delete response$+$soft_download_switch | 1998/2001 | ||
mD | soft_download | Download file attached to msg$_$soft_download_switch$+$soft_download:Download file attached to msg | NU | 2001/1998 | |
mq | soft_download | add message to dl queue$+$soft_download_switch | 1998/2001 | ||
tD | soft_download | OK to delete file$+$soft_download_switch | 1998/2001 | ||
tJ | soft_download | Start forced download of tool$+$soft_download_switch | NU | 1998/2001 | |
tN | soft_download | Mail download - got file name$+$soft_download_switch | 1998/2001 | ||
tk | soft_download | download direct by file ID$+$soft_download_switch | 1998/2001 | ||
tl | soft_download | Initiate tool download - WAOL$+$soft_download_switch | 1998/2001 | ||
tn | soft_download | Cancel tool download$+$soft_download_switch | 1998/2001 | ||
to | soft_download | Initiate tool download - WAOL$+$soft_download_switch | 1998/2001 | ||
tw | soft_download | request dl of widget tool$+$soft_download_switch | 1998/2001 | ||
uJ | soft_download | Unicode file for DL$+$soft_download_switch | 2001/2001 | ||
vD | soft_download | chatterless download$+$soft_download_switch | 1998/2001 | ||
*M | soft_edit | Setup for soft desc modify$+$soft_read | 2001/1998 | ||
*m | soft_edit | manage file$+$soft_read | 2001/2001 | ||
*F | soft_read | show filename form | 2001 | ||
*c | soft_read | ok to change filename | 2001 | ||
*i | soft_read | token for free curtain (url) | 2001 | ||
*t | soft_read | retrieve desc. for edit by lang | 2001 | ||
m1 | soft_read | Software description (new mail) | 1998 | ||
mF | soft_read | Read and enter Library (search) | 1998 | ||
mR | soft_read | Read a software board msg | 1998 | ||
mW | soft_read | Related Files | 2001 | ||
mY | soft_read | Begin comment to sysop | 1998 | ||
mZ | soft_read | Handle input from comment form | 1998 | ||
mz | soft_read | Send SWL comment | 2001 | ||
Ba | soft_text | graphic type of thumbnail$+$soft_upld | SP | 1998/2001 | |
Bb | soft_text | thumbnail packet eob$+$soft_upld | SP | 1998/2001 | |
Bd | soft_text | thumbnail packet$+$soft_upld | SP | 1998/2001 | |
Be | soft_text | thumbnail packet eof$+$soft_upld | 1998/2001 | ||
eF | soft_text | End of text, start upload$+$soft_text:End text, start upld | 1998/2001 - Obsolete | ||
eS | soft_text | Start upload$+$soft_upld | NU | 1998/2001 | |
ei | soft_text | Start library upload$+$soft_upld | 1998/2001 | ||
es | soft_text | Get upload info form$+$soft_upld | 1998/2001 | ||
eu | soft_text | Mac file name for lib upload$+$soft_upld | 1998/2001 | ||
so | soft_tools | Cancel library add/update | 1998 | ||
me | soft_update | Update driver record | 1998 | ||
mg | soft_update | Display Searchable Libraries | 1998 | ||
mh | soft_update | Modify existing driver record | 1998 | ||
mi | soft_update | Delete driver record | 1998 | ||
mj | soft_update | Delete of driver record confirmd | 1998 | ||
mk | soft_update | Select/Create a Driver record | 1998 | ||
mm | soft_update | Display List of Libraries | 1998 | ||
mn | soft_update | Create New driver record | 1998 | ||
mp | soft_update | Handle update/create of drv rec | 1998 | ||
mr | soft_update | select drv rec from list | 1998 | ||
Bf | soft_upld | Start Bulk Upload | 2001 | ||
Bg | soft_upld | Cont bulk Upload | 2001 | ||
Bh | soft_upld | End Bulk Upload | 2001 | ||
eE | soft_upld_rmt | End of mail text entry$+$soft_upld_rmt:Remote upload request | 1998 - Obsolete/2001 | ||
eH | soft_upld_rmt | Contains mail header$+$soft_upld_rmt:Start remote upload | 1998 - Obsolete/2001 | ||
ea | soft_upld_rmt | MAC Filename for remote upload | 2001 | ||
2E | sos_switch | Enter AOL2000 Database | 2001 | ||
2e | sos_switch | enter AOL2000 database$+$a2k_search | NU | 1998/2001 | |
[A | spin_off_sub_acct | TOKEN FOR SOSA | 2001 | ||
[B | spin_off_sub_acct | Token for SOSA | 2001 | ||
[C | spin_off_sub_acct | Token for SOSA | 2001 | ||
[D | spin_off_sub_acct | Token for SOSA | 2001 | ||
[E | spin_off_sub_acct | Token for SOSA | 2001 | ||
[F | spin_off_sub_acct | Token for SOSA | 2001 | ||
[G | spin_off_sub_acct | Token for SOSA | 2001 | ||
[H | spin_off_sub_acct | Token for SOSA | 2001 | ||
[I | spin_off_sub_acct | Token for SOSA | 2001 | ||
[J | spin_off_sub_acct | Token for SOSA | 2001 | ||
[K | spin_off_sub_acct | Token for SOSA | 2001 | ||
[L | spin_off_sub_acct | Token for SOSA | 2001 | ||
[M | spin_off_sub_acct | Token for SOSA | 2001 | ||
[N | spin_off_sub_acct | Token for SOSA | 2001 | ||
[O | spin_off_sub_acct | Token for SOSA | 2001 | ||
[P | spin_off_sub_acct | Token for SOSA | 2001 | ||
s1 | statocaster | aol stout form | 2001 | ||
<0 | telsave | TelSave Entry Pt t1 | 2001 | ||
<1 | telsave | TelSave Entry Pt U1 | 2001 | ||
<2 | telsave | TelSave Entry Pt U2 | 2001 | ||
<3 | telsave | TelSave Entry Pt U3 | 2001 | ||
<4 | telsave | TelSave Entry Pt U4 | 2001 | ||
<a | telsave | TelSave Process Bill_to | 2001 | ||
<b | telsave | TelSave Process Credit Card | 2001 | ||
<c | telsave | TelSave charge cc | 2001 | ||
<d | telsave | TelSave no chg acct | 2001 | ||
<e | telsave | TelSave Charge Checking | 2001 | ||
<f | telsave | TelSave Process Checking | 2001 | ||
<g | telsave | TelSave Place Order | 2001 | ||
<h | telsave | TelSave Previous Screen | 2001 | ||
<i | telsave | TelSave back to shop cancel | 2001 | ||
<j | telsave | TelSave CC info | 2001 | ||
<k | telsave | TelSave Use | 2001 | ||
<l | telsave | TelSave Use | 2001 | ||
U* | textman2 | reserved for future use | M1 | 1998 | |
t0 | textman2 | Get text doc, override gfx prefs | 1998 | ||
K9 | textman | abort text transmission | PL | 2001/1998 | |
KN | textman | text go ahead | 1998 | ||
T1 | textman | request text from menu/list | NU | 1998 | |
T2 | textman | request text from more button | 1998 | ||
T3 | textman | text appl. level ack | 1998 | ||
T4 | textman | reset textman domain info | 1998 | ||
T5 | textman | Next text record | NU | 1998 | |
t6 | textman | Request text for atom mip | 1998 | ||
Kg | tih | PC indicating surcharge switch | SP PL | 1998 | |
MX | tih | Q-Link 3 char token (strip X) | SP | 1998 | |
PD | tih | PC requests circular dump | SP | 1998 | |
S# | tih | Speed indication | SP PL | 1998 | |
S& | tih | Init pkt | SP PL | 1998 | |
S? | tih | PC suspects host hang | SP | 1998 | |
S@ | tih | VC connected | SP PL | 1998 | |
SG | tih | Start sending to pre-gen 3rd | SP PL | 1998 | |
SR | tih | Restore version | SP | 2001 - Obsolete/1998 | |
SS | tih | Stop sending to pre-gen 3rd | SP PL | 1998 | |
SV | tih | Change version | SP | 2001 - Obsolete/1998 | |
S] | tih | VC disconnect | SP PL | 1998 | |
Sm | tih | Download meter toggle | SP | 1998 | |
Su | tih | Restore version (RESET based) | SP | 1998 | |
Sv | tih | Change version (RESET based) | SP | 1998 | |
XX | tih | XS acknowledgement (C64) | SP PL | 1998 | |
mO | token_ctr | Eventually ebuddy ??? | 2001 | ||
Ya | tour server | 2001 | |||
7a | tour2 | 2001 | |||
ua | update_800 | Users phone number | PL | 1998 | |
ub | update_800 | Users first selection | PL | 1998 | |
uc | update_800 | Users second selection | PL | 1998 | |
ud | update_800 | Get new area code screen | PL | 1998 | |
ue | update_800 | Use same phone number for both | PL | 1998 | |
uf | update_800 | Confirm numbers & update PC DB | PL | 1998 | |
ug | update_800 | Local access # update complete | PL | 1998 | |
uh | update_800 | Give user initial list again | PL | 1998 | |
up | update_800 | Get prefix(s) for dialing | PL | 1998 | |
dE | update_disk | General DB update response | PL | 1998 | |
dK | update_disk | Update initial dept keyword | PL | 1998 | |
dd | update_disk | Dump database record | PL | 1998 | |
dk | update_disk | Request to change init dept | PL | 1998 | |
do | update_disk | Change options | PL | 1998 | |
dr | update_disk | Request a database dump | PL | 1998 | |
ds | update_disk | Show current options | PL | 1998 | |
dv | update_disk | Show Disk version information | PL | 1998 | |
tC | update_disk | Start catalog to window | PL | 1998 | |
tE | update_disk | Disk operation error | PL | 1998 | |
tG | update_disk | disk error on catalog request | PL | 1998 | |
tM | update_disk | Request to create directory | PL | 1998 | |
tP | update_disk | Request "set prefix" | PL | 1998 | |
tR | update_disk | Rename a file | PL | 1998 | |
tS | update_disk | Scratch a file | PL | 1998 | |
tV | update_disk | Do "set prefix" | PL | 1998 | |
tY | update_disk | Will replace tO for list volumes | PL | 1998 | |
tZ | update_disk | Will replace tF for volumes info | PL | 1998 | |
u1 | update_disk | Generic PC DB update request | PL | 1998 | |
u3 | update_disk | Udo Download Complete | PL | 1998 | |
uQ | upload | Sat Xfer | 2001 | ||
xK | upload | Upload abort | 1998 | ||
xb | upload | Upload - data packet end of blk | 1998 | ||
xd | upload | Upload - data packet | 1998 | ||
xe | upload | Upload - data packet - eof | 1998 | ||
ui | urlman | Define interest-based bookmarks | 1998 | ||
ur | urlman | AOL URL | 1998 | ||
MO | usher | list rooms in my category$+$usher:Switch to Library | 2001 - Obsolete/1998 | ||
MP | usher | go directly to room name$+$usher:Switch to Library | 2001 - Obsolete/1998 | ||
c% | usher | Go To Private Promenade Room | NU | 2001 - Obsolete/1998 | |
rA | usher | Assign room to casino lng or gam | NU | 2001 - Obsolete/1998 | |
rG | usher | Change room to casino game | NU | 2001 - Obsolete/1998 | |
v! | view_rules | edit args search | 2001 | ||
v# | view_rules | source | 2001 | ||
v$ | view_rules | help screens | 2001 | ||
v% | view_rules | add_filter_user_to_list_box | 2001 | ||
v( | view_rules | vp_test_display | 2001 | ||
v) | view_rules | vp_test_screen | 2001 | ||
v+ | view_rules | 2001 | |||
v- | view_rules | select qc operator | 2001 | ||
v/ | view_rules | rem promo box | 2001 | ||
v1 | view_rules | add a view rule | 1998 | ||
v3 | view_rules | select level 1 cug | 1998 | ||
v4 | view_rules | add function | 1998 | ||
v5 | view_rules | edit args | 1998 | ||
v6 | view_rules | save view rule | 1998 | ||
v7 | view_rules | add func. to view rule | 1998 | ||
v8 | view_rules | edit args for a func. | 1998 | ||
v9 | view_rules | select level 2 cug | 1998 | ||
v= | view_rules | v add | 2001 | ||
v@ | view_rules | vp function | 2001 | ||
vB | view_rules | network addr undelete | 2001 | ||
vE | view_rules | add user_rights to mask | 1998 | ||
vF | view_rules | remove user_rights from mask | 1998 | ||
vG | view_rules | add user_rights to value | 1998 | ||
vH | view_rules | remove user_rights from value | 1998 | ||
vI | view_rules | add user_preferences to mask | 1998 | ||
vJ | view_rules | remove user_prefs from mask | 1998 | ||
vK | view_rules | add user_prefs to value | 1998 | ||
vL | view_rules | remove user_prefs from value | 1998 | ||
vM | view_rules | add user_session to mask | 1998 | ||
vN | view_rules | remove user_session from mask | 1998 | ||
vO | view_rules | add user_session to value | 1998 | ||
vP | view_rules | remove user_session from value | 1998 | ||
vQ | view_rules | add user_group to mask | 1998 | ||
vR | view_rules | remove user_group from mask | 1998 | ||
vS | view_rules | add user_group to value | 1998 | ||
vT | view_rules | remove user_group from value | 1998 | ||
vU | view_rules | add vp attr to mask | 1998 | ||
vV | view_rules | remove vp attr from mask | 1998 | ||
vW | view_rules | add vp attr to value | 1998 | ||
vX | view_rules | remove vp attr from value | 1998 | ||
vY | view_rules | add cug to list box | 1998 | ||
vZ | view_rules | remove cug from list box | 1998 | ||
v[ | view_rules | qeneric_qc value | 2001 | ||
v^ | view_rules | rem_filter_user_from_list_box | 2001 | ||
v_ | view_rules | remove | 2001 | ||
va | view_rules | list of view_rules | 1998 | ||
vb | view_rules | undelete view_rule | 1998 | ||
vc | view_rules | get rec & display undelete form | 1998 | ||
vd | view_rules | display delete confirmation | 1998 | ||
ve | view_rules | more records | 1998 | ||
vf | view_rules | find view rules | 1998 | ||
vg | view_rules | list all view rules | 1998 | ||
vh | view_rules | select level 3 cug | 1998 | ||
vi | view_rules | insert function | 1998 | ||
vj | view_rules | get rec & display modify form | 1998 | ||
vk | view_rules | get rec & display delete form | 1998 | ||
vl | view_rules | delete current view rule | 1998 | ||
vm | view_rules | cancel and pop current form | 1998 | ||
vo | view_rules | delete function | 1998 | ||
vp | view_rules | form for editting action type | 1998 | ||
vq | view_rules | show args for a func | 1998 | ||
vr | view_rules | insert func for view rule | 1998 | ||
vs | view_rules | modify action type | 1998 | ||
vt | view_rules | get rec & display rename form | 1998 | ||
vu | view_rules | rename the view rule | 1998 | ||
vw | view_rules | add user_feature to mask | 1998 | ||
vx | view_rules | remove user_feature to mask | 1998 | ||
vy | view_rules | add user_feature to value | 1998 | ||
vz | view_rules | remove user_feature from value | 1998 | ||
WA | wallet | starting point | 2001 | ||
Wq | wallet | Quick Checkout 2.2 | 2001 | ||
WC | wallet_promoter | Compuserve | 2001 | ||
W1 | watchman | Chart tool tester | 1998 | ||
W2 | watchman | General watchman token | 1998 | ||
W3 | watchman | General watchman token | 1998 | ||
WM | watchman | Watch manager request | 1998 | ||
i2 | whisper | Open two chat IM window - no msg | 1998 | ||
iG | whisper | Accept flashnotes for games | 1998 | ||
iN | whisper | Request to send IM | 1998 | ||
iO | whisper | Is user available? | 1998 | ||
iS | whisper | Send FlashNote - single form | 1998 | ||
is | whisper | Instant Msg from 2 way chat | 1998 | ||
iA | whisper_gen3 | Able to receive IM | 1998 | ||
iR | whisper_gen3 | Unable to receive IM; decline/cancel/hangup FlashNote single | 1998 | ||
7b | x | 2001 | |||
7c | x | 2001 | |||
7d | x | 2001 | |||
7e | x | 2001 | |||
7f | x | 2001 | |||
7g | x | 2001 | |||
7h | x | 2001 | |||
7i | x | 2001 | |||
Yb | x | 2001 | |||
Yc | x | 2001 | |||
Yd | x | 2001 | |||
Ye | x | 2001 | |||
Yf | x | 2001 | |||
Yg | x | 2001 | |||
Yh | x | 2001 | |||
Yi | x | 2001 | |||
iV | x | image | 2001 | ||
uS | x | HS - data | 2001 | ||
ul | x | auto launchfeature | 2001 | ||
yJ | x | 2001 | |||
yK | x | 2001 | |||
yL | x | 2001 | |||
pv | ygp? | ygp_flag?; ygp_ids? Youve Got Pictures | 2001 | ||
yM | ygp_metrics | 2001 |
Other usages to resort and merge
Token | Arg | Form | Description |
---|---|---|---|
!2 | Signs you offline with message, "Invalid Direct Debit Authorization PIN" | ||
!? | Message Box - "Internal Error" | ||
!A | 11 | 41-47442 | "Program Details" button |
!A | 12 | 41-47079/!E 1 | "Cancel" button |
!B | 2 | 41-47442 | "Back" button |
!B | 41-47084 | "Back" button | |
!C | Message Box - "You do not have access to this function." | ||
!D | Message Box - "Promotion create canceled" | ||
!E | 1 | 41-47079 | E-Mail Change Of Address In 3 Easy Steps |
!M | Message Box - "Feature not supported" | ||
!N | 41-47079 | All "Next" buttons on the series of forms that begin with !E 1 | |
!P | Message Box - "Feature not supported" | ||
!T | Message Box - "Internal Error" | ||
!U | Message Box - "Feature not supported" | ||
!V | Message Box - "You do not have access to this function." | ||
!W | Message Box - "Use CANCEL to get last screen" | ||
!Z | Sign Off. Message - "Internal Error #4213 - notify customer service" | ||
!c | Message Box - "Sign Up Friend Canceled" | ||
!d | 41-47084 | Click Here" button on the third of three forms beginning with !E 1 | |
!g | Sign Off. Message - "Internal Error #4213 - notify customer service" | ||
!i | Message Box - "Thank You For Using Order Inquiry" | ||
!j | Sign Off. Message - "Internal Error #4213 - notify customer service" | ||
!l | Message Box - "Internal Error" | ||
!n | Message Box - "Internal Error" | ||
!o | Message Box - "Internal Error" | ||
!p | Message Box - "Internal Error" | ||
!s | Message Box - "The status of your friend's pack can be reviewed 24 hrs after order is placed." | ||
!u | Message Box - "Internal Error" | ||
!w | Sign Off. Message - "Internal Error #4213 - notify customer service" | ||
#E | Message Box - "That database is currently unavailable." | ||
#M | Message Box - "That database is currently unavailable." | ||
#P | 40-50957 | "Select Plan" button | |
#T | Message Box - "That database is currently unavailable." | ||
#c | Message Box - "This area of America Online is no longer available." | ||
$? | 40-6490 | "?" button on $W | |
$B | 32-320 | "Continue" button on Credit Card Information form | |
$E | 40-6490 | "Continue" button on $W | |
$F | 8 | 32-318 | "Use Credit Card" button on Your Choice Of Billing Method form |
$M | 32-317 | "Continue" button on Shipping Information form | |
$Q | 40-6485 | "Continue" button on the form that "Modify Option" takes you to | |
$S | 32-316 | "Continue" on Your Shopping Cart screen | |
$U | 40-5910 | "Previous Screen" button on $i | |
$V | 32-316 | "Review/Delete Item" button on your shopping cart form | |
$W | 40-6490 | Shopping Direct form. Must go to $G to gain access to this form | |
$X | 40-5910 | "Back to Shopping" button on $i | |
$b | 32-318 | "Bill to My Account" on Your Choice Of Billing Method form | |
$c | 40-5910 | "Review Cart" button on $i | |
$e | 40-6490 | "Remove Item From Cart" on $W | |
$i | 40-6490 | "AOL Shop - Credit Card information | |
$j | 40-6485 | "Previous Screen" button on the form that "Modify Option" takes you to | |
$o | 40-6490 | "Modify Option" button on $W | |
$v | 40-5911 | "Continue" button on Shipping Information form | |
$y | 40-5910 | "Continue" button on $i | |
$z | 40-5911 | "Continue" button on Credit Card Address form | |
%F | 6 | 32-337 | "Add Product" button |
%s | 32-341 | "Search" button | |
%w | 32-338 | "OK" button n Create a New Store form | |
&A | Message Box - "You do not have access to this function." | ||
&C | Message Box - "Internal error - message logged." | ||
&f | Message Box - "Internal error (context)" | ||
<0 | Message Box - "Sorry, Product is Not Available At This Time" | ||
<1 | Message Box - "Sorry, Product is Not Available At This Time" | ||
<2 | Message Box - "Sorry, Product is Not Available At This Time" | ||
<3 | Message Box - "Sorry, Product is Not Available At This Time" | ||
<A | Message Box - "AOL Plus is currently only available for members with Windows 98/Millennium/Windows2000" | ||
<C | 41-50956 | "Cancel" button | |
<C | 41-50956 | AOL Plus powered by DirectPC | |
<D | 1 | 41-50956 | "Back to Order" button |
<H | 32-8995 | "Next" button | |
<I | 32-8995 | AOL Anywhere | |
<J | 32-8995 | "Cancel" button | |
<T | 41-50853 | AOL for Home Networks | |
<X | 1 | 41-50858 | AOL for Home Nexworks |
<X | 41-45268 | "AOL Plus - the easiest way to be online" | |
<X | 41-50853 | "Cancel" button | |
<X | 41-50853 | "Next" button | |
<u | 100 | 41-45268 | "AOL Plus - the easiest way to be online" |
<u | 41-45505 | "AOL Plus - the easiest way to be online" | |
<v | 41-45505 | "Back" button | |
<w | 41-45268 | "Cancel" button | |
*A | "You do not have access to this file/library" | ||
*B | Sort Order of Files | ||
*C | Move File | ||
*D | "You do not have access to this file/library" | ||
*E | "You do not have access to this file/library" | ||
*E | Edit File | ||
*H | Hide File | ||
*I | "File not found." | ||
*L | "You do not have access to this file/library" | ||
*M | Modify File Description | ||
*R | Release File | ||
*T | Message Box - "This area of America Online is no longer available" | ||
*X | "File not found." | ||
*a | Edit All Files In Library | ||
*d | Delete File | ||
*e | "You do not have access to this file/library" | ||
*f | "You do not have access to this file/library" | ||
*g | "You do not have access to this file/library" | ||
*h | Edit Hidden Files | ||
*l | Edit Deleted Files | ||
*m | Edit Description | ||
*p | "File not found." | ||
*r | Edit Released Files | ||
*x | "File not found." | ||
.0 | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
.1 | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
.a | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
.b | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
.c | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
.d | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
.e | Signs you offline with message, "Your connection to AOL has been lost. Please sign on again." | ||
0_(All 0 Tokens) | Message Box - "Gateway host has already been disconnected." | ||
1X | Message Box - "Internal data error" | ||
1Y | Message Box - "Internal data error" | ||
2E | Message Box - "INTERNAL ERROR" | ||
2M | Message Box - "That database is currently unavailable" | ||
2T | Message Box - "That database is currently unavailable" | ||
2a | Message Box - "That database is currently unavailable. Please try again later." | ||
2b | Message Box - "Internal error - please try again later." | ||
2d | "Pardon the delay, this feature is temporarily closed for maintenance or improvements. Please try again later." | ||
2e | Message Box - "INTERNAL ERROR" | ||
2f | Message Box - "Internal error - please try again later." | ||
2h | Message Box - "That database is currently unavailable. Please try again later." | ||
2i | Get member profile | ||
2l | Message Box - "Internal error - please try again later." | ||
2r | "Pardon the delay, this feature is temporarily closed for maintenance or improvements. Please try again later." | ||
2u | "Pardon the delay, this feature is temporarily closed for maintenance or improvements. Please try again later." | ||
2v | "Pardon the delay, this feature is temporarily closed for maintenance or improvements. Please try again later." | ||
2w | View own Profile | ||
3A | Message Box - "You do not have access to this function" | ||
3B | Message Box - "You do not have access to this function" | ||
3C | Message Box - "You do not have access to this function" | ||
3D | Message Box - "You do not have access to this function" | ||
3E | Message Box - "You do not have access to this function" | ||
3F | Message Box - "You do not have access to this function" | ||
3G | Message Box - "You do not have access to this function" | ||
3H | Message Box - "You do not have access to this function" | ||
3I | Message Box - "Sorry, that tour is not available." | ||
3J | Message Box - "Invalid TOKEN_2 arg!" | ||
3K | Message Box - "You do not have access to this function" | ||
3L | Message Box - "You do not have access to this function" | ||
3M | Message Box - "You do not have access to this function" | ||
3N | Message Box - "Internal error" | ||
3P | 1 | 32-6118 | Buddy List Preferences |
3P | 2 | 32-6118 | Buddy List Privacy Preferences |
3Q | 0 | 32-6120 | Buddy List Group Name |
3Q | 1 | 32-6118 | Edit Group |
3R | 2 | 32-6120 | Remove Buddy from Buddy List |
3R | 3 | 32-6531 | Remove Buddy from Ignore List |
3S | 1 | 32-6118 | Delete Group |
3V | 1 | 32-6118 | View Buddy List |
3X | 1 | 32-7089 | Buddy List Setup |
3Y | 0 | 32-6118 | Create Group |
3Y | 10 | 32-7089 | Locate Buddy |
3Y | 11 | 32-7089 | IM Buddy |
3Y | 15 | 32-7089 | Buddy Chat |
3Y | 3 | 32-6120 | Save Changes |
3Y | 4 | 32-6118 | Add Buddy to Buddy List |
3Y | 6 | 32-6531 | Add Buddy to Ignore List |
3Y | 7 | 32-6531 | Save Privacy Preferences |
3Y | 8 | 32-6120 | Save Buddy List Preferences |
3c | Message Box - "Internal Error" | ||
3d | Message Box - "Internal Error" | ||
3e | Message Box - "Internal Error" | ||
3f | Message Box - "Internal Error" | ||
3g | Message Box - "Internal Error" | ||
3h | Message Box - "Internal Error" | ||
3n | Message Box - "Internal Error" | ||
4A | 1 / 4E | 32-7299 | Match Your Interests - Games |
4A | 10 | 32-7299 | Match Your Interests - Home, Family, & Religion |
4A | 11 | 32-7299 | Match Your Interests - Hobbies & the Artsn |
4A | 12 | 32-7299 | Match Your Interests - Meetings Others Online |
4A | 13 | 32-7299 | Match Your Interests - HCommunities & Lifestyles |
4A | 14 | 32-7299 | Match Your Interests - Internet & The World Wide Web |
4A | 15 | 32-7299 | Match Your Interests - Careers, Education, & Reference |
4A | 2 | 32-7299 | Match Your Interests - Computing |
4A | 3 | 32-7299 | Match Your Interests - News & Politics |
4A | 4 | 32-7299 | Match Your Interests - Buisness & Finance |
4A | 5 | 32-7299 | Match Your Interests - Movies, TV & Music |
4A | 6 | 32-7299 | Match Your Interests - Travel |
4A | 7 | 32-7299 | Match Your Interests - Health & Medicine |
4A | 8 | 32-7299 | Match Your Interests - Sports & Recreation |
4A | 9 | 32-7299 | Match Your Interests - Shopping from Home |
4B | 32-7299 | Match Your Interests Main | |
4E | 32-7299 | Your places to explore | |
4F | 1 | 32-7307 | "Stop EMail" button |
4G | 41-41317 | Cancel Create Interest Profile | |
4I | 2 | 32-7302 | "Prev" button |
4I | 3 | 32-7303 | "Prev" button |
4I | 4 | 32-7304 | "Prev" button |
4I | 5 | 32-7305 | "Prev" button |
4J | 0 | 41-41317 | Create Interest Profile |
4J | 1 | 32-7307 | "Edit Profile" button |
4J | 2 | 32-7302 | "Next" button |
4J | 3 | 32-7303 | "Next" button |
4J | 4 | 32-7304 | "Next" button |
4J | 5 | 32-7305 | "Done" button |
4J | 6 | 32-7306 | "Done" button |
4M | 32-7301 | "Modify Your Interest Profile" button | |
4a | 41-29537 | Holiday Reminder | |
4b | 41-29537 | "Quit" button | |
4d | 41-29537 | "Holiday Reminders" button | |
4e | 1 | 41-30512 | ""Continue" button |
4f | 1 | 41-30512 | "Cancel" button |
4g | 41-29537 | "Add Personal Reminder" button | |
4h | 2 | 41-29537 | "Edit" button |
4i | 2 | 41-29537 | "Remove" button |
4j | 1 | 41-30510 | "Save" button |
4l | 1 | 41-30510 | "Cancel" button |
7B | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7C | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7D | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7E | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7F | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7G | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7H | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7I | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7J | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7K | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7L | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7M | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7N | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7O | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7P | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7Q | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7R | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7S | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7T | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7U | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7V | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7W | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7X | Newsgroup Functions - Message Box - "You are no longer connected to this feature." | ||
7a | Message Box - "Invalid TOKEN_1 arg!" | ||
7b | Message Box - "Invalid TOKEN_2 arg!" | ||
7c | Message Box - "That entry is no longer active" | ||
7d | Message Box - "That entry is no longer active" | ||
7e | Message Box - "That entry is no longer active" | ||
7f | Message Box - "Invalid Token_1_confirm arg!" | ||
7h | Message Box - "You are no longer authorized for this function" | ||
7i | Message Box - "You are not authorized for this funciton" | ||
7j | No longer functioning board function | ||
7r | 32-6114 | Member Directory | |
7t | Message Box - "Internal error - please try again later." | ||
7u | Message Box - "Internal error - please try again later." | ||
7v | Message Box - "Internal error - please try again later." | ||
7w | Message Box - "Internal error - please try agian later." | ||
7x | 32-6114 | "Search" button on Member Directory form | |
7y | 41-31640 | "More" button on Member Directory Search Results | |
9A | No longer funcitoning board functions | ||
9B | No longer functioning board functions | ||
9C | No longer functioning board functions | ||
9D | No longer functioning board functions | ||
9E | No longer functioning board functions | ||
9F | Message Box - "Internal Error" | ||
9G | Message Box - "Internal Error" | ||
9P | Message Box - "Internal data error" | ||
9S | 5 | 32-6329 | Get Member Info. Occurs when double clicking the list box |
9S | 32-6329 | Send" button | |
9T | Message Box - "Internal data error" | ||
9U | Message Box - "Internal data error" | ||
9V | Message Box - "Internal data error" | ||
9W | 101 - 359 | Conference Rooms | |
9W | 10 | 40-39321 | "Cancel" button |
9W | 14 | 40-39318 | "Close" button |
9W | 15 | 40-39318 | "ECR Configuration" form |
9W | 1 | Message Box - "You are not authorized to perform this function" | |
9W | 2 | 40-39318 | "Conference Room Configuration" button |
9W | 3 | 40-39321 | "Schedule Events" form |
9W | 4 | Message Box - "Internal data error" | |
9X | 1 | 40-39321 | "Go" button |
9Y | 0 - 318 | Message Box - "You are not authorized to perform this function" | |
9Y | 319 - x | Message Box - "There is no conference room with ID = x" | |
9Z | Message Box - "You are not authorized to perform this function" | ||
9_ | No longer functioning board functions | ||
A& | Message Box - "This area of America Online is no longer available." | ||
AA | Various methods of Chat Send | ||
AE | Various methods of Chat Send | ||
AH | Message Box - "We are unable to put you in that room at this time, error 1" | ||
AK | Message Box - "This area of America Online is no longer available." | ||
AM | 32-174 | "Send Question" button | |
AN | 32-178 | "Send Answer" button | |
AP | 32-179 | "Delete" button | |
AR | 32-179 | "Right" button | |
AS | 32-175 | "Edit" button | |
AW | 32-179 | "Wrong" button | |
AX | Message Box - "This area of America Online is no longer available." | ||
Aa | Various methods of Chat Send | ||
Be | Message Box - "This file could not be uploaded. Please check to see if the file is open in another application." | ||
C1 | Old Collection | ||
C2 | 5 | C4 | "More" button |
C3 | Old Collection | ||
C4 | Live wire | ||
C5 | Disable live wired | ||
CB | Message Box - "Form is not in a valid format." | ||
CC | Message Box - "Form is not in a valid format." | ||
CI | Enter Chat | ||
CM | Message Box - "This area of America Online is no longer available." | ||
CN | Message Box - "Form is not in a valid format." | ||
CP | Message Box - "This area of America Online is no longer available." | ||
CS | Message Box - "Form is not in a valid format." | ||
CX | Message Box - "This area of America Online is no longer available." | ||
Ca | Rainman Areas | ||
Cb | "More" button on Ca forms. | ||
Ct | Start Flashsession? | ||
D3 | Message Box - "This area of America Online is no longer available." | ||
D5 | Message Box - "This area of America Online is no longer available." | ||
D8 | Update language list | ||
D9 | Message Box - "This area of America Online is no longer available." | ||
DA | 41-51085 | Change Password | |
DC | 41-51085 | "Change Password" button | |
DS | Message Box - "Access denied" | ||
Dc | 32-255 | "Change Password" button | |
De | Message Box - "This area of America Online is no longer available." | ||
Dg | 32-125 | "OK" on Sign On Guest form | |
Di | Message Box - "This area of America Online is no longer available." | ||
Dl | 32-299 | "Continue" on Connection Information form | |
Dp | 32-124 | "OK" on Invalid Password form | |
Dr | 32-300 | Continue" on expired AOL trial period form | |
F6 | Message Box - "This area of America Online is no longer available." | ||
Fm | Message Box - "We're sorry, you do not have access to this area." | ||
Fn | Message Box - "We're sorry, you do not have access to this area." | ||
Fo | Message Box - "We're sorry, you do not have access to this area." | ||
Fz | Message Box - "We're sorry, you do not have access to this area." | ||
G! | Message Box - "This area of America Online is no longer available." | ||
G4 | Message Box - "This area of America Online is no longer available." | ||
G8 | Message Box - "This area of America Online is no longer available." | ||
GA | Message Box - "This area of America Online is no longer available." | ||
GB | Message Box - "This area of America Online is no longer available." | ||
GC | Message Box - "This area of America Online is no longer available." | ||
GD | Message Box - "This area of America Online is no longer available." | ||
GE | Message Box - "This area of America Online is no longer available." | ||
GF | Message Box - "This area of America Online is no longer available." | ||
GG | Message Box - "This area of America Online is no longer available." | ||
GH | Message Box - "This area of America Online is no longer available." | ||
GI | Message Box - "This area of America Online is no longer available." | ||
GJ | Message Box - "This area of America Online is no longer available." | ||
GK | Message Box - "This area of America Online is no longer available." | ||
GL | Message Box - "This area of America Online is no longer available." | ||
GM | Message Box - "This area of America Online is no longer available." | ||
GN | Message Box - "This area of America Online is no longer available." | ||
GO | Message Box - "This area of America Online is no longer available." | ||
GP | Message Box - "This area of America Online is no longer available." | ||
GQ | Message Box - "This area of America Online is no longer available." | ||
GR | Message Box - "This area of America Online is no longer available." | ||
GS | Message Box - "This area of America Online is no longer available." | ||
GT | Message Box - "This area of America Online is no longer available." | ||
GU | Message Box - "This area of America Online is no longer available." | ||
GV | Message Box - "This area of America Online is no longer available." | ||
GW | Message Box - "This area of America Online is no longer available." | ||
GX | Message Box - "This area of America Online is no longer available." | ||
GY | Message Box - "This area of America Online is no longer available." | ||
GZ | Message Box - "This area of America Online is no longer available." | ||
ID | Message Box - "This area of America Online is no longer available." | ||
IG | Message Box - "This area of America Online is no longer available." | ||
IJ | Message Box - "Internal error. Please try again later." | ||
IX | Message Box - "This area of America Online is no longer available." | ||
Ic | Message Box - "Invalid search request." | ||
Id | Get Member Profile | ||
Ie | Message Box - "Invalid search request." | ||
Im | Message Box - "Invalid search request." | ||
Iq | Message Box - "Invalid search request." | ||
Is | 32-48 | "Search" button | |
It | Message Box - "Invalid search request." | ||
Ix | Message Box - "Invalid search request." | ||
J1 | Message Box - "This area of America Online is no longer available." | ||
JA | Message Box - "This area of America Online is no longer available." | ||
JF | Message Box - "This area of America Online is no longer available." | ||
JG | Message Box - "This area of America Online is no longer available." | ||
JN | Message Box - "This area of America Online is no longer available." | ||
JS | Message Box - "This area of America Online is no longer available." | ||
JY | Message Box - "This area of America Online is no longer available." | ||
Ja | Get Stock Quote | ||
Jb | Get Stock Quote | ||
K0 | Message Box - "Internal error." | ||
K1 | Message Box - "Internal error." | ||
K2 | Message Box - "Internal error." | ||
K3 | Message Box - "Internal error." | ||
K4 | Message Box - "Internal error." | ||
K5 | Message Box - "Internal error." | ||
K6 | Message Box - "Internal error." | ||
K7 | Message Box - "Internal error." | ||
K8 | Message Box - "Internal error." | ||
KA | Select Alternate Keyword | ||
Kk | Go to Keyword | ||
L! | Find a Chat | ||
L$ | Find a Chat | ||
L& | Find a Chat | ||
L1 | 28 | Enter a Private Chat form | |
L1 | 76 | Search Featured Chats | |
L1 | 77 | Search Member Chats | |
LA | L1 76 | "Search" button | |
LB | Find a Chat | ||
LC | Find a Chat | ||
LD | Find a Chat | ||
LE | L1 77 | "Search" button | |
LF | 1 | 32-273 | "More Rooms" on Active Conference Room form |
LG | Message Box - "This area of America Online is no longer available." | ||
LH | Start Member Chat | ||
LJ | L& | "List More" | |
LN | Message Box - "This area of America Online is no longer available." | ||
LO | Sign Offline | ||
LP | Find a Chat | ||
LQ | Find a Chat | ||
LR | 32-98 | "List More" | |
LU | Message Box - "Internal error 1" | ||
LV | Find a Chat | ||
LX | Message Box - "This area of America Online is no longer available." | ||
LY | Message Box - "This area of America Online is no longer available." | ||
Ln | Locate Member | ||
MA | Message Box - "Please use the new config interface to sanction and desanction rooms" | ||
MB | 32-5352 | "Go Chat" button | |
MC | Message Box - "We are unable to put you in that room at this time, error 1" | ||
ME | Chat Now | ||
ML | Message Box - "Please use the new config interface to sanction and desanction rooms" | ||
MM | Message Box - "Internal error 3" | ||
MO | Message Box - "This area of America Online is no longer available." | ||
MP | Message Box - "This area of America Online is no longer available." | ||
MQ | Message Box - "Invalid room name" | ||
MR | People Connection | ||
MS | Message Box - "This area of America Online is no longer available." | ||
MY | L& | "Go Chat" button | |
MZ | Message Box - "This area of America Online is no longer available." | ||
NJ | 18227 - 18245 | Parental Control Functions | |
NK | Parental Controls Main | ||
NN | Edit Parental Controls | ||
NO | Message Box - "Your request can not be processed at this time. Please try again later" | ||
Nq | 41-51071 | "Continue" on create alternate screen name form | |
Nr | 41-51071 | "Continue" on set parental controls form | |
Ns | 2 | "Continue" on set password form | |
PR | Message Box - "We are unable to process your request right now" | ||
Q! | 1 | Delete Portfolio | |
Q# | 2 | 44-31996 | Edit Portfolio |
Q$ | 2 | 44-31996 | Delete portfolio symbol |
Q% | 1024 | 44-31996 | Print Portfolio |
Q& | 1024 | Refresh Portfolio | |
Q> | 44-31996 | Lookup Symbol | |
Q) | 5 | 44-31996 | Exchange |
Q1 | 1 | Rename Portfolio | |
Q2 | 1 | Delete Portfolio | |
Q3 | 1 | Rename Portfolio | |
Q4 | 1024 | 44-31996 | dd Item to Portfolio |
Q5 | 2 | Transfer Portfolio | |
Q6 | 4 | Copy Symbol | |
QA | Quotes | ||
QB | Get Symbol Info | ||
QC | Lookup Symbol Info | ||
QE | More Search Results | ||
QF | 1 | Exchange Info | |
QI | Add to Portfolio | ||
QJ | 1 | Create Portfolio | |
QJ | 2 | 44-7650 | "Previous" button |
QK | Cancel Portfolio | ||
QL | 44-7650 | Add Symbol to Portfolio | |
QM | Display Portfolio | ||
QN | 1 | 44-31996 | List Portfolio |
QS | Finish Portfolio | ||
QV | 4 | Transfer Portfolio | |
QX | Edit Portfolio | ||
Qb | pe | "OK" button | |
Qc | 1 | Display Portfolio | |
Qg | 1 | Delete Portfolio | |
Qn | 1 | Rename Portfolio | |
Qv | 1 | Add item to Portfolio | |
R$ | R0 | "Show Info" button | |
R0 | Examine Object Info | ||
R3 | Message Box - "You do not have access to this feature." | ||
R4 | Message Box - "You do not have access to this feature." | ||
R8 | Message Box - "You do not have access to this feature." | ||
RF | Current Billing Summary | ||
RI | RK | "Display Plan" button | |
RL | RK | "Cancel Pending" button | |
RQ | Change Current Pricing Plan | ||
RS | Current Bill Summary | ||
RT | Message Box - "This function is not available at present" | ||
RV | Message Box - "You do not have access to this feature." | ||
Ra | Change Current Pricing Plan | ||
Rb | Change Current Pricing Plan | ||
Ri | Message Box - "You do not have access to this feature." | ||
Rk | Message Box - "You do not have access to this feature." | ||
Rr | Message Box - "You do NOT have access to this function. " | ||
Rt | Message Box - "You do NOT have access to this function. " | ||
Rw | Message Box - "This area of America Online is no longer available." | ||
Rx | Message Box - "You do NOT have access to this function. " | ||
SC | Make screen name online. Sent while signing online. | ||
SP | Message Box - "Internal error." | ||
SR | Message Box - "This area of America Online is no longer available." | ||
SV | Message Box - "This area of America Online is no longer available." | ||
Sb | Message Box - "This area of America Online is no longer available." | ||
Sr | Message Box - "This area of America Online is no longer available." | ||
Ss | Message Box - "This area of America Online is no longer available." | ||
T1 | Message Box - "That information is not available." | ||
T2 | Message Box - "That information is not available." | ||
T5 | Message Box - "That information is not available." | ||
TF | Message Box - "This area of America Online is no longer available." | ||
TM | Time Online | ||
Tf | Message Box - "This area of America Online is no longer available." | ||
Tu | Message Box - "An error occurred while AOL was updating your software. Please try again." | ||
U1 | Article/Selection/Page | ||
U2 | Article/Selection/Page | ||
U3 | Article/Selection/Page | ||
U4 | Article/Selection/Page | ||
UR | Switch Screen Names | ||
US | Sign Offline | ||
V_ (All V tokens) | Sign offline with message, "Internal Error #4213 - notify customer service!" | ||
WC | Message Box - "Your request can not be processed at this time, please try again later" | ||
WT | Message Box - "We're sorry, a system error has occurred. Please try again later." | ||
Wq | 3 | 41-45703 | "OK" button |
Wq | 5 | 41-45713 | "Sign me Up" button |
Y1 | Message Box - "You are disconnected from the gateway host." | ||
Y2 | Message Box - "You are disconnected from the gateway host." | ||
Y6 | Message Box - "You are disconnected from the gateway host." | ||
Y8 | Message Box - "Form not defined." | ||
YA | Misc areas on AOL | ||
YB | Misc areas on AOL | ||
YC | Misc areas on AOL | ||
YL | Misc areas on AOL | ||
a1 | 32-179 | Message Box - "This area of America Online is no longer available." | |
a4 | 32-179 | Message Box - "This area of America Online is no longer available." | |
aT | 32-179 | Message Box - "This area of America Online is no longer available." | |
aX | 32-141 | "Cancel" button on Registration | |
ab | 1 | 32-133 | "Next" on registration page |
ac | 3 | 32-140 | American Express" button |
ac | 4 | 32-139 | "Visa" button |
ac | 5 | 32-139 | "Master Card" button |
ac | 6 | 32-139 | "Discover" button |
ad | 32-155 | "Next" button | |
ae | 32-152, 32-153 | "Continue" button | |
af | 32-57 | "Continue" button | |
ah | 32-141 | "Payment Options" button | |
ai | 32-141 | "Next" button | |
ak | 32-143 | "Continue" button | |
al | 13 | 32-140 | "Debit Checking Account" button |
al | 32-148 | "Select Alternate Screen Name" button | |
ap | 32-150 | "Select Password" button | |
ar | 32-140 | Message Box - "You Do Not Have Access To This Function" | |
as | 32-148 | "Accept Name" button | |
at | 32-58 | "Continue" button | |
ax | Cancel Registration | ||
b_ (All b tokens) | No longer functioning board functions | ||
c% | Message Box - "This area of America Online is no longer available." | ||
c. | Message Box - "This area of America Online is no longer available." | ||
c0 | Message Box - "This area of America Online is no longer available." | ||
c1 | Message Box - "This area of America Online is no longer available." | ||
c2 | Message Box - "This area of America Online is no longer available." | ||
c3 | Message Box - "This area of America Online is no longer available." | ||
c4 | Message Box - "This area of America Online is no longer available." | ||
c5 | Message Box - "This area of America Online is no longer available." | ||
c8 | Message Box - "This area of America Online is no longer available." | ||
c9 | Message Box - "This area of America Online is no longer available." | ||
cA | Message Box - "This area of America Online is no longer available." | ||
cC | Message Box - "This area of America Online is no longer available." | ||
cD | Message Box - "This area of America Online is no longer available." | ||
cE | Message Box - "This area of America Online is no longer available." | ||
cJ | 32-173 | "Show Row" button | |
cK | Message Box - "This area of America Online is no longer available." | ||
cM | Message Box - "This area of America Online is no longer available." | ||
cP | 32-172 | "Move to Row" button | |
cQ | 32-98 | "Go" button | |
cS | Message Box - "This area of America Online is no longer available." | ||
cU | Message Box - "This area of America Online is no longer available." | ||
cV | 32-6155 | "Go Chat" button. Private Chat Room | |
cX | Message Box - "This area of America Online is no longer available." | ||
cY | Message Box - "This area of America Online is no longer available." | ||
cZ | Enter Town Square Room | ||
cb | Who's Chatting - Town Square Room | ||
cd | Who's Chatting - Town Square Room | ||
ch | Message Box - "You do not have access to this function" | ||
ct | Who's Chatting - Town Square Room | ||
d1 | Sorry, you do not have access to this file/library. | ||
d2 | Sorry, you do not have access to this file/library. | ||
d3 | Sorry, you do not have access to this file/library. | ||
d5 | Message Box - "This area of America Online is no longer available." | ||
d7 | Message Box - "This area of America Online is no longer available." | ||
dS | Message Box - "Access denied" | ||
f1 | Form | ||
f3 | 32-219 | "Modify Binary" button | |
f4 | 32-26 | "Update" button on Update Database Record form | |
f7 | 1 | "Upload Picture" on Star Tool | |
f7 | 2 | "Upload Binary" on Star Tool | |
f7 | 3 | "Manage Art" on Star Tool | |
f7 | 4 | "Update Database Record" on Star Tool | |
f8 | 32-197 | "Send" button | |
fe | 32-219 | "Modify Picture" button | |
g! | Message Box - "You do not have access to this function." | ||
g# | Message Box - "You do not have access to this function." | ||
g$ | Message Box - "You do not have access to this function." | ||
g% | Message Box - "You do not have access to this function." | ||
g1 | Message Box - "The e-mail address notification feature is only available to members who upgrade to (or migrate to) the CompuServe 2000 software." | ||
g@ | Message Box - "You do not have access to this function." | ||
gf | Message Box - "This area of America Online is no longer available." | ||
gy | Message Box - "Sorry, that application has been removed." | ||
h0 | Message Box - "This area of America Online is no longer available." | ||
h1 | Message Box - "This area of America Online is no longer available." | ||
h2 | Message Box - "This area of America Online is no longer available." | ||
h3 | Message Box - "This area of America Online is no longer available." | ||
h4 | Message Box - "This area of America Online is no longer available." | ||
hC | Message Box - "You do not have access to this function." | ||
hD | Message Box - "You do not have access to this function." | ||
hE | Message Box - "You do not have access to this function." | ||
hL | See Hidden Files in Library | ||
hM | File not found | ||
hP | Message Box - "This area of America Online is no longer available." | ||
hb | Message Box - "Access denied. Please activate host access before using this function" | ||
hc | Message Box - "Access denied. Please activate host access before using this function" | ||
hd | Message Box - "Access denied. Please activate host access before using this function" | ||
he | Message Box - "Access denied. Please activate host access before using this function" | ||
hf | Message Box - "Access denied. Please activate host access before using this function" | ||
hg | Message Box - "Access denied. Please activate host access before using this function" | ||
hh | Message Box - "Access denied. Please activate host access before using this function" | ||
hi | Message Box - "Access denied. Please activate host access before using this function" | ||
hj | Message Box - "Access denied. Please activate host access before using this function" | ||
hk | Message Box - "Access denied. Please activate host access before using this function" | ||
hl | Message Box - "Access denied. Please activate host access before using this function" | ||
hm | Message Box - "Access denied. Please activate host access before using this function" | ||
hn | Message Box - "Access denied. Please activate host access before using this function" | ||
ho | Message Box - "Access denied. Please activate host access before using this function" | ||
hp | Message Box - "Access denied. Please activate host access before using this function" | ||
i2 | Message Box - "Internal error." | ||
iM | Message Box - "This area of America Online is no longer available." | ||
iO | Locate Member | ||
iS | Send Instant Message | ||
iV | Message Box - "Screen name not given." | ||
id | Get Profile | ||
ir | Message Box - "Internal error." | ||
is | Send Instant Message | ||
jA | |||
jI | Get Member Profile | ||
jR | Edit Your Profile | ||
jS | |||
jU | Delete Profile Information? | ||
jV | Update Profile | ||
jW | View Own Profile | ||
jd, jm | Delete Profile | ||
je | Edit Your Profile | ||
jf | Update Profile | ||
ji | Get Member Profile | ||
jl | Delete Profile Information? | ||
jv | 32-366 | "OK" button | |
jw | View Own Profile | ||
jx | 32-369 | "OK" button | |
jy | 32-370 | "OK" button | |
k$ | Message Box - "Internal error." | ||
k1 | Message Box - "This area of America Online is no longer available." | ||
k? | AOL Quick Checkout Help | ||
kA | Add/Edit Your Address Book | ||
kE | Shipping Information | ||
kJ | 41-38860 | "Next" button | |
kP | kE | "Cancel" button | |
ka | Add/Edit Your Credit Cards | ||
lR | Message Box - "This area of America Online is no longer available." | ||
m0 | Flash Mail? | ||
m1 | Ask the Staff | ||
m2 | Keep Mail as New/Delete Mail? | ||
m7 | Flash Mail? | ||
mA | Message Box - "This area of America Online is no longer available." | ||
mB | Message Box - "An internal error has occurred. Please try again later." | ||
mC | Message Box - "This area of America Online is no longer available." | ||
mD | Download File from Library | ||
mE | Message Box - "This area of America Online is no longer available." | ||
mF | Get File Destriptiony | ||
mG | Message Box - "This area of America Online is no longer available." | ||
mH | Message Box - "This area of America Online is no longer available." | ||
mM | File Not Found | ||
mP | Message Box - "This area of America Online is no longer available." | ||
mR | Get File Destriptiony | ||
mU | Message Box - "This area of America Online is no longer available." | ||
mV | 32-57, 32-58 | "Cancel" button | |
mX | Message Box - "This area of America Online is no longer available." | ||
mY | Get File Destriptiony | ||
ma | No longer functioning board functions | ||
mb | No longer functioning board functions | ||
mc | No longer functioning board functions | ||
md | No longer functioning board functions | ||
me | No longer functioning board functions | ||
mf | No longer functioning board functions | ||
mg | No longer functioning board functions | ||
mh | No longer functioning board functions | ||
mi | No longer functioning board functions | ||
mj | No longer functioning board functions | ||
mk | No longer functioning board functions | ||
ml | No longer functioning board functions | ||
mm | No longer functioning board functions | ||
mn | No longer functioning board functions | ||
mo | No longer functioning board functions | ||
mp | No longer functioning board functions | ||
mq | Download Later | ||
n1 | 41-51070 | "Continue" on the create screen name form | |
n2 | 41-51082 | "Continue" on designate master screen name form | |
n3 | 1 | 41-51076 | "Accept Settings" button |
n3 | 2 | 41-51076 | "Customize Settings" button |
n4 | 41-49300 | "Create a Screen Name" button before Step 1 | |
n5 | 41-51086 | "Continue" with delete screen name process | |
nP | 32-272 | "Set Password" on set password form | |
nZ | "Cancel" on any of the screen name functions | ||
n[ | 41-53188 | "Continue" | |
ng | "Cancel" on any screen name process functions | ||
nx | 1 | 32-384 | "Create a Screen Name" button at keyword: Names |
nx | 2 | 32-384 | "Delete a Screen Name" button at keyword: Names |
nx | 3 | 32-384 | "Restore a Screen Name" button at keyword: Names |
ny | 41-51075 | "Recover" a screen name | |
oI | Message Box - "This area of America Online is no longer available." | ||
oR | Message Box - "That message is no longer available." | ||
oS | Message Box - "That message is no longer available." | ||
oS | Mail Status | ||
oU | Unsend Mail | ||
oW | Message Box - "An internal error has occurred. Please try again later." | ||
or | Message Box - "An internal error has occurred. Please try again later." | ||
p% | Mail Warn Preference | ||
p2 | We're sorry, Mail is unavailable. Please try again later. | ||
p3 | We're sorry, Mail is unavailable. Please try again later. | ||
p4 | We're sorry, Mail is unavailable. Please try again later. | ||
p6 | Popup preferences | ||
p7 | OK on p6 | ||
p8 | We're sorry, Mail is unavailable. Please try again later. | ||
pE | 20 | Sign Offline w/o Exiting AOL | |
pE | 21 | Sign Offline w/ Exiting AOL | |
pL | Message Box - "You do not have access to this area." | ||
pO | Message Box - "Form not defined." | ||
pP | Message Box - "Form not defined." | ||
pU | Message Box - "This area of America Online is no longer available." | ||
p^ | OK on p% | ||
pa | 32-199 | "Add to Portfolio" button | |
pd | 32-210 | "Remove from Portfolio" | |
pe | Add stock to portfolio | ||
pf | Portfolio Summary | ||
pg | Message Box - "Internal error - please close and redisplay the window." | ||
ph | Message Box - "Your portfolio has nothing in it." | ||
pk | 2 | 32-208 | "Details" |
pk | Get Quote | ||
pl | Get Stock Information | ||
pp | pa | "OK" button | |
pq | 32-199 | "Get Guote" button | |
ps | 0 | 32-200 | "Seach by Symbol" button |
ps | 1 | 32-200 | "Seach by Company" button |
pw? | Get Stock Information | ||
px | 2 | 32-208 | "Remove" button |
qa | 44-7763 | "Next" button | |
qe | 12 | 44-7650 | Remove item from Portfolio |
qk | 1024 | 44-31996 | Download Portfolio |
ql | Download Portfolio OK | ||
qs | 44-31996 | "Details" button | |
r@ | Message Box - "You do not have access to this feature." | ||
rA | Message Box - "This area of America Online is no longer available." | ||
rD | Exit Chat Area | ||
rF | Message Box - "This area of America Online is no longer available." | ||
rG | Message Box - "This area of America Online is no longer available." | ||
rS | Message Box - "This area of America Online is no longer available." | ||
rU | Message Box - "This area of America Online is no longer available." | ||
rV | Message Box - "This area of America Online is no longer available." | ||
rX | Message Box - "This area of America Online is no longer available." | ||
rY | Message Box - "This area of America Online is no longer available." | ||
rZ | Message Box - "This area of America Online is no longer available." | ||
rh | AOL Rewards account history | ||
rt | Message Box - " Sorry, but this AOL Rewards area is not available right now. Please try again later." | ||
s2 | Sorry, but you do not have access to this file/library | ||
s3 | Sorry, but you do not have access to this file/library | ||
s4 | Sorry, but you do not have access to this file/library | ||
s5 | Sorry, but you do not have access to this file/library | ||
s6 | Sorry, but you do not have access to this file/library | ||
s7 | Sorry, but you do not have access to this file/library | ||
s8 | Sorry, but you do not have access to this file/library | ||
s9 | Sorry, but you do not have access to this file/library | ||
sa | Sorry, but you do not have access to this file/library | ||
sb | Sorry, but you do not have access to this file/library | ||
sd | Sorry, but you do not have access to this file/library | ||
sf | Sorry, but you do not have access to this file/library | ||
sh | Sorry, but you do not have access to this file/library | ||
sj | Sorry, but you do not have access to this file/library | ||
sk | Message Box - "This area of America Online is no longer available." | ||
sl | Sorry, but you do not have access to this file/library | ||
sm | Sorry, but you do not have access to this file/library | ||
sn | Sorry, but you do not have access to this file/library | ||
so | Message Box - "Add/Update Cancelled" | ||
ss | Sorry, but you do not have access to this file/library | ||
t1 | Article Request | ||
tF | Message Box - "This area of America Online is no longer available." | ||
tO | Message Box - "This area of America Online is no longer available." | ||
tv | Message Box - "Symbol Not Found" | ||
tx | Message Box - "Highlight a line of data in the list and try again." | ||
ty | Message Box - "Symbol Not Found" | ||
uD | Message Box - "This area of America Online is no longer available." | ||
uF | Message Box - "This area of America Online is no longer available." | ||
uI | Message Box - "This area of America Online is no longer available." | ||
uP | Message Box - "This area of America Online is no longer available." | ||
uU | Message Box - "This area of America Online is no longer available." | ||
ua | ud | "Continue" button | |
ub | Choose a number in your area | ||
uc | ub | "Select" button | |
ud | Choose Access Numerb in your Area | ||
ue | ub | "Same as First Choice" button | |
uf | uc | "Continue" button | |
ug | Cancel select area code - sign offline | ||
uh | ud | "Previous screen" button | |
ui | uc | Message Box - "Creation of Favorite Places has been disabled" | |
ul | Message Box - "Invalid resource identifier" | ||
up | Choose a number in your area | ||
ur | Visit address | ||
vD | Start File Transfer | ||
vn | Message Box - "This area of America Online is no longer available." | ||
za | 2 | "Send" on zb | |
zb | 0 | Send a pager | |
zb | 1 | zb 2 | "Address Book" |
ze | Message Box - "Paging Address book area is unavailable at this time. Please try again later." | ||
zf | Message Box - "Paging Addressbook is unavailable now." | ||
zh | Message Box - "Paging Address book area is unavailable at this time. Please try again later." | ||
zi | Message Box - "Paging Address book area is unavailable at this time. Please try again later." |