GeoIP

Started by Crys, Sep 14, 2015, 08:22 AM

Previous topic - Next topic

KAKAN

What? :\
Anyways:-
Quote from: rww on Apr 27, 2016, 08:09 PMPlugin need update to VCMP 04rel004.
Neither Thijn is fixing his version of GeoIP :(
oh no

ysc3839

Quote from: KAKAN on May 28, 2016, 03:43 AMWhat? :\
Anyways:-
Quote from: rww on Apr 27, 2016, 08:09 PMPlugin need update to VCMP 04rel004.
Neither Thijn is fixing his version of GeoIP :(
I could try to fix it this weekend.

ysc3839

Updated. I haven't tested. No Linux version.


Source code: https://bitbucket.org/ysc3839/0.4-geoip/

DizzasTeR

Quote from: ysc3839 on May 29, 2016, 04:56 AMNo Linux version.
:( That's what most of us need.

ysc3839


DizzasTeR

I never did compiling of plugins before, neither I'm interested to it, if people post plugins then they should update them, even though its not your responsibility to keep this up to date but just saying.

.

Quote from: Doom_Kill3R on May 29, 2016, 05:50 AMI never did compiling of plugins before, neither I'm interested to it...

That's why you don't understand the horrors of it. Especially when it comes to cross platform.
.

ysc3839

Quote from: Doom_Kill3R on May 29, 2016, 05:50 AMI never did compiling of plugins before, neither I'm interested to it, if people post plugins then they should update them, even though its not your responsibility to keep this up to date but just saying.
The original git repository uses GeoIP library as a git submodule. However, It seems that GeoIP had a big update and there is something wrong when compile the plugin. So I removed the submodule and added libGeoIP code. And then if we want to compile in Linux, we should change the Makefile. But I don't know how to do. :( Wait next weekends, may be I could fix it.

Thijn

Both release versions work for me now: http://vcmp.thijn.ovh/builds/

aXXo

Quote from: Thijn on May 29, 2016, 03:46 PMBoth release versions work for me now: http://vcmp.thijn.ovh/builds/
Linux 64 bit plugin is not working for me.

The plugin successfully loads:
Loaded plugin: geoip04rel64

However, I dont get the following print on console: (Taken from Windows plugin)
[MODULE]  Loading GeoIP for 0.4 by Crys.
[MODULE]  Loaded GeoIP.dat (GeoIP Country Edition)

ysc3839

Quote from: aXXo on May 30, 2016, 10:20 AM
Quote from: Thijn on May 29, 2016, 03:46 PMBoth release versions work for me now: http://vcmp.thijn.ovh/builds/
Linux 64 bit plugin is not working for me.

The plugin successfully loads:
Loaded plugin: geoip04rel64

However, I dont get the following print on console: (Taken from Windows plugin)
[MODULE]  Loading GeoIP for 0.4 by Crys.
[MODULE]  Loaded GeoIP.dat (GeoIP Country Edition)
I made some changes to the original code. Maybe there's some different with Thijn's code.

Thijn

Quote from: ysc3839 on May 30, 2016, 01:11 PM
Quote from: aXXo on May 30, 2016, 10:20 AM
Quote from: Thijn on May 29, 2016, 03:46 PMBoth release versions work for me now: http://vcmp.thijn.ovh/builds/
Linux 64 bit plugin is not working for me.

The plugin successfully loads:
Loaded plugin: geoip04rel64

However, I dont get the following print on console: (Taken from Windows plugin)
[MODULE]  Loading GeoIP for 0.4 by Crys.
[MODULE]  Loaded GeoIP.dat (GeoIP Country Edition)
I made some changes to the original code. Maybe there's some different with Thijn's code.
Yes, I stripped that message. The squirrel calls should work fine though.

aXXo

Didn't work,
index geoip_country_name_by_addr not found. The Windows version works fine.

Thijn

Weird. I have recompiled the builds again, can you try again?

What OS do you have, 32/64bit?

Anik

Quote from: aXXo on May 31, 2016, 05:34 AMDidn't work,
index geoip_country_name_by_addr not found. The Windows version works fine.
I am using @Thijn's plugin And its working fine for me.