4
0

addalias.htm 909 B

123456789101112131415161718192021222324252627
  1. <html><body>
  2. <p>In this form you can enter the settings (aliases, link and userpic) for your nickname in the IRC-stats.<br>
  3. Nicknames are allowed only once.</p>
  4. <form action="../cgi-bin/addalias.pl" method="POST">
  5. <table>
  6. <tr>
  7. <td>Nickname: </td><td><input name="nick" type="text" width="30"></td>
  8. </tr>
  9. <tr>
  10. <td>Aliases:<sup>*</sup> </td><td><input name="alias" type="text" width="30"></td>
  11. </tr>
  12. <tr>
  13. <td>URL/Link: </td><td><input name="link" type="text" width="30"></td>
  14. </tr>
  15. <tr>
  16. <td>Userpic: </td><td><input name="pic" type="text" width="30"></td>
  17. </tr>
  18. <tr>
  19. <td><input type="checkbox" name="ignore"></td><td> Ignore?</td>
  20. </tr>
  21. <tr>
  22. <td colspan="2"><center><input type="submit" value="Submit"></center></td>
  23. </tr>
  24. </table>
  25. </form>
  26. <p><sup>*</sup>: If you want to set more then one alias, seperate them with a space... e.g. "Alias1 Alias2"</p>
  27. </body></html>