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

Niewidoczny Admin 0,0


  • Zamknięty Temat jest zamknięty
4 odpowiedzi w tym temacie

#1 nea

    Zaawansowany

  • Użytkownik

Reputacja: -2
Nowy

  • Postów:106
  • GG:
  • Imię:Bartek
  • Lokalizacja:Slask
Offline

Napisano 20.09.2011 15:47

Od 2 dni nie wiem skąd się wziął tak jakiś @ o nicku jak widzicie podkreśliłem na czarno.
I teraz tak nie ma takiego nicku , graczy by nadałem mu prawa na amxbans [tam @ dodaje] szukałem i nic
dodam że ten nick to jest taki jak wcześniej nazywał się mój serwer , i tylko pozostaje mi do myślenia tylko że srv. jakimś cudem banuje 0,0

Dołączona grafika

Co mam zrobić ? jak go zbanować ? jak go wywalić xD
  • +
  • -
  • 0

Tarnowskie Góry ! Witają i Zapraszają !

Dołączona grafika

IP: 193.33.177.19:27086


#2 Hiroshima

    Godlike

  • Przyjaciel

Reputacja: 1 327
Godlike

  • Postów:4 984
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Málaga
Offline

Napisano 20.09.2011 15:52

to nie admin tylko hostname serwera.... sprawdz co masz w amxbans.cfg i w tabeli serverinfo w bazie danych
  • +
  • -
  • 0

#3 nea

    Zaawansowany

  • Autor tematu
  • Użytkownik

Reputacja: -2
Nowy

  • Postów:106
  • GG:
  • Imię:Bartek
  • Lokalizacja:Slask
Offline

Napisano 20.09.2011 18:09

w amxbans.cfg znalazłem

// 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"

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

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

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

// Set this cvar to your favourite ban cmd style
// 1 (new): amx_ban <SteamID or Nickname or #authid or IP> <Time in Minutes> <Reason>
// 0 (old): amx_ban <Time in Minutes> <SteamID or Nickname or #authid or IP> <Reason>
amxbans_use_newbancmd 1

// 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 "[PL] TP [ESL MAP] Cs-Dreams.pl @ Pukawka.pl"

// 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 "http://Cs-Dreams.pl"

// 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 "amxbans_consolebanmax"
// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 12 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 12 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 testet)
amxbans_freeze_mode "abc"

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

// AMXBans configuration file echo
echo [AMXBans] amxbans.cfg is fully executed
  • +
  • -
  • 0

Tarnowskie Góry ! Witają i Zapraszają !

Dołączona grafika

IP: 193.33.177.19:27086


#4 Hiroshima

    Godlike

  • Przyjaciel

Reputacja: 1 327
Godlike

  • Postów:4 984
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Málaga
Offline

Napisano 20.09.2011 18:12

no wiec wlasnie odpowiedziales sobie na pytanie. Tak to serwer banuje z jakiegos powodu za coś. Być może jakis plugin lub cos jeszcze innego np (teamkill, etc).


  • +
  • -
  • 0

#5 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 489
  • Lokalizacja:AMXX.PL
Offline

Napisano 20.09.2011 18:14

Wiadomość wygenerowana automatycznie


Ten temat został zamknięty przez moderatora.

Powód: wyjaśnione

Jeśli się z tym nie zgadzasz, Dołączona grafika raportuj ten post, a moderator lub administrator rozpatrzy go ponownie.


Z pozdrowieniami,
Zespół AMXX.PL




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

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