Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie
GmAMXBans

Podpięcie amxbans

gmamxbans

  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
28 odpowiedzi w tym temacie

#21 SKGame

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: -4
Nowy

  • Postów:22
  • GG:
  • Imię:Bartek
  • Lokalizacja:Nidzica
Offline

Napisano 27.01.2014 22:06

Nie działa też ani na SID ani na IP


  • +
  • -
  • 0

#22 nOt.

    Życzliwy

  • Użytkownik

Reputacja: 30
Życzliwy

  • Postów:34
  • GG:
  • Lokalizacja:AMXX.pl
Offline

Napisano 27.01.2014 22:09

Żadnych błędów w logach? Pokaż amxbans.cfg


  • +
  • -
  • 0

Central-Game.pl

Only DD2178.19.110.98:27104

 

b_350_20_692108_381007_FFFFFF_000000.png


#23 SKGame

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: -4
Nowy

  • Postów:22
  • GG:
  • Imię:Bartek
  • Lokalizacja:Nidzica
Offline

Napisano 27.01.2014 22:11

Amxbans.cfg :

// AMXBans Configuration File
// File location: $moddir/addons/amxmodx/configs/amxbans.cfg
echo [AMXBans] is starting to execute amxbans.cfg

// Your SQL database prefix
// NOTE: The Prefix defined in your sql.cfg is NOT used for AMXBans anymore!!!
amx_sql_prefix "amx"

// How AMXBans should handle the admins
// 0 = SQL, 1 = users.ini, 2 = load no admins
amxbans_use_admins_file 0

// AMXBans tries to get the address from the server automatically.
// You can set a different one here - ex. "<ip>:<port>"
amxbans_server_address ""

// Number of players in the Disconnected Menu
amxbans_discon_players_saved 10

// Bantime to use for custom banreasons, if a user has static bantime <minutes>
// -1 to disable custom reasons
amxbans_custom_statictime 1440

// Set this cvar to what the adminname should be on the webpages, if the server make the ban.
// Ie. amxbans_servernick "My Great server"
// Leave emty if you want to use the default hostname from server.cfg
amxbans_servernick ""

// Set this to 1 / 2 / 3 to enable debug messages from amxbans to amxx logs.
// with debug 3 you get the most output, but a bug can flood your logs. 2 should be ok normally
amxbans_debug 0

// Don't use http:// in this cvar. The url will be shown to banned players in the console.
amxbans_complain_url "www.yoururl.com"

// Set this to 1 if you want the map name to show in the DB.
amxbans_add_mapname_in_servername 1

// If you want to see ban announcments in the HLSW chat, set this to 1
amxbans_show_in_hlsw 1

// Print green hudmessages on the top left when banning
amxbans_show_hud_messages 1

// What flag should admins have to get the high ban times.
amxbans_higher_ban_time_admin "n"

// What flag should admins have to NOT get their Nick printed when banning/Unbanning
amxbans_admin_mole_access "r"

// If an admin has the admin_mole_access, should his name be shown when he bans?
amxbans_show_name_evenif_mole 1

// Show if a player has been banned before as amx_chat to admins. 0 to disable
amxbans_show_prebanned 1

// How many previous offences does the player needs, to be notified in the amx_chat?
amxbans_show_prebanned_num 2

// Currently not known
amxbans_default_ban_reason unknown

// To be able to ban players not in the server. 1 enabled and 0 disabled.
amxbans_ban_evenif_disconnected 1

// Flagtimes, like the bantimes below
amx_setflagtimes "1 h" "4 h" "10 h" "1 d" "1 w" "4 w" "12 w" "0"

// Ban times for admins with d-flag, set the highest time in minutes they can ban with "amx_ban"
// IMPORTANT: Put the lowest value first and the highest value last. You can  have 1 to 14 values
// "0 m" = permanent ban!
// Values you can use:
// 1 - 59 with the flag m is for minutes
// 1 - 23 with the flag h is for hours
// 1 - 6 with the flag d is for days
// The w flag is for weeks
	
// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week

amx_setlowbantimes "5 m" "30 m" "1 h" "3 h" "10 h" "1 d"

// Ban times for admin with n-flag and d-flag
// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 14 values
// "0 m" = permanent ban!
// Values you can use:
// 1 - 59 with the flag m is for minutes
// 1 - 23 with the flag h is for hours
// 1 - 6 with the flag d is for days
// The w flag is for weeks
// 
// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week

amx_sethighbantimes "5 m" "30 m" "1 h" "3 h" "1 d" "1 w" "0 m"

/*********************************************************************************/

// 3rd party amxbans plugins
// needs the amxbans_freeze plugin
//
//	"a" = freeze
//	"b" = strip weapons
//	"c" = block chat
//	"d" = player glow red (not tested)
amxbans_freeze_mode "abc"

// Use the flagging only for this Server, or for all servers?
// needs the amxbans_flagged plugin
amxbans_flagged_all_server 1

/*********************************************************************************/

// AMXBans configuration file echo
echo [AMXBans] amxbans.cfg is fully executed

Logi :

 


Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/servers/users/srv19456/.steam/sdk32/steamclient.so
with error:
/home/servers/users/srv19456/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:45:07 Apr 25 2013 (6027)
STEAM Auth Server

couldn't exec server_start.cfg
Server IP address 80.72.41.212:27025
   
   Metamod version 1.21p37 Copyright (c) 2001-2013 Will Day
     Patch: Metamod-P (mm-p) v37 Copyright (c) 2004-2013 Jussi Kivilinna
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.
   

   AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team 
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under 
   certain conditions; type 'amxx gpl' for details.
  
Version 0.9.356 Linux
[DPROTO]: Loading config './dproto.cfg'
[DPROTO]:  LoggingMode = 1
[DPROTO]:  AuthID for HLTV: HLTV
[DPROTO]:  AuthID for No-steam p47 clients: VALVE_ID_LAN
[DPROTO]:  AuthID for No-steam p48 clients: STEAM_ID_LAN
[DPROTO]:  AuthID for steam clients: Real STEAM_x:x:x
[DPROTO]:  AuthID for steam unauthorized clients: STEAM_ID_PENDING
[DPROTO]:  AuthID for RevEmu clients: Real STEAM_x:x:x
[DPROTO]:  AuthID for SteamClient2009 clients: Real STEAM_x:x:x
[DPROTO]:  AuthID for Old RevEmu clients: Real STEAM_x:x:x
[DPROTO]:  AuthID for SteamEmu clients: Real STEAM_x:x:x
[DPROTO]:  AuthID for AVSMP clients: Real STEAM_x:x:x
[DPROTO]:  AuthID for SETTI server scanner: STEAM id generated by ip
[DPROTO]:  AuthID for SXEI clients: Real STEAM_x:x:x
[DPROTO]:  Enable SteamID generation based on data sent by sXeI client: OFF
[DPROTO]:  SC2009 => revEmu Steamid Compatibility fix: ENABLED
[DPROTO]:  p47 Emus SteamEmuCompatMode : ON
[DPROTO]:  Disable fix for steamids generated by eST in 0.3.1 version: No
[DPROTO]:  First prefix of authids generated by ip: 0
[DPROTO]:  Second prefix of authids generated by ip: 4
[DPROTO]:  First prefix of authids assigned by native auth method(Steam): 0
[DPROTO]:  First prefix of authids assigned by SteamClient2009: 0
[DPROTO]:  First prefix of authids assigned by RevEmu: 0
[DPROTO]:  First prefix of authids assigned by old RevEmu: 0
[DPROTO]:  First prefix of authids assigned by SteamEmu: 0
[DPROTO]:  First prefix of authids for AVSMP clients: 0
[DPROTO]:  First prefix of authids for Setti server scanner: 0
[DPROTO]:  First prefix of authids for SXEI clients: 0
[DPROTO]:  [FakePlayers]: Timeout for connecting clients: 6 seconds
[DPROTO]:  [FakePlayers]: Timeout for client's uniquity validation: 8 seconds
[DPROTO]:  [FakePlayers]: Agressive check reconnecting clients: ON
[DPROTO]:  [FakePlayers]: Ban IP that spamming fake players for: 120.000000 minutes
[DPROTO]:  Disable Native Auth (Steam/Valve): OFF
[DPROTO]:  ServerInfo answer type: Hybrid
[DPROTO]:  Setting game name to: (Native game name)
[DPROTO]:  Enable Fix for player ids on hlstats monitoring: OFF
[DPROTO]:  dp_version cvar will be exported: Yes
[DPROTO]:  HLTV Kick Exception Address: 127.0.0.1
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Server port: 27025
[DPROTO]: engine_i486.so found at 0xb6ffd000
[DPROTO]: Patching for: <Dynamic p48 Linux patcher>...
[DPROTO]: Done.
L 01/27/2014 - 22:09:36: -------- Mapchange to de_dust2 --------
stray key in process_key: item_getiteminfo 61

        Admin Spectator ESP v1.3, Copyright (C) 2006 by KoST

[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
/home/servers/users/srv19456/.steam/sdk32/steamclient.so
with error:
/home/servers/users/srv19456/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Executing AMX Mod X Configuration File 
Scrolling message displaying frequency: 10:00 minutes
[AMXBans] is starting to execute amxbans.cfg 
[AMXBans] amxbans.cfg is fully executed 
couldn't exec addons/amxmodx/configs/ptb.cfg
couldn't exec listip.cfg
couldn't exec banned.cfg
[AMXBans] Loaded 3 admins from database
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
L 01/27/2014 - 22:09:37: [amxbans_main.amxx] [AMXBans] AMXBans 6.0.3 is online
[AMXBans] No Reasons found
[AMXBans] No Reasons found in Database. Static reasons were loaded instead.
L 01/27/2014 - 22:09:38: [amxbans_main.amxx] [AMXBans] No Reasons found in Database. Static reasons were loaded instead.
Connection to Steam servers successful.
   VAC secure mode is activated.

 


  • +
  • -
  • 0

#24 nOt.

    Życzliwy

  • Użytkownik

Reputacja: 30
Życzliwy

  • Postów:34
  • GG:
  • Lokalizacja:AMXX.pl
Offline

Napisano 27.01.2014 22:14

// How AMXBans should handle the admins
// 0 = SQL, 1 = users.ini, 2 = load no admins
amxbans_use_admins_file 0

Zamień na:

// How AMXBans should handle the admins
// 0 = SQL, 1 = users.ini, 2 = load no admins
amxbans_use_admins_file 1

I dopisz do users.ini adminów jeśli nie będzie działać to już nie wiem :P

 

@DOWN

Tak, btw. jakiego masz AMXBansa (wersja)?


Użytkownik nOt. edytował ten post 27.01.2014 22:15

  • +
  • -
  • 0

Central-Game.pl

Only DD2178.19.110.98:27104

 

b_350_20_692108_381007_FFFFFF_000000.png


#25 SKGame

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: -4
Nowy

  • Postów:22
  • GG:
  • Imię:Bartek
  • Lokalizacja:Nidzica
Offline

Napisano 27.01.2014 22:14

Ale ty mówisz o czytaniu z users.ini ?


  • +
  • -
  • 0

#26 SKGame

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: -4
Nowy

  • Postów:22
  • GG:
  • Imię:Bartek
  • Lokalizacja:Nidzica
Offline

Napisano 27.01.2014 22:18

Teraz czyta  users.ini ale czemu nie czyta przez bansa ?

 

@EDIT

 

Wersja bana 1.6 GM


Użytkownik SKGame edytował ten post 27.01.2014 22:19

  • +
  • -
  • 0

#27 nOt.

    Życzliwy

  • Użytkownik

Reputacja: 30
Życzliwy

  • Postów:34
  • GG:
  • Lokalizacja:AMXX.pl
Offline

Napisano 27.01.2014 22:22

Hmm tego nie wiem, ale pamiętam, że też miałem takowy problem, lecz teraz cały czas używam czytanie poprzez users.ini więc niestety dalej nie będę Ci w stanie pomóc :)


  • +
  • -
  • 0

Central-Game.pl

Only DD2178.19.110.98:27104

 

b_350_20_692108_381007_FFFFFF_000000.png


#28 SKGame

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: -4
Nowy

  • Postów:22
  • GG:
  • Imię:Bartek
  • Lokalizacja:Nidzica
Offline

Napisano 27.01.2014 22:25

No nic . Dzięki wielkie


  • +
  • -
  • 0

#29 muchomorek

    Życzliwy

  • Użytkownik

Reputacja: 12
Początkujący

  • Postów:24
  • GG:
  • Lokalizacja:Bielsko-Biała
Offline

Napisano 28.01.2014 13:33

Jeżeli masz Steam to ustaw Admina na SID, a nie na hasło :D i sprawdź czy działa :P


  • +
  • -
  • 0

Serdecznie Zapraszam !!! www.uPaleni.com.pl

b_350_20_692108_381007_FFFFFF_000000.png

 

Pomogłem? Kliknij rep_up.png






Również z jednym lub większą ilością słów kluczowych: gmamxbans

Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych