PDA

View Full Version : Stats Issue



mawdryn
01-26-2005, 07:48 PM
Hi,

I've installed your counter script (v3.45) and it works great except that it's only registering one ip address and that is the server that is hosting the script. Can you tell me if any changes have to be made to the script to allow the script to record the actual client addreses or if this is a hosting configuration quirk?

Thanks in advance.

Patrick
02-02-2005, 05:10 PM
The forum was offline for a few days. I apologize for the late response.

This issue is likely the result of you not using absolute paths. Please use the absolute path script that was included with the script to find out the absolute path to your counter. Make sure you use the absolute path when including the counter in your page:
ex:

<?php include("/abs/path/to/counter/counter.php");