Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Rien on August 31, 2003, 11:28:27 PM
-
Hello,
I have SME-server 5.6 and I use it to run my own homepage. Now I want to have a Textcounter on my homepage.
I downloaded a textcounter with the following installation instructions:
--------------------
Copy textcount.cgi in your /cgi-bin/ directory.
Make it executable, unix only (chmod a+rx textcount.cgi)
Edit textcount.cgi, you will have to do some configuration:
Change #/usr/bin/perl, if it's necessary...
Change in "Necessary Variables Section"
# Real path and file of counter
$count_file = "/Absolute/path/to/count.txt";
Add in your web page :
--------------------
I placed the textcount.cgi file in the directory /home/e-smith/files/ibays/[name-ibay]/cgi-bin. I put the file count.txt in the directory /home/e-smith/files/ibays/[name-ibay]/html and changed the $count_file accordingly.
It stil doesn't work. What did I do wrong?
Rien