Recent content by Bas Kuis

  1. Bas Kuis

    Fixed  Users with IP 127.255.255.255?

    I ran into this problem some time ago. It turns out that when you use a int data type on a mysql table to store the iptolong value (integer representation of the ip address) the int datatype cannot contain all generated values. The numbers can be too large to be stored as a int. The maximum...
Top Bottom