Has anyone used this program? Here is the URL: http://sourceforge.net/projects/wwwtrack/ It is supposed to track users stats to sites. The readme states that you simply need to include a php "include ..." line in each page you wish to track stats on. However, I have done this and it will log the IP of the actual server of the webpage, not the IP of the user surfing. Does anyone know how I can resolve this? thanks Mike
Ask them?
But if I had to take a guess, they used the servers IP variable instead of $_SERVER['REMOTE_ADDR'].
~Brett