←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

GmAMXBans
Zamulone Amxbans 1.5

Zablokowany

MASS - zdjęcie MASS 26.02.2011

Problem jest taki, że po stronie www GM 1.5 muli jak cholera od instalacji GM ani razu nie byłem w panelu admina bo po prostu nie da się wejść stronę wczytuję aż do zerwania połączenia. Czasami pojawia się komunikat w stylu MySQL has been go away. Myślałem, że to wina hostingu (glowanet.pl) ale testowałem bany w kilku lokalizacjach OVH Francja, Holandia, a na końcu z myślą, że już wszystko będzię OK w Warszawie (ATMAN) i to samo. A jak podłącze jeszcze jeden serwer CS pod GM to nie da się na nim banować, albo bany zaskakują po kilku minutach. Raz wyłączyłem jedyny serwer CS który obecnie mam podłączony pod GM i dopiero wtedy mogłem bez problemu poruszać się po panelu admina w GM. Niech mi ktoś pomoże bo już nie mam sił do tych bansów, a jak by nie było są mi potrzebne.

Strona z banami: AMXBans: Gm 1.5 - Ban list
Wersja AMXX: 1.8.1.3746
Wersja serwera: Dproto
Logi:
L 02/25/2011 - 15:42:19: Start of error session.
L 02/25/2011 - 15:42:19: Info (map "de_nuke") (file "addons/amxmodx/logs/error_20110225.log")
L 02/25/2011 - 15:42:19: [MySQL] Thread worker was unable to start.
L 02/25/2011 - 15:42:19: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "SQL_ThreadQuery") - debug not enabled!
L 02/25/2011 - 15:42:19: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Plugins.ini:
; AMX Mod X plugins

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


; TUTAJ dopisuj samodzielnie zainstalowane pluginy:

Spec_Switch.amxx                      ;wchodzenie na specta
gamenamechanger.amxx                  ;zmiana nazwy countera
fragcounter.amxx                      ;licznik zabic
bulletdamage.amxx                     ;wyswietla obrazenia
bcd_hudtimer.amxx                     ;licznik c4
no_radio_flood.amxx                   ;radiowy anty spam
polski_cs.amxx                        ;spolszcza napisy
rangi.amxx                            ;system rang serwera
spadochron.amxx                       ;darmowy spadochron
amx_showip.amxx                       ;lista IP graczy
amx_banconfig.amxx                    ;banowanie na cfg
ad_manager.amxx                       ;reklamy na serwerze
adminlisten.amxx                      ;widac rozmowy przeciwnikow
female_sound.amxx                     ;odglosy
swear_replacement.amxx                ;cenzura
ptb.amxx                              ;wyrownywanie team'ow
hpkpl_hltv.amxx                       ;wyrzuca za wysoki ping
country_kicker.amxx                   ;nie wpuszcza obcokrajowcow
amx_ssban.amxx                        ;robienie screenow
kasa.amxx debug                       ;przesylanie kasy
regulamin.amxx                        ;wyswietla regulamin
alt_end_round_sounds.amxx             ;muzyka na koniec rundy
in_game_ads.amxx                      ;reklamy na scianach
zoomless_announcer.amxx debug         ;zabicia bez celownika
csp_vip.amxx                          ;Konta VIP
Map_Spawns_Editor.amxx                ;dodawanie spawnow
mapcykl_rotator.amxx                  ;rotator mapcykli
interp_raty.amxx                      ;Wymusza interp i raty 
xredirect.amxx			      ;przekierowania
                   
; +---------------------------------------------------------------------------+
; | W Panelu Administracyjnym mozesz zainstalowac dodatkowe pluginy.   -==-   |
; | Prosimy aby zainstalowane "recznie" pluginy dopisywac powyzej tej tabeli! |
; +---------------------------------------------------------------------------+

; Pluginy zainstalowane z poziomu panelu:


afkkicker2.amxx

admin_freelook.amxx

admin_spec_esp.amxx

realnadedrops.amxx
Modules.ini
;;;
; To enable a module, remove the semi-colon (<img src='http://img.amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.gif' 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
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	"94.75.229.74"
amx_sql_user	"masszxym_bans"
amx_sql_pass	"XXX"
amx_sql_db	"masszxym_amxbans"
amx_sql_table	"admins"
amx_sql_type	"mysql"
amxbans.cfg: w załączniku bo już się nie zmieściło.

Załączone pliki


Użytkownik MASS edytował ten post 26.02.2011 13:00
Odpowiedz

MASS - zdjęcie MASS 26.02.2011

Przejrzałem temat i nie widzę tam rozwiązania na mój problem.
Odpowiedz

  • +
  • -
Szyfrant - zdjęcie Szyfrant 26.02.2011

Nadawanie dostępu do bazy z zewnątrz próbowałes??

glowanet??
na tym chyba bans nie działa
Odpowiedz

MASS - zdjęcie MASS 26.02.2011

No mam ustawiony w Cpanelu zdalny dostęp do bazy. Podałem tam "%" oraz IP serwera bez portu.

Dodano 27 luty 2011 - 13:55:
Ma ktoś jeszcze jakieś pomysły?
Odpowiedz

MASS - zdjęcie MASS 10.03.2011

Po instalacji GM 1.5.1 problem zniknął :) Jedynie dalej do linku steam dopisuje
.00
Odpowiedz
Zablokowany