Form submission and user input variables

!NAME
User's name or alias
!MESSAGE
The message to be posted, this is the body
AC_MAXBUFFER controls the maximum size (default in AMessage.cpp to 24K)
AC_MAXENTRIES controls how many messages it will support before scrolling them off
!EMAIL
User's e-mail that will be wrapped with a mailto: href tag
!IMAGE
User's image URL that will be inserted into an >img src=...<
!HOMEPAGE
User's homepage URL that will be inserted into an href
!TITLE
HTML title override

Customization variables in URL or through HIDDEN tags (not entered by user)

!BG
The background image for the message board
!DOFORM
If set to "0" then no form is generated, useful if you are using a custom input form or an input form in another frame
!OUTFRAME
If set output is not sent to the frame and only form is generated, useful if you have the form and output split into frames can be used with !DOFORM=0
!FILENAME
Data filename to use, adds .dat, make sure the web server user has write access to it