User login

MetaTraffic 2.0 Boxshot

Ipstart and Ipend values

Posted by goshenco [September 5, 2007]

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.

Thanks,

Matt

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