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

Amxbans


  • Zamknięty Temat jest zamknięty
3 odpowiedzi w tym temacie

#1 Magnetix

    Wszechobecny

  • Użytkownik

Reputacja: 26
Życzliwy

  • Postów:410
  • GG:
  • Lokalizacja:Piotrków Tryb
Offline

Napisano 28.03.2010 07:04

Witam mam mały problem z amx bans aczkolwiek robie go na bazie msql z proserwer (xaa.pl) i już wszystko ładnie chodzi na stronce, tabela się pokazuje. Podaje dane w sql.cfg serwerowi (Dodam iż ip serwera jest dodane do zdalnego połączenia,) i po zrestartowaniu go wchodzę na serwer i chce kogoś zbanować ale nie idzie, wybieram bana, wybieram gracza ale on i tak nie dostaje bana. Domyślam się że jest błąd gdzieś ale jaki i gdzie? Prosiłbym o pomoc.


Pozdrawiam.
  • +
  • -
  • 0

#2 Szyfrant

    Godlike

  • Przyjaciel

Reputacja: 1 374
Godlike

  • Postów:3 072
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Sztokholm
Offline

Napisano 28.03.2010 12:33

pokaz logi, plugins.ini, sql.cfg

wpisywałeś rcon na stronce??
jaka wersja amxbansa?

Użytkownik Szyfrant edytował ten post 28.03.2010 12:37

  • +
  • -
  • 0

#3 Magnetix

    Wszechobecny

  • Autor tematu
  • Użytkownik

Reputacja: 26
Życzliwy

  • Postów:410
  • GG:
  • Lokalizacja:Piotrków Tryb
Offline

Napisano 28.03.2010 20:54

pokaz logi, plugins.ini, sql.cfg

wpisywałeś rcon na stronce??
jaka wersja amxbansa?

Wersja 5.0, plugins.ini:

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
;amxbans.amxx
;mini_bans.amxx ; powod przy banowaniu
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
bf2rank.amxx                ; ranking bf2
ptb.amxx                      ; wyrownuje zespoly
ad_manager.amxx         ; reklama w say
admin_freelook.amxx     ; admin moze patrzec z kazdej kamery
admin_spec_esp.amxx   ; admin ma wh
hpk.amxx                     ; kickuje graczy zaa duzym pingiem (110)
amx_ip.amxx                ; pokazuje ip graczy
ultimate_ss.amxx          ; robienie screenshotow gracza
deagsmapmanager.amxx ; szybszy vot po przez wpisanie rtv

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	"planeta-esportu.xaa.pl"
amx_sql_user	"planetae_maguamx"
amx_sql_pass	""
amx_sql_db		"planetae_amxbans"
amx_sql_table	"admins"
amx_sql_type	"mysql"

Logi podeśle jutro choć i tak nie ma nic o amxbans.
  • +
  • -
  • 0

#4 Szyfrant

    Godlike

  • Przyjaciel

Reputacja: 1 374
Godlike

  • Postów:3 072
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Sztokholm
Offline

Napisano 29.03.2010 22:23

Po 1. Pobierz najnowszą wersję AMXBans'a 5.1b AMXBans 5.1b - Downloads - AMXBans.de Forums
Jeśli chcesz spolszczenie pisz na gg 4004328

------------------------
Po 2.

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;amxbans.amxx
;mini_bans.amxx ; powod przy banowaniu
admin_sql.amxx ; admin base - SQL version (comment admin.amxx)



ZMIEŃ NA


; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin_amxbans.amxx
amxbans.amxx
;mini_bans.amxx ; powod przy banowaniu
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)


Po 3.

// 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 "planeta-esportu.xaa.pl"
amx_sql_user "planetae_maguamx"
amx_sql_pass ""
amx_sql_db "planetae_amxbans"
amx_sql_table "admins"
amx_sql_type "mysql"



a) Czemu hasło puste?
B) xaa.pl ?? Wątpie aby zadziałało
c) Widzę że stronka w ogóle Ci nie działa

Użytkownik Szyfrant edytował ten post 29.03.2010 22:26

  • +
  • -
  • 0




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

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