papagino Posted November 13 Posted November 13 (edited) Hello people, I noticed in the last few months that when viewing my Backoffice "Current online visitors" stats, I often (daily) see visitors with IP address 0.0.0.0, why is this? Is my site being hacked? Should I block ip address 0.0.0.0 on my server side? Also, I have Matomo installed on my shop and those visitors are not/can't be tracked... Any light on this would be appreciated. Cheers, Edited November 13 by papagino
musicmaster Posted 22 hours ago Posted 22 hours ago The connections table can only store IPv4 ip addresses. All IPv6 addresses are stored as 0.0.0.0. Prestashop has the same problem. It looks like both assume that you are using Google Analytics or a similar third party service, so this piece of pre-historic code is left unchanged.
papagino Posted 22 hours ago Author Posted 22 hours ago 18 minutes ago, musicmaster said: The connections table can only store IPv4 ip addresses. All IPv6 addresses are stored as 0.0.0.0. Prestashop has the same problem. It looks like both assume that you are using Google Analytics or a similar third party service, so this piece of pre-historic code is left unchanged. Ok, so will Thirtybees fix this in a future release "having the connections table support for both IPv4 and IPv6 ip addresses" ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now