1. INSTALLATION
---------------
a)
SETTING PATH TO PERL:
- Open "admin.cgi" and "guest.cgi" in a text editor and set the
path to perl. This is generally:
#!/usr/bin/perl
or
#!/usr/local/bin/perl
or any another variation.
If you dont know your path to Perl, contact your server Admin.
b)
CREATING FOLDERS:
- Create a folder on your server for your Fresh Guest Book.
Named to whatever you want.
(In the following example we simply name it "guestbook"
- Create a folder named "smilies" inside "guestbook".
(The folder must be named "smilies"
- Create a folder named "data" inside "guestbook".
(The folder must be named "data"
c)
UPLOADING FILES:
- Upload "guest.cgi" and "admin.cgi" into the "guestbook" folder
in ASCII mode.
- Upload all files from the "data" folder into the "data" folder
on your server in ASCII mode.
- Upload all files from the "smilies" folder into the "smilies"
folder on your server in BINARY mode.
d)
SETTING FILE PERMISSIONS:
- Chmod "guest.cgi" and "admin.cgi" 755 (rwxr-xr-x).
- Chmod all files in the "data" folder 666 (rw-rw-rw).
(or 777 (rwxrwxrwx) if you have problems).
ok guys i have made it up to d.
this is the part that i don't understand..can someone please explain or walk me through this part..
carlsatterwhite@endangeredgraphics.com
---------------
a)
SETTING PATH TO PERL:
- Open "admin.cgi" and "guest.cgi" in a text editor and set the
path to perl. This is generally:
#!/usr/bin/perl
or
#!/usr/local/bin/perl
or any another variation.
If you dont know your path to Perl, contact your server Admin.
b)
CREATING FOLDERS:
- Create a folder on your server for your Fresh Guest Book.
Named to whatever you want.
(In the following example we simply name it "guestbook"
- Create a folder named "smilies" inside "guestbook".
(The folder must be named "smilies"
- Create a folder named "data" inside "guestbook".
(The folder must be named "data"
c)
UPLOADING FILES:
- Upload "guest.cgi" and "admin.cgi" into the "guestbook" folder
in ASCII mode.
- Upload all files from the "data" folder into the "data" folder
on your server in ASCII mode.
- Upload all files from the "smilies" folder into the "smilies"
folder on your server in BINARY mode.
d)
SETTING FILE PERMISSIONS:
- Chmod "guest.cgi" and "admin.cgi" 755 (rwxr-xr-x).
- Chmod all files in the "data" folder 666 (rw-rw-rw).
(or 777 (rwxrwxrwx) if you have problems).
ok guys i have made it up to d.
this is the part that i don't understand..can someone please explain or walk me through this part..

carlsatterwhite@endangeredgraphics.com