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

AmxBans Crashuje serwer.

gmamxbans

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

#1 bioly05

    Zaawansowany

  • Użytkownik

Reputacja: 4
Nowy

  • Postów:92
  • GG:
  • Lokalizacja:Czarna
Offline

Napisano 25.02.2013 18:48

Witam,
Zainstalowałem AmxBans GM.1.6.1. Wszystko pięknie, ładnie wpisałem dane, dodało go od razu do listy serwerów do amxbans. Restartuje serwer a tu nagle crash. Serwer się nie włączy. Wszystko jest na pewno dobrze zrobione.

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	"sdl******.xaa.pl"
amx_sql_user	"s****_user"
amx_sql_pass	"********"
amx_sql_db	"*******_bany"
amx_sql_table	"amx"
amx_sql_type	"mysql"
Plugins.ini
; AMX Mod X plugins

; Admin Base - Always one has to be activated
amxbans_core.amxx		; amxbans
amxbans_main.amxx		; amxbans
;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)
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


/* ============================================================ */
/* ========================== Głowne ========================== */
/* ============================================================ */

interp_raty.amxx                ; Wymusza interp i rate
hpk.amxx                        ; Wywala graczy za duzy ping
ptb.amxx                        ; Wyrownuje druzyny 
vocomadmin.amxx                 ; Mikro tylko dla adminow
dontsayips.amxx                 ; Blokada reklamy w say*u
No_advertisement.amxx           ; Blokada reklamy w nicku
admin_freelook.amxx             ; Admin widzi wszystkich
admin_spec_esp.amxx             ; Admin ma ESP
adminlisten.amxx                ; Admin widzi wszystkie rozmowy
invisible_spectator.amxx        ; Admin bedacy na spectie bedzie niewidoczny
autobuyfix.amxx			; Zabezpieczenie

/* ============================================================ */
/* ======================== Dodatkowe ========================= */
/* ============================================================ */

ad_manager_array.amxx           ; Wiadomosci w say*u (Automatyczne)
alt_end_round_sounds.amxx       ; Muzyka pod koniec rundy
sam.amxx                        ; Rezerwacja Nicku
bf2Medals.amxx                  ; Medale po koniec rundy
c4.amxx                         ; Czas do wybuchu bomby
HostnameTimeleft.amxx           ; Pokazuje czas do konca mapy w nazwie serwera.
skull.amxx                      ; Fajny efekt przy HeadShoot*cie
Granader.amxx                   ; Informacja o rzuconym granacie
flash.amxx                      ; Pokazuje kto nas oslepil
parachute.amxx                  ; Spadochron
;weaponicon.amxx                 ; Ikony broni
grenade_trail.amxx              ; Pozostawia smuge po rzuconym granacie
;abd.amxx			; Pokazuje zadane obrażenia


Modules.ini
;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.png' class='bbc_emoticon' alt=';)' /> 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
Logi serwera są puste czyli jest tylko po restarcie coś typu "Map Change to de_dust2" Jeśli się jakieś pojawią to zapodam. W amxbans.cfg i innych rzeczach nic nie ruszałem. Amxbans instalowałem wiele razy i nikti nie miałem błędów. Oczywiście dodałem "%" w zdalnych połączeniach. Proszę o pomoc.
  • +
  • -
  • 0
Zapraszam na ZabijamBoLubie.pl
 
b_350_20_692108_381007_FFFFFF_000000.png





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

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