I Upload the guest book 2 my site all the files which are able too be uploaded, but only this file is not there "cgi-bin/guestbook.pl" it need this file when I sign my guest book. could you pleasee help me
ALBO-G wrote:I Upload the guest book 2 my site all the files which are able too be uploaded, but only this file is not there "cgi-bin/guestbook.pl" it need this file when I sign my guest book. could you pleasee help me, where can I find that file
02/08/2003 03:21:40
Subject:
.: JAY :.
Beginner
Joined: 18/11/2002 20:15:25
Messages: 38
Location: USA
Offline
Ah, I see you are using the CGI version of the guestbook.
I thought that you are using Advanced Guestbook.
I've never used that one before but I'll try it right now and see ...
02/08/2003 03:28:35
Subject:
.: JAY :.
Beginner
Joined: 18/11/2002 20:15:25
Messages: 38
Location: USA
Offline
First off, did you do this :
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.
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
27/04/2004 23:11:45
Subject:
digest
Newbie
Joined: 27/04/2004 19:35:16
Messages: 3
Location: us
Offline
.: JAY :. wrote:
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
i've read that peice a dozen time. Can you tell me exactly what they mean by that. Where the correct location of guestbook.pl is meaning on your computer or on your webiste? I am a bit confused. btw i am new to perl to but understand it better now than i did a month ago.