Setting Up Cookie Cart v4.0
------------------------
A listing of directories is as follows:
root----
|cart-----
|-cgi 755
cart.cfg 644
authorize.pl 644
ccadmin.pl 644 (optional)
ccverify-lib.pl 644
cgi-lib.pl 644 (optional)
envtest.pl 644
database.cgi 755 (optional)
shopcart.cgi 755
register.cgi 755
upload.pl 644 (optional)
html.pl 644
subs.pl 644
|-data 777
(3) .txt 666 (optional)
(3) .db 600 (optional)
(3) .html 644
(1) .dat 666 (optional)
(1) .id 666 (optional)
|-dbase_cus 755
|-dbase_ven 755
|-demo 755
|-images 755
|-temp 777
|-tmp 777
If the cgi directory is not located as indicated above all files will
be modified in the configure file located in the cgi directory.
First, move the contents of cgi to that same cgi-bin location.
Next, define the variables in the ccart.cfg
If you are have trouble editing these values then we strongly suggest that you
visit our BBS,
or email support for assistance.
After changing the Variables follow these instructions:
1)
Change the location of the
perl interpreter on line (1) in all cgi's in the cgi directory.
#!/usr/local/bin/perl or #!/usr/bin/perl
Contact your ISP for the exact location.
2)
Upload all the file in the respective
directories as indicated above.
The demo directory has an index.html file for testing
an html page and the script.
3)
Set up your
web pages.
Please visit our DEMO
and look at the source!