I have the option to save visitor IP’s, however, I cannot locate them in the MySQL Db…what should I be looking for?
Upon locating them, how do I filter them out per site they visited?
-Scott
I have the option to save visitor IP’s, however, I cannot locate them in the MySQL Db…what should I be looking for?
Upon locating them, how do I filter them out per site they visited?
-Scott
location_ip is stored in the log_visit table in a machine dependent binary format (4 bytes) which is more compact than storing it as a string.