While searching for a Google Analytics replacement, I found CyStats and IPCCP.
IPCCP stands for IP City Cluster. “The IP City Cluster Plugin (IPCCP) generates a geographical cluster map based on where from people access you website (or to be precise: based on the IP they got from their provider).”
What it needs is an IP databse/log. For an unknown to me reason, CyStats stores the remote_addresses in the blog databse as BIGINTs. Those ‘ll have to be converted first. Here is the patch you need: the patch.
-
‹ Home
Contents
-
Categories
-
Tags
12 100$ 2007 almak apache apple avr bright side of life c++ chessnet copyrighter despal diodos facebook freebsd friendship hostmgr howto iphone ipod iso kernel laptop lfs linux love music musicdb n95 new server old hardware olpc perl php qthing russia security slackware space olympics summer windows woptix wordpress xo
blogs
-
RSS Feeds
-
Meta
5 Comments
“For an unknown to me reason, CyStats stores the remote_addresses in the blog databse as BIGINTs.”
An estimated guess: IPv6
Your guess must be true, except that cystats code won’t handle ipv6 addresses at all. Feature will be implemented in the future, propably.
I’m the author of CyStats.
The reason CyStats uses bigints fpr remote adresses is the optional anonymization feature. There was a big discussion about anonymous storage of remote adresses in germany which was the reason i implemented this feature.
How do i get this patch to work? I have a lot of programming experience, but I’m new to php.
I’m running the latest WP on windows server 2003, php 5.
Well, you need the patch app to apply this (found on *nix systems).
You can manually add/remove the lines directed by the patch file (with +/-) though :)
Post a Comment