Results 1 to 7 of 7

Thread: guestbook

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Titanium Member
    Join Date
    Jul 2002
    Location
    blk helo target, WA
    Posts
    2,846
    No, I put that there because of the permission error.

    THE GUESTBOOK IS DOWN PLESE TRY LATER.
    I followed these instructions but did not understand the first part

    This guestbook offers you many options.
    You can specify required fields, send e-mail notification,
    specify entries per page, censor bad words and delete guestbook entries.
    All guestbook pages can be accessed via jump menu.

    1.Open guestbook.pl with a text editor.
    Change the url in line one, to the Perl program at your server.
    Usually it is: - /usr/bin/perl or /usr/local/bin/perl for Unix.
    - C:/Perl/Perl.exe for Windows (use slash "/")
    Set the correct paths and required urls. Did not understand - I put http://lynchknot.com/cgi-bin/guestbook.p because the first line reads like this:
    # url of script
    $cgiurl = "http://lynchknot.com/cgi-bin/guestbook.pl";


    2.Upload guestbook.pl in ASCII-mode to your cgi-bin directory
    and change mode it to 755 (-rwxr-xr-x).

    3.Open addentry..html with a text editor.
    Change the line
    <form method="post" action="/cgi-bin/guestbook.pl">
    to the correct location of guestbook.pl
    Last edited by lynchknot; February 13th, 2005 at 18:26 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •