AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Plugin error, geoip (https://forums.alliedmods.net/showthread.php?t=330257)

Nbanow 01-26-2021 12:01

Plugin error, geoip
 
helloes. I'm running my server on Linux ubnutu. Trying to use the latest version of AMX SSBan v2.6
by Teascu Dorin & Fysiks. (https://forums.alliedmods.net/showthread.php?t=90318)
I'm surely uploaded amx_ssban.amxx to the folder and entered that to my plugins.ini
Could someone explain me why am I getting this geoip_country error? I have a module enabled, I have plugin uploaded.

HTML Code:

[ 1] AMX Mod X    RUN  -    amxmodx_mm_i386.so        v1.9.0.5271      ini  Start ANY 
 [ 2] Reunion      RUN  -    reunion_mm_i386.so        v0.1.75          ini  Start Never
 [ 3] Revoice      RUN  -    revoice_mm_i386.so        v0.1.0.34        ini  Start Never
 [ 4] MySQL        RUN  -    mysql_amxx_i386.so        v1.9.0.5271      pl1  ANY  ANY 
 [ 5] SQLite        RUN  -    sqlite_amxx_i386.so      v1.9.0.5271      pl1  ANY  ANY 
 [ 6] Fun          RUN  -    fun_amxx_i386.so          v1.9.0.5271      pl1  ANY  ANY 
 [ 7] Engine        RUN  -    engine_amxx_i386.so      v1.9.0.5271      pl1  ANY  ANY 
 [ 8] FakeMeta      RUN  -    fakemeta_amxx_i386.so    v1.9.0.5271      pl1  ANY  ANY 
 [ 9] GeoIP        RUN  -    geoip_amxx_i386.so        v1.9.0.5271      pl1  ANY  ANY 
 [10] Ham Sandwich  RUN  -    hamsandwich_amxx_i386.so  v1.9.0.5271      pl1  ANY  ANY 
 [11] ReAPI        RUN  -    reapi_amxx_i386.so        v5.19.0.210-dev  pl1  ANY  Never
 [12] CStrike      RUN  -    cstrike_amxx_i386.so      v1.9.0.5271      pl1  ANY  ANY 
12 plugins, 12 running


my modules.ini

HTML Code:

fun
engine
fakemeta
geoip
sockets
regex
;nvault
hamsandwich
reapi


I'm getting error on LOGS:

HTML Code:

L 01/26/2021 - 18:46:04: -------- Mapchange to de_dust2 --------
L 01/26/2021 - 18:46:04: [AMXX] Plugin "amx_ssban.amxx" failed to load: Plugin uses an unknown function (name "geoip_country") - check your modules.ini.


Shadows Adi 01-26-2021 13:17

Re: Plugin error, geoip
 
PHP Code:

#pragma deprecated Use geoip_country_ex() instead.
native geoip_country(const ip[], result[], len 45); 

use geoip_country_ex() instead geoip_country()

fysiks 01-26-2021 23:33

Re: Plugin error, geoip
 
Quote:

Originally Posted by Nbanow (Post 2734350)
AMX SSBan v2.6
by Teascu Dorin & Fysiks.

I'm not an author of that plugin. I'm not really sure why he put me in the title like that. I helped him with his code. I would never use this plugin.


All times are GMT -4. The time now is 02:42.

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