Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Crys

#1
Community Plugins / JSON
Sep 14, 2015, 08:23 AM
Introduction
I'm using JSON for exporting data from the server to a file that my Live Map can load. I've been using a Squirrel implementation, and the script uses it extensively, so I've written this plugin which can convert from/to JSON much faster, with the json-c library.

Documentation
You can find the plugin's documentation here.
Every functions and constants provided by the plugin is explained there.

Download
- Linux 32 bit
- Linux 64 bit
- Windows 32 bit
- Windows 64 bit
#2
Community Plugins / GeoIP
Sep 14, 2015, 08:22 AM
Introduction
I got sick of the Squirrel plus SQLite based implementations of GeoIP (so called IP to Country scripts), because they tend to be slow and hard to update, so I made this little plugin, which is a Squirrel binding for libGeoIP. It can load the GeoIP.dat file that could be downloaded from MaxMind's site, which is updated monthly. MaxMind abandoned the old GeoIP.dat format in favor of the new MMDB format, so I've made a script that converts the new GeoLite2 databases' format to the old format. The updated GeoIP database can be downloaded from the link below.

Documentation
You can find the plugin's documentation here.
Every functions and constants provided by the plugin is explained there.

Download
- GeoIP.dat
- Linux 32 bit
- Linux 64 bit
- Windows 32 bit
- Windows 64 bit