Hello Camu,
1. Today appeared in the logs page 2 IPv6 logs, first new logs since 4.1.3 update.
2. Yes i do have two columns ‘ip’ and ‘other_ip’.
(now that you talking about that, since 4.1.3 update, on the logs page, just next to the IPs, appeared the mention (IP d’origine: 0.0.0.0) even though the user doesn’t use any proxy)
3. In the DB, for Slim Stats, I got 4 tables:
– wp_slim_stats (22264 entries / 28 columns)
2 columns : ‘ip’ and ‘other_ip’, both with dotted decimal addresses
in the structure both are varchar(39),utf8_general_ci, ,yes,NULL, .
– wp_slim_stats_3 (21639 entries / 19 columns)
2 columns : ‘ip’ and ‘other_ip’, only ‘ip’ column has with dotted decimal addresses,
in the structure both are: int(10), ,UNSIGNED,yes,0, .
– wp_slim_stats_archive (no entries / 28 columns)
in the structure both are: int(10), ,UNSIGNED,yes,0, .
– wp_slim_stats_archive_3 (no entries / 19 columns)
in the structure both are: int(10), ,UNSIGNED,yes,0, .