SOS - 2013
Member
Posted 3 months ago #
Hi
I have a problem with the result of statistic.
there are very very veryyyyyyyyyyyyyyyyyy large number of bots that see my site . is it possible ?
I just install this plugin in less than 24h and say this:
http://imageupload.co.uk/files/8ox1vonmg8mfg3z84kq2.jpg
it say also I use cloudflar that it say I have just 5000 visit last day but the ecSTATic say ??????? more than 100000....
also this is my sitting . plese help me to reduse the bots . also just google bot and bing bot visited my site and also there is a bot that there are no informathion about it that I show it in above pic .
and this is my setting
http://www.imageupload.co.uk/files/hgrks1khceq0xrjhpemn.jpg
http://wordpress.org/extend/plugins/ecstatic/
MikeSoja
Member
Plugin Author
Posted 3 months ago #
Hello, SOS,
It's hard to tell with little information, but your first .jpg shows that IPs and Domain's are not being recorded. I don't know why that would affect things, but it's a starting point to look at. Do any of your ID# start with anything other than 0? The Googlebot one is 0.81. The first digit should be 1 or greater.
Can you tell which version of PHP you're using? And Browser and version?
For some reason, maybe, the $_SERVER['REMOTE_ADDR'] variable is not being picked up.
MikeSoja
Member
Plugin Author
Posted 3 months ago #
Can you turn Cloudflare off and see if that makes a difference?
MikeSoja
Member
Plugin Author
Posted 3 months ago #
Two possibilities.
Either the ecSTATic IP table was not created properly (unlikely), or the IP is not being passed in the $_SERVER['REMOTE_ADDR'] variable (also unlikely.) I vote for the second one.
In either case, the effect is that the program is lumping all non-bot page views and bot page views together, and then doubling them up.
Use phpMyAdmin to see if the ecstatic_ips table is there, and whether it has any data in it. It should be in the list with ecstatic_refs, ecstatic_ruris, ecstatic_user_agents.