Hello!
I am running a script via which I am getting some info from another site. But I do not want the IP of the server which runs that script to be got by the Google-Analytics javascript, which is located on the page I am getting the info from. Do you know how can I stop the execution of the Google analytics script from the page I am getting the info with PHP? I know one sure method, which is to put in the /etc/hosts file on the server the line
127.0.0.1 google-analytics.com
That line makes the line which must load the GA javascript to ping the local server, instead of loading the script. The problem is that the support of the hosting I am using denied to do that for me. So, do you know another way for doing that in PHP?