GNDI
11-09-2008, 09:06 PM
I'm trying to run the following cgi script from the forum.
in.cgi from Arrow Trader Lite III (http://www.arrowscripts.com/atl3_install.shtml) but I can't make it work.
I have tried several solotions including this
But with no luck, anyone who can help?
From the install instructions
7) tracking incoming hits
To track incoming hits, you need to place the following code in your index.shtml file
<!--#include virtual="/cgi-bin/at3/in.cgi" -->
for php mainpages use
<?php virtual ("/cgi-bin/at3/in.cgi"); ?>
To see if SSI (server side includes) is enabled, open your main site,
and check for a line similar to the following
document.cookie='atref=noref$#; path=/;
If you still see the #include virtual= .. line, ask your host to enable SSI.
If you see an error like "an error occurred while processing this directive",
you either uploaded the incorrect package, or the permissions of the cgi files are incorrect.
in.cgi from Arrow Trader Lite III (http://www.arrowscripts.com/atl3_install.shtml) but I can't make it work.
I have tried several solotions including this
But with no luck, anyone who can help?
From the install instructions
7) tracking incoming hits
To track incoming hits, you need to place the following code in your index.shtml file
<!--#include virtual="/cgi-bin/at3/in.cgi" -->
for php mainpages use
<?php virtual ("/cgi-bin/at3/in.cgi"); ?>
To see if SSI (server side includes) is enabled, open your main site,
and check for a line similar to the following
document.cookie='atref=noref$#; path=/;
If you still see the #include virtual= .. line, ask your host to enable SSI.
If you see an error like "an error occurred while processing this directive",
you either uploaded the incorrect package, or the permissions of the cgi files are incorrect.