HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/www/archive/trilogy/guestbook/addguest.html
<html>
  <head>
    <title>Add to our Guestbook</title>
  </head>
  <body>
    <center>
      <h1>Add to our Guestbook</h1>
    </center>

    Fill in the blanks below to add to our guestbook.  The only blanks that you 
    have to fill in are the comments and name section.  Thanks!<hr>
    <form method=POST action="http://your.host.com/cgi-bin/guestbook.pl">
      Your Name:<input type=text name=realname size=30><br>
      E-Mail: <input type=text name=username size=40><br>
      URL: <input type=text name=url size=50><br>
      City: <input type=text name=city size=15>, State: <input type=text name=state size=2> Country: <input type=text value=USA name=country size=15><p>
      Comments:<br>
      <textarea name=comments COLS=60 ROWS=4></textarea><p>
      <input type=submit> * <input type=reset>
    </form>
    <hr>
    * <a href="http://your.host.com/guestbook.html">Back to the Guestbook Entries</a><br>
    Script and Guestbook Created by: <a href="http://worldwidemart.com/scripts/">Matt Wright</a>.
  </body>
</html>