Hi there,
unfortunately PHP’s ip2long does not support ipv6 just yet. I’ll have to come up with a workaround for that…
Also, MySQL’s support for ipv6 is still being discussed
http://bugs.mysql.com/bug.php?id=34037
I found a workaround, though, and I could give it a try in the next version of WP SlimStat:
http://www.samclarke.com/2011/07/php-ipv6-to-128bit-int/
I will increase the size of the corresponding sql column in my table to BIGINT in order to be able to store that information 😉 Would you be interested in testing the new version?
Camu
PS: a vote for my plugin would be a nice way to say thank you!
Hi Camu,
Can I test the version with IPv6 support as well?
Best regards,
Thomas
Hi there,
Unfortunately my tests on supporting ipv6 weren’t really encouraging, both PHP and MySQL still lack a true and ubiquitous support for it. So I’ve decided to postpone my plans to implement this feature for now.
Thank you
Camu