How would I go about calculating the ipstart and ipend values to make an addition to the ipcoutries table? I have an isp here for whom I know the range, but it is unknown to the most recent definitions.
There is a function in the clsLog.asp file that will convert IP addresses into long integers called ConvertIPAddressToLong but this would require some coding skills to use.
Ipstart and Ipend values
Their range is here:
NetRange: 76.0.0.0 - 76.7.255.255
Ipstart and Ipend values
There is a function in the clsLog.asp file that will convert IP addresses into long integers called ConvertIPAddressToLong but this would require some coding skills to use.
The integer equivalents are:
76.0.0.0: -872415231
76.7.255.255: -871890944
Regards,
~Chad