Quote:
Originally Posted by Xterminator
That error is caused by geocity.inc, not the plugin itself. To fix it all you have to do is replace
Code:
CloseHandle( GeoCityQuery );
with
Code:
if( GeoCityQuery != INVALID_HANDLE )
{
CloseHandle( GeoCityQuery );
}
|
thanks
- added support for private networks (for country and city as well)
version 1.2.1
if client connects from 10.0.0.0/8 or 172.16.0.0/12 or 192.168.0.0/16, the message will show that he is connects from Private network, instead of Unknown/Somewhere