Installation instructions Autoresponder script:
===============================================

Copy the autoreponder.cgi file to your cgi-bin directory
and make it executeable. (chmod 755)

Correct the variable's to suit your site:
Instructions are on top of the variable's

modify or copy this file because this is the file which will be
sent as someone requested your autoresponder service.
and make it readable for the script (chmod 644)

create a e-mail address log file, ex. (mailadres.txt),
make it readable and writeable for the script: chmod 777

If you want to return a html document the variable
$html must be set to 1, else if you want to return plain
text the $html variable must be set to zero. If your
using the html function just create a html document and
put the correct path to it at: $bestand = path to your html document.


Included is the table code for using in your html document,
to access the autoresponder script:

If you have and questions or suggestions feel free to mail us:
webmaster@sylconia.com

--HTML code--

<form action="http://urltoyourautoresponder.cgi script" method="POST">
        <table>
          <tr> 
            <td align="right"><font size="2" face="MS Sans Serif, sans-serif, serif" color="#000000">Name</font>&nbsp;</td>
            <td> 
              <input type="text" name="name" size="14">
            </td>
          </tr>
          <tr> 
            <td align="right"> <font color="#000000" size="2" face="MS Sans Serif, sans-serif, serif">Email</font><font color="#FFFFCC" size="2" face="MS Sans Serif, sans-serif, serif">&nbsp;</font></td>
            <td> 
              <input type="text" name="email" size="14">
            </td>
          </tr>
        </table>
        <p> 
          <input type="submit" value="request" name="submit">
        </p>
</form>

--END HTML code ---

  
