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

Gm AMXBans 1.4

GmAMXBans

  • Zamknięty Temat jest zamknięty
1 odpowiedź w tym temacie

#1 meder

    Nowy

  • Nowy

Reputacja: 0
Nowy

  • Postów:2
  • Imię:patryk
  • Lokalizacja:nml
Offline

Napisano 06.03.2011 17:45

Zainstalowałem GM AMXBans 1.3. Wgrałem update do 1.4. Próbowałem z wieloma rodzajami AMXBans i czytałem wiele poradników. Stosowałem się do wielu opcji, ale za każdym razem jest tak samo nie czyta mojego serwera. Strona www stoi na proserwer, tak samo MYSQL. Serwer gry stoi na ownserwer steam/nonsteam. Proszę o podpowiedź co mogę robić źle.
Strona www: www.cs-cyc.pl
AmxBans na stronie www: www.cs-cyc.pl/amxbans
Jeśli brakuje jakiś treści plików, proszę o nazwę a dorzucę.

1. Konsola:
[AMXBans] Blad SQL: nie mozna polaczyc: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Blad zapytania , Miejsce: 5
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Wiadomosc: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Raport zapytania:
[AMXBans] Nie znaleziono powodow bana
[AMXBans] Nie znaleziono powodow banow w bazie danych. Zaladowano standardowe.
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Nie znaleziono powodow banow w bazie danych. Zaladowano standardowe.
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Blad zapytania , Miejsce: 1
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Wiadomosc: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 03/06/2011 - 17:30:27: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT `motd_delay` FROM `amx_serverinfo` WHERE address = '91.204.161.33:27035'
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"
L 03/06/2011 - 17:30:29: Did not ban any maps from mapstoban.ini file
L 03/06/2011 - 17:30:29: Loaded 0 Maps into the maps that will be picked for the vote
L 03/06/2011 - 17:30:29: 0 Maps were not loaded because they were the last maps played, or defined twice, or banned
L 03/06/2011 - 17:30:29: Found 7 Maps in your mapcycle.txt/allmaps.txt file, 6 are available for filling slots


2. db.config.inc.php

$config->document_root = "/amxbans";
$config->path_root = "/home/cscyc/public_html/amxbans";


$config->db_host = "127.0.0.1";
$config->db_user = "cscyc_amxbans";
$config->db_pass = "mamut14";
$config->db_db = "cscyc_amxbans";
$config->db_prefix = "amx";

?>

3. SQL.cfg


amx_sql_host "localhost"
amx_sql_user "cscyc_amxbans"
amx_sql_pass "mamut14"
amx_sql_db "cscyc_amxbans"
amx_sql_table "admins"
amx_sql_type "mysql"

4.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)
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 ; allows to vote for next map
deagsmapmanager.amxx
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

alt_end_round_sounds.amxx
c4timer.amxx
hkp.amxx
polski_cs.amxx
ptb.amxx
parachute.amxx

Dodano 06 marzec 2011 - 17:55:
Nie wiem czemu ale nie mogłem edytować postu więc pisze nowy post. Nie wiem czy to przeszkadza ale mam włączone opcje register_globals Włączony, magic_quotes_gpc Włączony . A przy nich czerwony wykrzyknik :S

Użytkownik meder edytował ten post 06.03.2011 17:47

  • +
  • -
  • 0

#2 c0nst

    Nowy

  • Zbanowany

Reputacja: 2
Nowy

  • Postów:8
  • Lokalizacja:Węglówka
Offline

Napisano 14.03.2011 17:02

Wim co nie tak. Dodaj do Menadżer zdalnego połączenia MySQL dostęp ks311734.kimsufi.com

A to masz mieć tak

amx_sql_host "twoja_nazwa.xaa.pl"
amx_sql_user "cscyc_amxbans"
amx_sql_pass "mamut14"
amx_sql_db "cscyc_amxbans"
amx_sql_table "admins"
amx_sql_type "mysql"

Użytkownik c0nst edytował ten post 14.03.2011 17:03






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

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