Results 1 to 2 of 2

Thread: Guestbook

  1. #1
    Join Date
    Nov 2006
    Posts
    249

    Guestbook

    I am trying to add a guestbook to a website that I have built. I have found a Perl script, but can not seem to get it to work. This is what I have for the first part of the script

    C:\Program Files\SWsoft\Plesk\Additional\Perl\bin

    # Set Variables

    $guestbookurl = "http://www.rightspice.net/guestbook.html";
    $guestbookreal = "C:\Inetpub\vhosts\rightspice.net\httpdocs\guestbook.html";
    $guestlog = "C:\Inetpub\vhosts\rightspice.net\httpdocs\guestlog.html";
    $cgiurl = "http://www.rightspice.net/cgi-bin/guestbook.pl";
    $date_command = "/usr/bin/date";


    According to my server company (aplus.net, I have a windows Plesk server) all this should be right. But whenever I go to post on it, it takes me to http://www.rightspice.net/cgi-bin/guestbook.pl and says that the page can not be displayed…

    Any suggestions would be great.

  2. #2
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007
    I've zero experience with Perl but it looks similar to PHP. Could post up the whole script?
    It seems to be going to the $cgiurl location. Is that page on your server? If not, then thats your problem right there.

Similar Threads

  1. Guestbook
    By pilotdesigns in forum General Questions
    Replies: 1
    Last Post: 16 Jul 2006, 01:17 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
  •