Jump to content

IPv6 Users


IPv6Freely

Recommended Posts

  • 1 month later...
Posted

You could probably query your database directly to capture this information. Something along the lines of

SELECT COUNT(*) FROM _table_ WHERE ip_address LIKE '%:%';
SELECT COUNT(*) FROM _table_ WHERE ip_address NOT LIKE '%:%';

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...