Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 74
Search took 0.00 seconds.
Search: Posts Made By: Arkshine
Forum: Module Coding 10-31-2016, 16:27
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.3)

@bLacK-bLooD : I've updated the module and while I was on it, redid the changes from latest AMXX dev version, updated the maxmind library as well, and created a repository on Github :...
Forum: Module Coding 10-30-2016, 10:52
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

Looks like it misses some linking (likely libm). Will try to update module asap.
Forum: Module Coding 05-03-2016, 06:04
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

As it has been said in the first post, the module in 1.8.3-dev is already updated with this. So, you can see source code on github. This version is just to add compatibility​ with 1.8.2.
Forum: Module Coding 04-30-2016, 12:53
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

It's not like I don't trust you, but when you declare it in modules.ini, you get a bad load either the module could not be loaded (a real error, like it fails to load specifically under your system),...
Forum: Module Coding 04-30-2016, 08:49
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

Are you sure you did copy the module binary in modules?
Forum: Module Coding 04-28-2016, 06:52
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

You did not answer fully what I've ashed. This error is usually you're missing the module in /modules.
Forum: Module Coding 04-28-2016, 05:38
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

Please show output of the following server commands:

meta list
amxx modules
amxx list

If you're using client console:

amx_showrcon meta list
amx_showrcon amxx modules
Forum: Module Coding 12-18-2015, 08:35
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

@iLlegalzp: what do you mean?
@l33tcso: In geoip.inc, comment any lines starting with #pragma. Forgot the remove them.
Forum: Module Coding 06-16-2015, 08:00
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

If you don't see city, then it's not available. It's the free version, you can't expect having 100% reliable information. Unfortunately you have to deal with it. Database is updated often, all you...
Forum: Module Coding 02-21-2015, 06:46
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

This is intended this way. This up to author's plugin to display what they want on failure, since returning "error" or "nc" is quite silly and plugin should anyway always checks if there is a result.
Forum: Module Coding 02-19-2015, 16:01
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.2)

Updated to 1.2 from upstream.

Essentially, it fixes a buffer issue with natives, and fix some various compatibility issues.
Check https://forums.alliedmods.net/showthread.php?p=857215#Changelog...
Forum: Module Coding 02-18-2015, 09:53
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

Ah. I think know why and has been already fixed some days ago on amxx repo. Issue is module doesn't set a length to 0 when it should, so what you get is a previous value from buffer.

I have to...
Forum: Module Coding 02-18-2015, 08:27
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

This sounds like a bug. Not sure if from lib API or module. Well it won't hurt to check things.

Actually, this would help if you could test if issue is not from database. Get the ip where city...
Forum: Module Coding 02-18-2015, 07:00
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

I'm not sure how I'm supposed to see how it's inaccurate from your example, but I can do nothing on it anyway. Database is provided as it is. It's the lite and free version. It's probably a good idea...
Forum: Module Coding 02-07-2015, 10:45
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

That's coder's job to define how they want to show on failed lookup. That a plugin doesn't deal with the possibility geoip could return no data, is a tip plugin is poorly coded.
That's said to keep...
Forum: Module Coding 01-16-2015, 05:54
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

Special Geoip is metamod module, more designed to work with others metamod module, but there is somehow an AMXX integration that I would not recommend to use as it parses a file each time to get...
Forum: Module Coding 01-15-2015, 06:18
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

#pragma deprecated has been introduced in 1.8.3 compiler, forgot to remove them.
You can comment or remove these 2 lines.
Forum: Module Coding 01-14-2015, 19:01
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

Come one, search a bit, there are probably already plugin to show country or city.
Forum: Module Coding 01-12-2015, 08:13
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

I'm not responsible of the database.
Module uses the new Geoip2 API, because it contains more datas and datas are localized: http://dev.maxmind.com/geoip/geoip2/whats-new-in-geoip2/

It still uses...
Forum: Module Coding 01-10-2015, 18:58
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP+ (v1.1)

If it shows nothing it's probably there is no result found in database. There is nothing I can do, since it relies on the lite and free database from MaxMind. The lite version is less accurate than...
Forum: Module Coding 01-08-2015, 11:28
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP Extended (v1.1)

Ok, done. Compiled latest GeoIP version from 1.8.3-dev to be loadable with AMXX 1.8.2.

It took me some time to rewrite first post \o/.

You can read the changelog to get an idea of what are the...
Forum: Module Coding 01-06-2015, 16:49
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP Extended (v1.0.2)

Coming coming. Probably in the hour or more.
Forum: Module Coding 12-30-2014, 10:20
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP Extended (v1.0.2)

Thanks for your concern, but Kia makes a good point, transition is bit abrupt, it won't hurt me to make 1.8.2 version, as some people was using this module.
Forum: Module Coding 12-30-2014, 04:44
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP Extended (v1.0.2)

I guess I can take current GeoIP module from 1.8.3 and recompiling with old AMXX SDK, so it will run on 1.8.2.
Forum: Module Coding 12-22-2014, 18:24
Replies: 226
Views: 174,059
Posted By Arkshine
Re: Module: GeoIP Extended (v1.0.2)

Module has been integrated in 1.8.3, and because original code here was outdated/deprecated, was containing a memory leak, and I did not want to support that, I've decided to remove it.
Showing results 1 to 25 of 74

 
Forum Jump

All times are GMT -4. The time now is 14:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode