Hello,
I have a stupid counter-image from *stat.com
The image will produce an alert on my site because of the use of SSL and also because *stat.com doesn't have a P3P.
So, I just open the imagefile from the counter with php, with al the JavaScript-based variables. That works.
BUT: the server from the counter-service logs the IP from the client (in my case: my server) so al that is counted is 1 unique visitor a day.... (too bad.. )
So can I pass the IP address from my visitor to my php-script, so that passes it (faking it's own server IP) to the counter-service, so that it does count my unique visitors??
(I allready searched but couldn't find any answers)
Thanks in advance!!