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

Nie wyświetla się serwer na stronie

gmamxbans

  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 binerek

    Życzliwy

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:20
  • Imię:Tomek
  • Lokalizacja:ms0: / / PSP / GAME
Offline

Napisano 29.12.2011 14:45

Nie wyświetla mi się serwer na stronie. Nie mam pojęcia w czym problem.
AMXmodX 1.82
Dproto
amxbans.cfg:

// Plik Konfiguracyjny AMXBans
echo [AMXBans] laduje plik amxbans.cfg
// Prefix bazy
// Nota: Prefiks wpisany w sql.cfg nie jest już używany przez AMXBans
amx_sql_prefix "amx_"
//Używanie oznaczeń gracza na tym serwerze czy na wszystkich?
amxbans_flagged_all_server 1
// Wczytywanie adminów
// 0 z bazy SQL, 1 = z pliku users.ini, 2 = nie ładuje adminów
amxbans_use_admins_file 1
// AMXBans próbuje pobierać Ip automatycznie (Tak, widać ;/)
// Możesz ustawić inne iP -np. "<ip>:<port>"
amxbans_server_address ""
// Tak naprawdę ten cvar jest niezle pomylony niby chodzi o czas a ustawia własny powód bana
// -1 aby wyłaczyć, 0 aby właczyć własny powód bana
amxbans_custom_statictime 0
// Wpisz jaka ma byc wyświetlana nazwa serwera na stronie gdy gracz dostanie bana .
// np. amxbans_servernick "Mój za***isty serwer"
// Pozostaw puste aby czytało domyślna nazwe hosta z server.cfg
amxbans_servernick ""
// Ustaw 1 / 2 / 3 aby włączyć powiadomienia o debugach w logach.
// nie ustawiaj na 3 bo Ci konsole zaspamuje, ustaw 2 bedzie normal
amxbans_debug 0
// Nie wpisuj "http://". Plugin sam sobie to wpisze
amxbans_complain_url "www.cs-dakann.pl"
// Ustaw na 1 aby mapa była pokazywana w nazwie serwera
amxbans_add_mapname_in_servername 1
// Ustaw na 1 aby w czacie HLSW był pokazywany komunikat o banie
amxbans_show_in_hlsw 1
// Pokazuje zielony napis w hud, w lewym górnym rogu, w przypadku bana
amxbans_show_hud_messages 1
// Ustawia jaka flaga odpowiada za najwyższy czas bana jaki może ustawić admina.
amxbans_higher_ban_time_admin "n"
// Ustawia jaka flaga odpowiada za to aby nie był pokazywany nick admina który zbanował gracza
amxbans_admin_mole_access "r"
// Jeśli admin ma ustawiony admin_mole_access, ma pokazywać jego nick przy zbanowanym graczu?
amxbans_show_name_evenif_mole 1
// Pokazuje adminowi w chacie czy gracz był wczesniej zbanowany, 0 aby wyłączyć
amxbans_show_prebanned 1
// Ile razy powiadamia admina o wcześniejszym banie gracza
amxbans_show_prebanned_num 2
// Obecnie nie wiadomo // Tak napisali w oryginale :D
amxbans_default_ban_reason unknown
// Czy można banować w przypadku gdy gracz się rozłaczy . 1 aby właczyć 0 aby wyłaczyc // Jest to na koncu menu admina, Menu Rozłączeń
amxbans_ban_evenif_disconnected 1
// Czasy oznakowan w menu
amx_setflagtimes "1 h" "4 h" "10 h" "1 d" "1 w" "4 w" "12 w" "0"
// Długości banów dla adminów z flagą -d, ustaw najwieksze jakie mają byc przy komendzie "amxbans_consolebanmax"
// UWAGA: ustawiaj wartosci od NAJMNIEJSZEJ do NAJWIĘKSZEJ . Mozesz wybrac 14 wartości
// "0 m" = PERM
// Wartosci jakich mozesz użyć :
// 1 - 59 dla flagi m to minuty
// 1 - 23 dla flagi h to godziny
// 1 - 6 dla flagi d to dni
// dla flagi w sa tygodnie
// Przykłady:
// "5 m" to 5 minut
// "1 h" to 1 godzina
// "1 d" to 1 dzień
// "1 w" to 1 tydzień
amx_setlowbantimes "5 m" "30 m" "1 h" "3 h" "10 h" "1 d"
// Długości banów dla adminów z flagą -n i -d
// UWAGA:ustawiaj wartosci od NAJMNIEJSZEJ do NAJWIĘKSZEJ . Mozesz wybrac 14 wartości
// "0 m" = PERM
// Wartosci jakich mozesz użyć :
// 1 - 59 dla flagi m to minuty
// 1 - 23 dla flagi h to godziny
// 1 - 6 dla flagi d to dni
// dla flagi w sa tygodnie
// Przykłady:
// "5 m" to 5 minut
// "1 h" to 1 godzina
// "1 d" to 1 dzień
// "1 w" to 1 tydzień
amx_sethighbantimes "5 m" "30 m" "1 h" "3 h" "1 d" "1 w" "0 m"
/********************AMXBans: Freeze ****************************************/
// plugin amxbans_freeze (tzw. Zamrażający)
// "a" = zamraża (nie możesz się ruszyć)
// "b" = nie mozesz uzyc broni
// "c" = blokuje czat
// "d" = gracz swieci na czerwono
amxbans_freeze_mode "abcd"

// Czas pomiedzy serwerem gry a baza danych
// Moze byc ujemny
// Jezeli 0 ustawia automatycznie
amxbans_time_offset "0"

// [En] Automatycznie robi screena przy banie
amxbans_snapshot "1"
// Typ Bana
// "0" - wybiera automatycznie
// "1" - na IP
// "2" - na SteamID
amxbans_bantype "0"

// Definiuje czy sprawdzać graczy po flagach
// Włącza - "1" / Wyłącza - "0"
amxbans_check_flag "1"
// Włącza - 1 / wyłącza - 0 historie banow
amxbans_history "1"
// Plik konfiguracyjny - ECHO
echo [AMXBans] amxbans.cfg zostal zaladowany | AMXX.PL | Wersja PL - Szyfrant i MisieQ


plugins.ini

; AMX Mod X plugins

; Admin Base - Always one has to be activated
;admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
amxbans_core.amxx
amxbans_main.amxx

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
reasonkicker.amxx
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
;nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here



ad_manager.amxx
admin_freelook.amxx
admin_spec_esp.amxx
bulletdamage.amxx
descriptive_fire_in_the_hole.amxx
;dib.amxx
;realnadedrops.amxx
polski_cs.amxx
afkbombtransfer.amxx
ptb.amxx
reconnect_features.amxx
runplanting.amxx
sillyc4.amxx
parachute.amxx
amx_banconfig.amxx
autoreload_on_newround.amxx
;alt_end_round_sounds.amxx
;alt_end_round_sounds[old].amxx
;hpk_pl.amxx
galileo.amxx
dead_talk.amxx
grenade_trail.amxx
grenade_sack-0.4.1.amxx
;knife_mod.amxx
show_ips.amxx
c4timer.amxx
amx_ex_changer.amxx
flash.amxx
;ultimate_sounds.amxx
gracz_rundy.amxx
task_complete.amxx

amx_ssban.amxx

;cs_player_models_api.amxx
;ViP.amxx



modules.ini

;;;
; To enable a module, remove the semi-colon ( ;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx


sql.cfg:


// SQL configuration file
// File location: $moddir/addons/amxmodx/configs/sql.cfg

// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name

// *NOTE* amx_sql_type specifies the DEFAULT database type which admin.sma will use.

amx_sql_host "192.xxx.1.xxx"
amx_sql_user "binerek_pxxx"
amx_sql_pass "xxxxxx"
amx_sql_db "binerek_xxxx"
amx_sql_table "amx_"
amx_sql_type "mysql"

Zaixowałem trochę powyższe, ale to chyba nie problem.


logi:

scandir failed:/home/s279/./platform/SAVE
L 12/29/2011 - 13:24:28: -------- Mapchange to de_dust2 --------
stray key in process_key: item_getiteminfo 63
L 12/29/2011 - 13:24:28: [GEOIP] Database info: GEO-106FREE 20060901 Build 1 Copyright © 2006 MaxMind LLC All Rights Reserved
L 12/29/2011 - 13:24:28: [AMXX] Plugin file open error (plugin "amxbans_core.amxx")
L 12/29/2011 - 13:24:28: [AMXX] Plugin file open error (plugin "amxbans_main.amxx")
L 12/29/2011 - 13:24:28: [AMXX] Plugin file open error (plugin "task_complete.amxx")
L 12/29/2011 - 13:24:28: [AMXX] Plugin file open error (plugin "amxbans_freeze.amxx")
L 12/29/2011 - 13:24:28: [AMXX] Plugin file open error (plugin "amxbans_flagged.amxx")
L 12/29/2011 - 13:24:28: [AMXX] Plugin file open error (plugin "amxbans_ssban.amxx")

Admin Spectator ESP v1.3, Copyright © 2006 by KoST

PTB: (limitjoin) WTJ prevention is ON.
PTB: (limitafter) Team limiting starts after 0 round(s).
PTB: (limitmin) Team limiting needs at least 0 player(s).
PTB: (maxsize) Maximum team size is 10 player(s).
PTB: (maxdiff) Maximum team size difference is 2.
PTB: (autorounds) First 3 rounds no free team choice.
PTB: (wtjauto) Auto-joining WTJ after 3 tr(y/ies).
PTB: (wtjauto) Auto-kicking WTJ after 5 tr(y/ies).
PTB: (kick) WTJ kicking is OFF.
PTB: (savewtj) Saving to wtj.log is OFF.
PTB: (switch) Team switching is ON.
PTB: (switchafter) Switching starts after 3 round(s).
PTB: (switchmin) Switching needs at least 5 player(s).
PTB: (switchfreq) Switch occurs every 1 round(s) at maximum.
PTB: (playerfreq) Individual players are switched every 7 round(s) at maximum.
PTB: (forceswitch) Forcing switch after 0 unsuccessful switch(es).
PTB: (deadonly) Switching dead only is OFF.
PTB: (tellwtj) Telling about WTJ tries is OFF.
PTB: (announce) Announcements are OFF.
PTB: (sayok) "OK" announcements are OFF.
PTB: (typesay) typesay usage is OFF.
PTB: (maxstreak) Maximum accepted win streak is 3.
PTB: (maxscore) Maximum accepted team score difference is 2.
PTB: (minrating) Minimum critical strength rating is 1.50.
PTB: (maxrating) Maximum critical strength rating is 2.00.
PTB: (superrating) Super critical strength rating is 3.00.
PTB: (maxincidents) Maximum incidents before internal player score scale down is 50.
PTB: (scaledown) Integer scale down factor for player scores is 2.
Reasonkicker.cfg zaladowany pomyslnie!
Executing Galileo ( GAL ) Configuration File
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

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"
Connection to Steam servers successful.
VAC secure mode is activated.


Poprzedni problem rozwiązany. Zapomniałem skompilować.
Ale pojawił się nowy problem:
logi:

L 12/29/2011 - 14:26:36: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 12/29/2011 - 14:26:36: [amxbans_main.amxx] [AMXBans] Wiadomosc: Can't connect to MySQL server on '192.168.1.127' (110) (2003)
L 12/29/2011 - 14:26:36: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT `motd_delay` FROM `amx__serverinfo` WHERE address = '91.231.140.105:27302';
Dropped Quarrior from server
Reason: Client sent 'drop'
Menu item 19 added to Menus Front-End: "AMXBans: Oznacz Gracza" from plugin "AMXBans: Main"
Menu item 20 added to Menus Front-End: "AMXBans: Rozlaczono Graczy" from plugin "AMXBans: Main"
Menu item 21 added to Menus Front-End: "AMXBans: Historia Banow" from plugin "AMXBans: Main"
178.36.26.251:27005:reconnect
L 12/29/2011 - 14:26:37: [amxbans_core.amxx] [AMXBANS] Index: 5
L 12/29/2011 - 14:26:37: [amxbans_core.amxx] [AMXBANS] Index: 5 | Name:
L 12/29/2011 - 14:26:37: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 12/29/2011 - 14:26:37: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 12/29/2011 - 14:26:37: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Menu item 22 added to Menus Front-End: "AMXBans: Screens" from plugin "AMXBans: Screens"
77.254.53.97:27005:reconnect
L 12/29/2011 - 14:26:41: [amxbans_core.amxx] [AMXBANS] Index: 3
L 12/29/2011 - 14:26:41: [amxbans_core.amxx] [AMXBANS] Index: 3 | Name:
L 12/29/2011 - 14:26:41: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 12/29/2011 - 14:26:41: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 12/29/2011 - 14:26:41: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/29/2011 - 14:26:57: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 12/29/2011 - 14:26:57: [amxbans_main.amxx] [AMXBans] Wiadomosc: Can't connect to MySQL server on '192.168.1.127' (110) (2003)
L 12/29/2011 - 14:26:57: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT (SELECT UNIX_TIMESTAMP(NOW()) - '1325165196') AS `offset`;
Oux : nawet nei znam dobrze tej mapy lol
Quarrior : ja tez
L 12/29/2011 - 14:27:18: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 12/29/2011 - 14:27:18: [amxbans_main.amxx] [AMXBans] Wiadomosc: Can't connect to MySQL server on '192.168.1.127' (110) (2003)
L 12/29/2011 - 14:27:18: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT `fid`, `reason`, `created`, `length` FROM `amx__flagged` WHERE `player_id` = 'STEAM_0:0:38586893' OR `player_ip` = '178.36.26.251' ORDER BY `length` ASC;
79.186.39.34:27005:reconnect
L 12/29/2011 - 14:27:35: [amxbans_core.amxx] [AMXBANS] Index: 1
L 12/29/2011 - 14:27:35: [amxbans_core.amxx] [AMXBANS] Index: 1 | Name:
L 12/29/2011 - 14:27:35: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 12/29/2011 - 14:27:35: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 12/29/2011 - 14:27:35: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/29/2011 - 14:27:39: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 12/29/2011 - 14:27:39: [amxbans_main.amxx] [AMXBans] Wiadomosc: Can't connect to MySQL server on '192.168.1.127' (110) (2003)
L 12/29/2011 - 14:27:39: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT COUNT(*) FROM `amx__bans` WHERE ((`player_id` = 'STEAM_0:0:38586893' AND `ban_type` = 'S') OR (`player_ip` = '178.36.26.251' AND `ban_type` = 'SI')) AND `expired` = '1';
*DEAD* Oux : nie wiem o co chodzi :P
*DEAD* Oux : admi dzialaj i zmien :)
*DEAD* Kostek : @zmiana?
*DEAD* Oux : nom
L 12/29/2011 - 14:28:01: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 12/29/2011 - 14:28:01: [amxbans_main.amxx] [AMXBans] Wiadomosc: Can't connect to MySQL server on '192.168.1.127' (110) (2003)
L 12/29/2011 - 14:28:01: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT `fid`, `reason`, `created`, `length` FROM `amx__flagged` WHERE `player_id` = 'STEAM_0:1:21073474' OR `player_ip` = '79.184.32.53' ORDER BY `length` ASC;
*DEAD* Kostek : amx nie dziala
*DEAD* Oux : lol
L 12/29/2011 - 14:28:22: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 12/29/2011 - 14:28:22: [amxbans_main.amxx] [AMXBans] Wiadomosc: Can't connect to MySQL server on '192.168.1.127' (110) (2003)
L 12/29/2011 - 14:28:22: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT COUNT(*) FROM `amx__bans` WHERE ((`player_id` = 'STEAM_0:1:21073474' AND `ban_type` = 'S') OR (`player_ip` = '79.184.32.53' AND `ban_type` = 'SI')) AND `expired` = '1';


  • +
  • -
  • 0





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