Page 1 of 1

[RanksPoints] Module - GeoIP 1.0

Posted: Wed Feb 25, 2026 12:11 am
by greenie
The RanksPoints Module - GeoIP is an add-on designed to integrate with the Ranks Points plugin and also ensure compatibility with other plugins that use the Levels Ranks database. This module collects player location data, including their IP addresses, countries, regions, and cities. The collected information is accessible exclusively through the Web Interface.
Database connection configuration (dbconfig.json):
{
"DbHost": "YourHost",
"DbUser": "YourUser",
"DbPassword": "YourPassword",
"DbName": "YourDatabase",
"DbPort": "3310",
"TableName": "lvl_base"
}
IMPORTANT: The _geoip suffix is ​​added automatically; you only need to specify the name of your database.
Requirements
Metamod:Source
CounterStrikeSharp
Installation
1. Install Metamod:Source and CounterStrikeSharp.
2. Download RanksPoints Module - GeoIP.
3. Unzip the archive and upload it to the game server.
4. Start the server to create the necessary configuration files.
5. Connect the plugin to the database by entering the required data in the dbconfig.json file. Make sure the data is entered correctly.

https://hlmod.net/resources/rankspoints ... 5/download