Hello.
First, I'm not sure this is the right forum for this post, I just didn't know where else to put it.
Recently, the company which provided our hosting service was bought out and our files transferred to the new servers. Prior to the transfer, we had a cgi script which displayed a page-level hit counters. Following the transfer, the script no longer worked.
I've attached a copy of the cgi file. The only change I made was to the root home address in line 21.
I had a similar problem with a PHP file until the root home address was changed. I used the same address in this routine, but it still doesn't work. It's like it can't find it's digits and data folders (the script also created a file for each page with the count for that page).
I've talked with the new company's support people and they say it's a coding problem.
The way this routine was normally invoked is:
Code:
<img src="http://www.ohiobuttons.org/cgi-bin/BSCounter/bsimgcount.cgi?file=ShowScenes&style=plain_b" border="1" height="24" width="40" align="top">
The digits and style folders are located in the cp/images/digits/ folder and the data folder is located in the cgi-bin/BSCounter/ folder.
I'm not familiar with Perl/cgi, so I'm hoping that someone who is can help me out.
Thanks,
Jim
Bookmarks