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
 

TheKamil978 - zdjęcie

TheKamil978

Rejestracja: 19.06.2014
Aktualnie: Nieaktywny
Poza forum Ostatnio: 17.02.2015 22:40
-----

Moje tematy

Problem z automatycznym sklepem 1.3.0 by Gh0st

01.07.2014 12:57

Witam, mam problem z tym sklepem, a mianowicie nie da się rejestrować. Gdy próbowałem zarejestrować konto testowe wyskoczył błąd, ze nie ma pliku register - sklep/register

Problem z AmxBans i własny powód bana

19.06.2014 20:35

Witam, szukałem po sieci rozwiązania mojego problemu i nie znalazłem. Otóż mam swój serwer i forum i największym moim problemem jest niedziałający AmxBans. Na forum jest zainstalowany GM AmxBans 1.6, a na serwer GM AmxBans 1.5.1

Na serwerze nie mogę nikogo zbanować. Gdy wchodzę w amxmodmenu>Zbanuj Gracza>Nick>Czas i klikam powód, i nic się nie dzieje. Użytkownik staje się zacieniony i ma gwiazdkę (jakby dostał immunitet). I nie da się nic zrobić, jedynie wykopać.Ponadto na forum nie dodaje serwera do AmxBans. Kiedyś miałem ten sam problem i jakoś go rozwiązałem, lecz teraz zapomniałem jak i dlatego piszę.

 

Następnie zauważyłem, ze po zmienieniu wartości "REASON_1 = Powód" na "USER_REASON = Powód Admina" tak jakby to nie działało i wyskakiwał błąd w menu bana na serwerze, a mianowicie "MLNOTFOUND_USERREASON". Również nie pamiętam jak to rozwiązałem.

 

Wracając do problemu z AmxBans, korzystałem z wielu poradników i żaden nie zadziałał.

 

Wycinek z konsoli serwera: 

[AMXBans] Zaladowano 3 adminow z pliku
L 06/19/2014 - 21:27:47: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 06/19/2014 - 21:27:47: [amxbans_main.amxx] [AMXBans] Blad zapytania , Miejsce: 1
L 06/19/2014 - 21:27:47: [amxbans_main.amxx] [AMXBans] Wiadomosc: Access denied for user 'fpsgames_banyu'@'178.19.106.146' to database 'amx' (1044)
L 06/19/2014 - 21:27:47: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT `motd_delay` FROM `amx_serverinfo` WHERE address = '178.19.106.146:27095'
L 06/19/2014 - 21:27:48: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 06/19/2014 - 21:27:48: [amxbans_main.amxx] [AMXBans] Blad zapytania , Miejsce: 5
L 06/19/2014 - 21:27:48: [amxbans_main.amxx] [AMXBans] Wiadomosc: Access denied for user 'fpsgames_banyu'@'178.19.106.146' to database 'amx' (1044)
L 06/19/2014 - 21:27:48: [amxbans_main.amxx] [AMXBans] Raport zapytania:
[AMXBans] Nie znaleziono powodow bana
[AMXBans] Nie znaleziono powodow banow w bazie danych. Zaladowano standardowe.
L 06/19/2014 - 21:27:48: [amxbans_main.amxx] [AMXBans] Nie znaleziono powodow banow w bazie danych. Zaladowano standardowe.
Connection to Steam servers successful.
VAC secure mode is activated.
Menu item 17 added to Menus Front-End: "AMXBans: Oznacz Gracza" from plugin "AMXBans Main"
Menu item 18 added to Menus Front-End: "AMXBans: Rozlaczono Graczy" from plugin "AMXBans Main"
Menu item 19 added to Menus Front-End: "AMXBans: Historia Banow" from plugin "AMXBans Main"
Menu item 20 added to Menus Front-End: "AMXBans: Screens" from plugin "AMXBans: Screens"

 

Plik 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 "fpsgames.xaa.pl"
amx_sql_user "fpsgames_banyu"
amx_sql_pass "***"
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_type "mysql"
 

 

Plik 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
;hamsandwich
 

 

Plik plugins.ini:

; AMX Mod X plugins
amxbans_core.amxx ; amxbans
amxbans_main.amxx debug ; amxbans
; 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)
 
; 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   ;kick z powodem
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
 
; 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
 
ranga.amxx ; skilnik rang
;bf2rank.amxx ; silnik BF2
;bf2rank_colorchat.amxx ; silnik BF2
abd.amxx                       ; widać zadawane obrażenia 
ultimate_sounds_PL.amxx        ; polskie dźwięki typu dupszot
Automaticknifeduel.amxx        ; duel na noże gdy zostaje 2 graczy
parachute.amxx                 ; spadochron
c4.amxx                        ; licznik c4
afkbombtransfer.amxx           ; przenoszenie bomby od gracza afk (TT)
Allow_round_finish.amxx        ; pozwala dokończyć runde
spree.amxx                     ; najlepszy gracz rundy
wybor_interpu.amxx             ; wybór interpu
mutemenu.amxx                  ; /mute
descriptive_fire_in_the_hole.amxx ; informacje o rzuconym granacie PL
flash.amxx                     ; pokazuje kto Cie ośliepił
kill_assist.amxx               ; asysty
polski_cs.amxx                 ; polskie napisy
admin_spec_esp.amxx            ; admin po śmierci ma WH esp
vip.amxx                       ; vip na flage T
ptb.amxx                       ; balansowanie teamów
rangi.amxx                     ;system rang
resetscore.amxx    ;resetowanie sobie zabic i zgonow komendo /rs lub /resetscore
ad_manager.amxx    ;reklamy w say

 

Gdyby coś jeszcze było potrzebne to podam. Proszę o pomoc :)