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.amxx] problem z konfiguracjąNa www nie pokazuje serwerów gier.


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

#1 Melbourne

    Nowy

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:5
  • Lokalizacja:Warszawa
Offline

Napisano 31.01.2010 23:53

Witam,

Mam problem ponieważ dziś rzuciłem się kresowi instalacji tzw. amxbans'a.
Myślałem że łatwiej wszystko pójdzie ale byłem w błędzie ...

Problem polega na tym:

1.W folderze (tam gdzie miał być amxbans) po zainstalowaniu nie ma żadnego serwera gier.

AMXBans - Banlist


2.Jak chciałem banować (z serwera) to nie było szablobów.

Pisałem na innym forum i ludzie nie pomogli mam nadzieje że tu będzie inaczej.

Z góry zapowiem:

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 "localhost" - próbowałem również domenę counterstreet.pl i po IP hosta (192.168.1.117)
amx_sql_user "tktymol_bany"
amx_sql_pass "**********"
amx_sql_db "tktymol_tktymol"
amx_sql_table "amx_serverinfo"
amx_sql_type "mysql"


plugins.ini


; AMX Mod X plugins

admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
;admin_amxbans.amxx ; AmxBans own SQL version of admin_sql if you are using amxbans web interface to manage admins

; Basic
amxbans.amxx ; AmxBans main plugin, enable to use bans saved in SQL
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
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
ad_manager.amxx ; reklamy na serwie
amx_ss.amxx ; @TYMEKNajepszy plug do screenów
abd.amxx ; bullet damage
swear_replacement.amxx ; cenzura slow
descriptive_fire_in_the_hole.amxx ; granty po polsku
join_leave.amxx ; wchodzi wychodzi
flop10.amxx ; pokazuje najgorszych graczy
polski_cs.amxx ; spolszczenie cs
you.amxx ; ty
admin_check.amxx ; sprawdza liste adminow
objectives_mess.amxx ; @TYMEK wiadomości
raty.amxx ; @TYMEK wymusza interp 0.01
quit.amxx ; @TYMEK wyłącz komuś cs ;D
admin_gag.amxx ; @TYMEK kłótnia na serwerze ? GAG ! NA VOICE ; SAY ; SAY_TEAM
ac_spinhackdetector.amxx ; @TYMEK speedhack na serwerze ? automatyczny ban !
atac.amxx ; @TYMEK panel karania za zabicie ;D


Hosting WWW to webd.pl

W

Menadżer zdalnego połączenia MySQL

dodałem IP 91.210.131.90

Z góry dzięki, liczę na waszą pomoc i zainteresowanie moim problemem !

Załączone miniatury

  • asads.PNG

  • +
  • -
  • 0

#2 c1rca

    Wszechwidzący

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:227
  • GG:
  • Steam:steam
  • Lokalizacja:Częstochowa
Offline

Napisano 01.02.2010 00:08

Tak powinien wyglądać sql.cfg

amx_sql_host	"188.40.xx.xx"
amx_sql_user	"freefrags_xxxx"
amx_sql_pass	"xxxxx"
amx_sql_db		"freefrags_xxxx"
amx_sql_table	"admins"
amx_sql_type	"mysql"

Dodaj jeszcze LOGI serwera..

Jeszcze jakby się upierać to tak plugins.ini powinien być zrobiony :

; AMX Mod X plugins

admin.amxx ; admin base (required for any admin-related)
amxbans.amxx ; AmxBans main plugin, enable to use bans saved in SQL

; 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
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
ad_manager.amxx ; reklamy na serwie
amx_ss.amxx ; @TYMEKNajepszy plug do screenów
abd.amxx ; bullet damage
swear_replacement.amxx ; cenzura slow
descriptive_fire_in_the_hole.amxx ; granty po polsku
join_leave.amxx ; wchodzi wychodzi
flop10.amxx ; pokazuje najgorszych graczy
polski_cs.amxx ; spolszczenie cs
you.amxx ; ty
admin_check.amxx ; sprawdza liste adminow
objectives_mess.amxx ; @TYMEK wiadomości
raty.amxx ; @TYMEK wymusza interp 0.01
quit.amxx ; @TYMEK wyłącz komuś cs ;D
admin_gag.amxx ; @TYMEK kłótnia na serwerze ? GAG ! NA VOICE ; SAY ; SAY_TEAM
ac_spinhackdetector.amxx ; @TYMEK speedhack na serwerze ? automatyczny ban !
atac.amxx ; @TYMEK panel karania za zabicie ;D

W Menadżer zdalnego połączenia MySQL
dodałem IP 91.210.131.90


Rozumiem że to
91.210.131.90
Jest IP serwera GRY do którego amxbans ma się podłączyć?

Użytkownik c1rca edytował ten post 01.02.2010 00:12

  • +
  • -
  • 0

#3 Melbourne

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:5
  • Lokalizacja:Warszawa
Offline

Napisano 03.02.2010 18:44

Rozumiem że to
91.210.131.90
Jest IP serwera GRY do którego amxbans ma się podłączyć?
[/quote]

Tak to IP serwera gry (bez portu)

Co do sql i plugins.ini się zobaczy jak w domu będe. Bo z pracowni informatycznmej pisze.

zrobiłem tak jak napisałeś i nic na stronie dalej nie widać serwerów "online"

Po restarcie takie logi serwera :

[quote]18:33:37 "*SmerluS* a.k.a MaCiej<168><STEAM_ID_LAN><CT>" changed name to "SeXy_SmerluS ; ****"
18:33:39 restart
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats" (weapon "grenade") (shots "5") (hits "4") (kills "0") (headshots "0") (tks "0") (damage "98") (deaths "0")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats2" (weapon "grenade") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats" (weapon "deagle") (shots "2") (hits "0") (kills "0") (headshots "0") (tks "0") (damage "0") (deaths "1")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats2" (weapon "deagle") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats" (weapon "ak47") (shots "101") (hits "23") (kills "6") (headshots "4") (tks "0") (damage "922") (deaths "4")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats2" (weapon "ak47") (head "4") (chest "8") (stomach "0") (leftarm "8") (rightarm "2") (leftleg "0") (rightleg "1")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "time" (time "7:01")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "latency" (ping "43")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats" (weapon "grenade") (shots "5") (hits "4") (kills "0") (headshots "0") (tks "0") (damage "98") (deaths "0")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats2" (weapon "grenade") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats" (weapon "deagle") (shots "2") (hits "0") (kills "0") (headshots "0") (tks "0") (damage "0") (deaths "1")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats2" (weapon "deagle") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats" (weapon "ak47") (shots "101") (hits "23") (kills "6") (headshots "4") (tks "0") (damage "922") (deaths "4")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "weaponstats2" (weapon "ak47") (head "4") (chest "8") (stomach "0") (leftarm "8") (rightarm "2") (leftleg "0") (rightleg "1")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "time" (time "7:01")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "grenade") (shots "3") (hits "2") (kills "0") (headshots "0") (tks "0") (damage "33") (deaths "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "grenade") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "famas") (shots "11") (hits "3") (kills "1") (headshots "0") (tks "0") (damage "181") (deaths "2")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "famas") (head "2") (chest "0") (stomach "1") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "usp") (shots "4") (hits "3") (kills "1") (headshots "1") (tks "0") (damage "94") (deaths "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "usp") (head "1") (chest "2") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "m4a1") (shots "70") (hits "8") (kills "1") (headshots "1") (tks "0") (damage "216") (deaths "2")
18:33:39 "nO Skill<167><STEAM_0:1:29258937><TERRORIST>" triggered "latency" (ping "43")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "grenade") (shots "3") (hits "2") (kills "0") (headshots "0") (tks "0") (damage "33") (deaths "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "grenade") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "famas") (shots "11") (hits "3") (kills "1") (headshots "0") (tks "0") (damage "181") (deaths "2")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "famas") (head "2") (chest "0") (stomach "1") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "usp") (shots "4") (hits "3") (kills "1") (headshots "1") (tks "0") (damage "94") (deaths "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "usp") (head "1") (chest "2") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "m4a1") (head "1") (chest "1") (stomach "0") (leftarm "5") (rightarm "0") (leftleg "1") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "ak47") (shots "34") (hits "6") (kills "3") (headshots "2") (tks "0") (damage "411") (deaths "1")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "ak47") (head "2") (chest "2") (stomach "0") (leftarm "2") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "time" (time "6:35")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "latency" (ping "26")
18:33:39 "Kupilem Skilla Na Allegro (:<169><STEAM_0:0:22507482><UNASSIGNED>" triggered "time" (time "5:29")
18:33:39 "Kupilem Skilla Na Allegro (:<169><STEAM_0:0:22507482><UNASSIGNED>" triggered "latency" (ping "68")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "grenade") (shots "4") (hits "0") (kills "0") (headshots "0") (tks "0") (damage "0") (deaths "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "m4a1") (shots "70") (hits "8") (kills "1") (headshots "1") (tks "0") (damage "216") (deaths "2")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "m4a1") (head "1") (chest "1") (stomach "0") (leftarm "5") (rightarm "0") (leftleg "1") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "ak47") (shots "34") (hits "6") (kills "3") (headshots "2") (tks "0") (damage "411") (deaths "1")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "ak47") (head "2") (chest "2") (stomach "0") (leftarm "2") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "time" (time "6:35")
18:33:39 "SeXy_SmerluS ; ****<168><STEAM_ID_LAN><CT>" triggered "latency" (ping "26")
18:33:39 "Kupilem Skilla Na Allegro (:<169><STEAM_0:0:22507482><UNASSIGNED>" triggered "time" (time "5:29")
18:33:39 "Kupilem Skilla Na Allegro (:<169><STEAM_0:0:22507482><UNASSIGNED>" triggered "latency" (ping "68")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "grenade") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "usp") (shots "7") (hits "4") (kills "1") (headshots "0") (tks "0") (damage "104") (deaths "1")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "usp") (head "0") (chest "0") (stomach "0") (leftarm "3") (rightarm "0") (leftleg "1") (rightleg "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "m4a1") (shots "229") (hits "39") (kills "8") (headshots "1") (tks "0") (damage "979") (deaths "6")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "m4a1") (head "1") (chest "2") (stomach "6") (leftarm "13") (rightarm "6") (leftleg "5") (rightleg "6")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "deagle") (shots "10") (hits "2") (kills "1") (headshots "0") (tks "0") (damage "100") (deaths "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "grenade") (shots "4") (hits "0") (kills "0") (headshots "0") (tks "0") (damage "0") (deaths "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "grenade") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "usp") (shots "7") (hits "4") (kills "1") (headshots "0") (tks "0") (damage "104") (deaths "1")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "usp") (head "0") (chest "0") (stomach "0") (leftarm "3") (rightarm "0") (leftleg "1") (rightleg "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "m4a1") (shots "229") (hits "39") (kills "8") (headshots "1") (tks "0") (damage "979") (deaths "6")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "m4a1") (head "1") (chest "2") (stomach "6") (leftarm "13") (rightarm "6") (leftleg "5") (rightleg "6")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "deagle") (head "0") (chest "0") (stomach "0") (leftarm "2") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "ak47") (shots "46") (hits "13") (kills "5") (headshots "1") (tks "0") (damage "526") (deaths "1")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "ak47") (head "1") (chest "1") (stomach "2") (leftarm "5") (rightarm "3") (leftleg "0") (rightleg "1")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "latency" (ping "34")
18:33:39 "S.W.A.T.<171><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "grenade") (shots "1") (hits "0") (kills "0") (headshots "0") (tks "0") (damage "0") (deaths "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "deagle") (shots "10") (hits "2") (kills "1") (headshots "0") (tks "0") (damage "100") (deaths "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "deagle") (head "0") (chest "0") (stomach "0") (leftarm "2") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats" (weapon "ak47") (shots "46") (hits "13") (kills "5") (headshots "1") (tks "0") (damage "526") (deaths "1")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "weaponstats2" (weapon "ak47") (head "1") (chest "1") (stomach "2") (leftarm "5") (rightarm "3") (leftleg "0") (rightleg "1")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "time" (time "14:30")
18:33:39 "wh.exe x33:******<166><STEAM_0:1:22120315><CT>" triggered "latency" (ping "34")
18:33:39 "S.W.A.T.<171><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "grenade") (shots "1") (hits "0") (kills "0") (headshots "0") (tks "0") (damage "0") (deaths "0")
18:33:39 "S.W.A.T.<171><STEAM_ID_LAN><CT>" triggered "time" (time "3:10")
18:33:39 "S.W.A.T.<171><STEAM_ID_LAN><CT>" triggered "latency" (ping "77")
18:33:39 "ADVOKAT<172><STEAM_ID_LAN><CT>" triggered "weaponstats" (weapon "m4a1") (shots "13") (hits "0") (kills "0") (headshots "0") (tks "0") (damage "0") (deaths "1")
18:33:39 "ADVOKAT<172><STEAM_ID_LAN><CT>" triggered "weaponstats2" (weapon "m4a1") (head "0") (chest "0") (stomach "0") (leftarm "0") (rightarm "0") (leftleg "0") (rightleg "0")
18:33:39 "ADVOKAT<172><STEAM_ID_LAN><CT>" triggered "time" (time "3:04")
18:33:39 "ADVOKAT<172><STEAM_ID_LAN><CT>" triggered "latency" (ping "74")
18:33:39 "[Unregistered]KFMGU<173><STEAM_0:0:1497597026><TERRORIST>" triggered "weaponstats" (weapon "mp5navy") (shots "30") (hits "15") (kills "0") (headshots "0") (tks "0") (damage "69") (deaths "1")
18:33:39 "[Unregistered]KFMGU<173><STEAM_0:0:1497597026><TERRORIST>" triggered "weaponstats2" (weapon "mp5navy") (head "1") (chest "4") (stomach "0") (leftarm "6") (rightarm "3") (leftleg "0") (rightleg "1")
18:33:39 "[Unregistered]KFMGU<173><STEAM_0:0:1497597026><TERRORIST>" triggered "time" (time "2:37")
18:33:39 Server cvar "max_queries_sec" = "3"
18:33:39 Server cvar "max_queries_sec_global" = "30"
18:33:39 Server cvar "max_queries_window" = "30"
18:33:39 Server cvar "mp_fadetoblack" = "0"
18:33:39 Server cvar "hostage_debug" = "0"
18:33:39 Server cvar "hostage_stop" = "0"
18:33:39 Server cvar "humans_join_team" = "any"
18:33:39 Server cvar "max_queries_sec" = "3"
18:33:39 Server cvar "max_queries_sec_global" = "30"
18:33:39 Server cvar "max_queries_window" = "30"
18:33:39 Server cvar "metamod_version" = "1.19p32"
18:33:39 Server cvar "mp_allowmonsters" = "0"
18:33:39 Server cvar "mp_autokick" = "0"
18:33:39 Server cvar "mp_autoteambalance" = "1"
18:33:39 Server cvar "mp_buytime" = "1.5"
18:33:39 Server cvar "mp_c4timer" = "35"
18:33:39 Server cvar "mp_chattime" = "0"
18:33:39 Server cvar "mp_consistency" = "1"
18:33:39 Server cvar "mp_fadetoblack" = "0"
18:33:39 Server cvar "mp_flashlight" = "1"
18:33:39 Server cvar "mp_footsteps" = "1"
18:33:39 Server cvar "mp_forcecamera" = "0"
18:33:39 Server cvar "mp_forcechasecam" = "1"
18:33:39 Server cvar "mp_fragsleft" = "0"
18:33:39 Server cvar "mp_freezetime" = "2"
18:33:39 Server cvar "mp_friendlyfire" = "1"
18:33:39 Server cvar "mp_ghostfrequency" = "0.1"
18:33:39 Server cvar "mp_hostagepenalty" = "5"
18:33:39 Server cvar "mp_kickpercent" = "0.66"
18:33:39 Server cvar "mp_limitteams" = "0"
18:33:39 Server cvar "mp_logdetail" = "3"
18:33:39 Server cvar "mp_logfile" = "1"
18:33:39 Server cvar "mp_logmessages" = "1"
18:33:39 Server cvar "mp_mapvoteratio" = "0.66"
18:33:39 Server cvar "mp_maxrounds" = "0"
18:33:39 Server cvar "mp_mirrordamage" = "0"
18:33:39 Server cvar "mp_playerid" = "0"
18:33:39 Server cvar "mp_roundtime" = "3"
18:33:39 Server cvar "mp_startmoney" = "800"
18:33:39 Server cvar "mp_timeleft" = "0"
18:33:39 Server cvar "mp_timelimit" = "20"
18:33:39 Server cvar "mp_tkpunish" = "0"
18:33:39 Server cvar "mp_windifference" = "1"
18:33:39 Server cvar "mp_winlimit" = "0"
18:33:39 Server cvar "pausable" = "0"
18:33:39 Server cvar "Reason_Kicker" = "0.1"
18:33:39 Server cvar "sv_accelerate" = "5"
18:33:39 Server cvar "sv_aim" = "0"
18:33:39 Server cvar "sv_airaccelerate" = "10"
18:33:39 Started map "cs_assault" (CRC "777915923")
18:33:39 Server cvar "sv_wateraccelerate" = "10"
18:33:39 Server cvar "sv_waterfriction" = "1"
18:33:39 Server cvars end
18:33:39 -------- Mapchange to cs_assault --------
18:33:39 [AMXX] Zaladowano 4 adminow z pliku
18:33:39 Server cvar "amx_nextmap" = "cs_italy"
18:33:39 ======================================================
[Swear Replacement] loaded 150 Swear words
[Swear Replacement] loaded 3 Replacement Lines
======================================================
18:33:39 Started map "cs_assault" (CRC "777915923")
18:33:39 logaddress_add: address already in list[/quote]
  • +
  • -
  • 0

#4 Szyfrant

    Godlike

  • Przyjaciel

Reputacja: 1 374
Godlike

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

Napisano 03.02.2010 21:52

z jakiego folderu masz logi??

admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
;admin_amxbans.amxx ; AmxBans own SQL version of admin_sql if you are using amxbans web interface to manage admins

zmien na

admin_amxbans.amxx
amxbans.amxx
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

Użytkownik Szyfrant edytował ten post 03.02.2010 21:52

  • +
  • -
  • 0

#5 Juma

    Wszechpomocny

  • Użytkownik

Reputacja: 64
Pomocny

  • Postów:373
  • GG:
  • Steam:steam
  • Imię:Arek
  • Lokalizacja:Haynau
Offline

Napisano 03.02.2010 23:28

A odblokowałeś moduły sql i sqllite ? W pliku addons>>configs>>modules.ini
  • +
  • -
  • 0

#6 c1rca

    Wszechwidzący

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:227
  • GG:
  • Steam:steam
  • Lokalizacja:Częstochowa
Offline

Napisano 04.02.2010 01:47

I daj logi amxxa czyli :

cstrike>addons>amxmodx>logs
  • +
  • -
  • 0

#7 Melbourne

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:5
  • Lokalizacja:Warszawa
Offline

Napisano 05.02.2010 20:01

Zrobiłem jak kazaliście ...

Logi:

L 02/05/2010 - 00:15:06: -------- Mapchange to cs_assault --------
L 02/05/2010 - 00:46:45: -------- Mapchange to cs_office --------
L 02/05/2010 - 01:18:24: -------- Mapchange to cs_italy --------
L 02/05/2010 - 01:50:03: -------- Mapchange to cs_backalley --------
L 02/05/2010 - 02:21:42: -------- Mapchange to cs_militia --------
L 02/05/2010 - 02:53:21: -------- Mapchange to de_train --------
L 02/05/2010 - 03:25:00: -------- Mapchange to de_airstrip --------
L 02/05/2010 - 03:56:39: -------- Mapchange to cs_havana --------
L 02/05/2010 - 04:28:18: -------- Mapchange to de_chateau --------
L 02/05/2010 - 04:59:57: -------- Mapchange to de_aztec --------
L 02/05/2010 - 05:31:36: -------- Mapchange to as_oilrig --------
L 02/05/2010 - 06:03:15: -------- Mapchange to cs_siege --------
L 02/05/2010 - 06:34:54: -------- Mapchange to de_cbble --------
L 02/05/2010 - 07:06:33: -------- Mapchange to de_dust --------
L 02/05/2010 - 07:38:12: -------- Mapchange to cs_747 --------
L 02/05/2010 - 08:09:51: -------- Mapchange to de_prodigy --------
L 02/05/2010 - 08:41:30: -------- Mapchange to cs_assault --------
L 02/05/2010 - 09:13:09: -------- Mapchange to cs_office --------
L 02/05/2010 - 09:44:48: -------- Mapchange to cs_italy --------
L 02/05/2010 - 10:16:26: -------- Mapchange to cs_backalley --------
L 02/05/2010 - 10:48:05: -------- Mapchange to cs_militia --------
L 02/05/2010 - 11:19:44: -------- Mapchange to de_train --------
L 02/05/2010 - 11:51:23: -------- Mapchange to de_airstrip --------
L 02/05/2010 - 12:23:03: -------- Mapchange to cs_havana --------
L 02/05/2010 - 12:54:42: -------- Mapchange to de_chateau --------
L 02/05/2010 - 13:26:21: -------- Mapchange to de_aztec --------
L 02/05/2010 - 13:59:51: -------- Mapchange to as_oilrig --------
L 02/05/2010 - 14:33:21: -------- Mapchange to cs_siege --------
L 02/05/2010 - 15:06:51: -------- Mapchange to de_cbble --------
L 02/05/2010 - 15:40:21: -------- Mapchange to de_dust --------
L 02/05/2010 - 16:02:31: -------- Mapchange to cs_assault --------
L 02/05/2010 - 16:23:05: -------- Mapchange to de_prodigy --------
L 02/05/2010 - 16:28:04: -------- Mapchange to de_aztec --------
L 02/05/2010 - 16:48:17: -------- Mapchange to cs_office --------
L 02/05/2010 - 17:08:30: -------- Mapchange to cs_italy --------
L 02/05/2010 - 17:28:44: -------- Mapchange to cs_backalley --------
L 02/05/2010 - 17:48:56: -------- Mapchange to cs_militia --------
L 02/05/2010 - 18:15:34: -------- Mapchange to de_train --------
L 02/05/2010 - 18:52:12: [admin.amxx] Login: "Geronimo<353><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 18:55:58: [admin.amxx] Login: "Geronimo<356><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 18:56:35: [admin.amxx] Login: "W Przyszlosci będę Hajtem-.-<356><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 18:59:25: [admin.amxx] Login: "Geronimo<360><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 19:01:05: [admin.amxx] Login: "W Przyszlosci będę Hajtem -.-<360><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 19:02:01: [adminvote.amxx] Vote: "W Przyszlosci będę Hajtem -.-<360><STEAM_0:0:22507482><>" vote custom (question "Jaka mapa ? ") (option#1 "dd2") (option#2 "dd")
L 02/05/2010 - 19:02:13: [adminvote.amxx] Vote: Voting successful (got "6") (needed "1") (result "Jaka mapa ? - dd2")
L 02/05/2010 - 19:02:28: [admincmd.amxx] Cmd: "W Przyszlosci będę Hajtem -.-<360><STEAM_0:0:22507482><>" changelevel "de_dust2"
L 02/05/2010 - 19:02:30: -------- Mapchange to de_dust2 --------
L 02/05/2010 - 19:02:31: [admin.amxx] Login: "W Przyszlosci będę Hajtem -.-<360><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 19:07:12: [adminchat.amxx] Chat: "W Przyszlosci będę Hajtem -.-<360><STEAM_0:0:22507482><>" tsay "JAK COS TO JA NIE MAM KLANU :)"
L 02/05/2010 - 19:07:24: [adminchat.amxx] Chat: "W Przyszlosci będę Hajtem -.-<360><STEAM_0:0:22507482><>" tsay "ziomeczeq cl"
L 02/05/2010 - 19:07:41: [adminchat.amxx] Chat: "W Przyszlosci będę Hajtem -.-<360><STEAM_0:0:22507482><>" tsay "ja tylko H@ serwa"
L 02/05/2010 - 19:08:09: [adminchat.amxx] Chat: "W Przyszlosci będę Hajtem -.-<360><STEAM_0:0:22507482><>" tsay "mympgs to moj klan"
L 02/05/2010 - 19:12:28: [admin.amxx] Login: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 19:18:15: [adminchat.amxx] Chat: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" tsay "kosa power , D"
L 02/05/2010 - 19:19:53: [admincmd.amxx] Cmd: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" unban "89.191.147.124"
L 02/05/2010 - 19:21:21: [adminchat.amxx] Chat: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" tsay "elo kuki :D"
L 02/05/2010 - 19:22:42: -------- Mapchange to cs_havana --------
L 02/05/2010 - 19:22:44: [admin.amxx] Login: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 19:23:15: [admincmd.amxx] Cmd: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" unban "STEAM_0:1:29258937"
L 02/05/2010 - 19:23:31: [adminvote.amxx] Vote: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" vote custom (question "dd") (option#1 "inferno ") (option#2 "nuke"")
L 02/05/2010 - 19:23:43: [adminvote.amxx] Vote: Voting successful (got "4") (needed "1") (result "dd - inferno ")
L 02/05/2010 - 19:23:51: [admincmd.amxx] Cmd: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" changelevel "de_inferno"
L 02/05/2010 - 19:23:53: -------- Mapchange to de_inferno --------
L 02/05/2010 - 19:23:54: [admin.amxx] Login: "W Przyszlosci będę Hajtem -.-<374><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 19:44:13: -------- Mapchange to de_aztec --------
L 02/05/2010 - 20:04:25: -------- Mapchange to as_oilrig --------
L 02/05/2010 - 20:11:33: [admin.amxx] Login: "W Przyszlosci będę Hajtem-.-5-7<430><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 20:16:26: [admincmd.amxx] Cmd: "W Przyszlosci będę Hajtem-.-5-7<430><STEAM_0:0:22507482><>" changelevel "de_dust2"
L 02/05/2010 - 20:16:29: -------- Mapchange to de_dust2 --------
L 02/05/2010 - 20:16:29: [admin.amxx] Login: "W Przyszlosci będę Hajtem-.-5-7<430><STEAM_0:0:22507482><>" became an admin (account "STEAM_0:0:22507482") (access "abcdefghijklmnopqrstu") (address "89.76.0.121")
L 02/05/2010 - 20:24:12: -------- Mapchange to de_dust2 --------
L 02/05/2010 - 20:26:26: [admin_amxbans.amxx] Login: "Melbourne<435><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/05/2010 - 20:27:16: -------- Mapchange to de_dust2 --------
L 02/05/2010 - 20:30:26: [admin_amxbans.amxx] Login: "Melbourne<435><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/05/2010 - 20:30:35: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:30:35: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:30:35: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:30:35: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:30:35: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:30:35: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:30:35: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:30:35: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:33:45: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:33:45: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:33:45: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (110) (2003)
L 02/05/2010 - 20:33:45: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:35:18: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:35:18: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:35:18: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:35:18: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:35:18: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:35:18: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 1
L 02/05/2010 - 20:35:18: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:35:18: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 5
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:35:19: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:35:28: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:35:28: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:35:28: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:35:28: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:35:29: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:35:29: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:35:29: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:35:29: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:40:03: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:40:03: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:40:03: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (110) (2003)
L 02/05/2010 - 20:40:03: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:40:12: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:40:43: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:40:43: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:40:43: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:40:43: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:42:19: [admin_amxbans.amxx] Login: "Melbourne<441><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/05/2010 - 20:43:52: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:43:52: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:43:52: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (110) (2003)
L 02/05/2010 - 20:43:52: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:45:27: [admin_amxbans.amxx] Login: "Melbourne<444><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/05/2010 - 20:47:01: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:47:01: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:47:01: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (110) (2003)
L 02/05/2010 - 20:47:01: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:50:10: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:50:10: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:50:10: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (110) (2003)
L 02/05/2010 - 20:50:10: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 6
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (110) (2003)
L 02/05/2010 - 20:53:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:44: -------- Mapchange to de_dust2 --------
L 02/05/2010 - 20:53:54: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:54: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 1
L 02/05/2010 - 20:53:54: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:54: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:53:55: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:53:55: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 5
L 02/05/2010 - 20:53:55: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (101) (2003)
L 02/05/2010 - 20:53:55: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/05/2010 - 20:56:51: [admin_amxbans.amxx] Login: "Melbourne<448><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/05/2010 - 20:58:12: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/05/2010 - 20:58:12: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/05/2010 - 20:58:12: [amxbans.amxx] [Amxbans] Wiadomosc: Can't connect to MySQL server on '192.168.1.117' (110) (2003)
L 02/05/2010 - 20:58:12: [amxbans.amxx] [Amxbans] Status zapytania:


sql :

// 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 "192.168.x.xxx" - to jest host pod którym instalowałem skrypt forum i amxbnas
amx_sql_user "tktymol_xxx" - użytkownik
amx_sql_pass "xxx"
amx_sql_db "tktymol_xxx" -
amx_sql_table "admins"
amx_sql_type "mysql"


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. ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

cstrike

csx

fun

engine

fakemeta

;geoip

;sockets

;regex

;nvault

hamsandwich

mysql

sqlite


plugins.ini

; AMX Mod X plugins

admin_amxbans.amxx
amxbans.amxx
;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
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
ad_manager.amxx ; reklamy na serwie
amx_ss.amxx ; @TYMEKNajepszy plug do screenów
abd.amxx ; bullet damage
swear_replacement.amxx ; cenzura slow
descriptive_fire_in_the_hole.amxx ; granty po polsku
join_leave.amxx ; wchodzi wychodzi
flop10.amxx ; pokazuje najgorszych graczy
polski_cs.amxx ; spolszczenie cs
you.amxx ; ty
admin_check.amxx ; sprawdza liste adminow
objectives_mess.amxx ; @TYMEK wiadomości
raty.amxx ; @TYMEK wymusza interp 0.01
quit.amxx ; @TYMEK wyłącz komuś cs ;D
admin_gag.amxx ; @TYMEK kłótnia na serwerze ? GAG ! NA VOICE ; SAY ; SAY_TEAM
ac_spinhackdetector.amxx ; @TYMEK speedhack na serwerze ? automatyczny ban !
atac.amxx ; @TYMEK panel karania za zabicie ;D


Co nie tak ??
  • +
  • -
  • 0

#8 woren

    Nowy

  • Nowy

Reputacja: 0
Nowy

  • Postów:4
  • Lokalizacja:Olsztyn
Offline

Napisano 05.02.2010 20:28

Musisz dać zewnętrzne IP bazy danych i zamiast dodawania hostów daj poprostu "%" . Tez mialem z tym problemy ale jakos mi sie udalo .
  • +
  • -
  • 0

#9 c1rca

    Wszechwidzący

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:227
  • GG:
  • Steam:steam
  • Lokalizacja:Częstochowa
Offline

Napisano 05.02.2010 22:49

Dodaj również ten host do zezwoleń
"192.168.1.117"
  • +
  • -
  • 0

#10 Melbourne

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:5
  • Lokalizacja:Warszawa
Offline

Napisano 06.02.2010 09:50

Więc tak:

- do Menadżera zdalnego połączenia MySQL dodałem kilka hostów jak na ->TYM SCREENIE<-

- zamiast hosta "192.168.1.117", dodałem nazwę domeny (counterstreet.pl)

- plik sql.cfg wygląda następująco:

amx_sql_host "counterstreet.pl"
amx_sql_user "tktymol_xxxxxxx"
amx_sql_pass "xxxxxxxxxx"
amx_sql_db "tktymol_xxxx"
amx_sql_table "admins"
amx_sql_type "mysql"


- plik plugins.ini wygląda następująco:

; AMX Mod X plugins

admin_amxbans.amxx
amxbans.amxx
;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
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
ad_manager.amxx ; reklamy na serwie
amx_ss.amxx ; @TYMEKNajepszy plug do screenów
abd.amxx ; bullet damage
swear_replacement.amxx ; cenzura slow
descriptive_fire_in_the_hole.amxx ; granty po polsku
join_leave.amxx ; wchodzi wychodzi
flop10.amxx ; pokazuje najgorszych graczy
polski_cs.amxx ; spolszczenie cs
you.amxx ; ty
admin_check.amxx ; sprawdza liste adminow
objectives_mess.amxx ; @TYMEK wiadomości
raty.amxx ; @TYMEK wymusza interp 0.01
quit.amxx ; @TYMEK wyłącz komuś cs ;D
admin_gag.amxx ; @TYMEK kłótnia na serwerze ? GAG ! NA VOICE ; SAY ; SAY_TEAM
ac_spinhackdetector.amxx ; @TYMEK speedhack na serwerze ? automatyczny ban !
atac.amxx ; @TYMEK panel karania za zabicie ;D


- plik modules.ini wygląda następująco:

; AMX Mod X plugins

admin_amxbans.amxx
amxbans.amxx
;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
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
ad_manager.amxx ; reklamy na serwie
amx_ss.amxx ; @TYMEKNajepszy plug do screenów
abd.amxx ; bullet damage
swear_replacement.amxx ; cenzura slow
descriptive_fire_in_the_hole.amxx ; granty po polsku
join_leave.amxx ; wchodzi wychodzi
flop10.amxx ; pokazuje najgorszych graczy
polski_cs.amxx ; spolszczenie cs
you.amxx ; ty
admin_check.amxx ; sprawdza liste adminow
objectives_mess.amxx ; @TYMEK wiadomości
raty.amxx ; @TYMEK wymusza interp 0.01
quit.amxx ; @TYMEK wyłącz komuś cs ;D
admin_gag.amxx ; @TYMEK kłótnia na serwerze ? GAG ! NA VOICE ; SAY ; SAY_TEAM
ac_spinhackdetector.amxx ; @TYMEK speedhack na serwerze ? automatyczny ban !
atac.amxx ; @TYMEK panel karania za zabicie ;D


A logi (L20100206) wyglądają następująco:

L 02/06/2010 - 00:09:44: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 00:09:59: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_inferno
L 02/06/2010 - 00:11:48: -------- Mapchange to de_inferno --------
L 02/06/2010 - 00:32:56: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 00:33:11: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_militia
L 02/06/2010 - 00:55:15: -------- Mapchange to cs_militia --------
L 02/06/2010 - 01:16:24: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 01:16:39: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_train
L 02/06/2010 - 01:38:43: -------- Mapchange to de_train --------
L 02/06/2010 - 01:56:42: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 01:56:57: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_airstrip
L 02/06/2010 - 02:19:02: -------- Mapchange to de_airstrip --------
L 02/06/2010 - 02:37:01: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 02:37:16: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_havana
L 02/06/2010 - 02:59:20: -------- Mapchange to cs_havana --------
L 02/06/2010 - 03:17:23: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 03:17:38: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_chateau
L 02/06/2010 - 03:39:42: -------- Mapchange to de_chateau --------
L 02/06/2010 - 03:57:42: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 03:57:57: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_aztec
L 02/06/2010 - 04:20:01: -------- Mapchange to de_aztec --------
L 02/06/2010 - 04:38:01: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 04:38:16: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be as_oilrig
L 02/06/2010 - 05:00:20: -------- Mapchange to as_oilrig --------
L 02/06/2010 - 05:18:19: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 05:18:34: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_siege
L 02/06/2010 - 05:40:38: -------- Mapchange to cs_siege --------
L 02/06/2010 - 05:58:38: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 05:58:53: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_cbble
L 02/06/2010 - 06:20:57: -------- Mapchange to de_cbble --------
L 02/06/2010 - 06:38:56: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 06:39:11: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_dust
L 02/06/2010 - 07:01:15: -------- Mapchange to de_dust --------
L 02/06/2010 - 07:19:15: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 07:19:30: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_747
L 02/06/2010 - 07:41:34: -------- Mapchange to cs_747 --------
L 02/06/2010 - 07:59:43: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 07:59:58: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_prodigy
L 02/06/2010 - 08:22:02: -------- Mapchange to de_prodigy --------
L 02/06/2010 - 08:40:01: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 08:40:16: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_assault
L 02/06/2010 - 09:02:20: -------- Mapchange to cs_assault --------
L 02/06/2010 - 09:20:29: [mapchooser.amxx] Vote: Voting for the nextmap started
L 02/06/2010 - 09:20:44: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_office
L 02/06/2010 - 09:42:48: -------- Mapchange to cs_office --------
L 02/06/2010 - 09:51:34: -------- Mapchange to cs_assault --------
L 02/06/2010 - 10:24:18: [admin_amxbans.amxx] Login: "Melbourne<517><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/06/2010 - 10:26:02: -------- Mapchange to cs_assault --------
L 02/06/2010 - 10:26:12: [admin_amxbans.amxx] Login: "Melbourne<517><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/06/2010 - 10:27:31: [adminchat.amxx] Chat: "Melbourne<517><STEAM_0:0:26732135><>" tsay "serwer konfiguruje"
L 02/06/2010 - 10:27:49: [adminchat.amxx] Chat: "Melbourne<517><STEAM_0:0:26732135><>" tsay "jeszcze jeden taki tekst i pozegnasz sie z serwerem na 1 h"
L 02/06/2010 - 10:28:32: [plmenu.amxx] Ban: "Melbourne<517><STEAM_0:0:26732135><>" ban and kick "nO skill<519><STEAM_0:1:29258937><>" (minutes "60")
L 02/06/2010 - 10:29:55: [admincmd.amxx] Cmd: "Melbourne<517><STEAM_0:0:26732135><>" unban "192.168.1.117"
L 02/06/2010 - 10:30:05: [admincmd.amxx] Cmd: "Melbourne<517><STEAM_0:0:26732135><>" unban "STEAM_0"
L 02/06/2010 - 10:30:17: [admincmd.amxx] Cmd: "Melbourne<517><STEAM_0:0:26732135><>" unban "STEAM_0"
L 02/06/2010 - 10:30:28: [adminchat.amxx] Chat: "Melbourne<517><STEAM_0:0:26732135><>" tsay "unbanowany."
L 02/06/2010 - 10:30:42: [admincmd.amxx] Cmd: "Melbourne<517><STEAM_0:0:26732135><>" changelevel "de_dust2"
L 02/06/2010 - 10:32:58: -------- Mapchange to de_dust2 --------
L 02/06/2010 - 10:34:34: [admin_amxbans.amxx] Login: "Melbourne<521><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/06/2010 - 10:35:42: -------- Mapchange to de_dust2 --------
L 02/06/2010 - 10:35:43: [admin_amxbans.amxx] Login: "Melbourne<521><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")
L 02/06/2010 - 10:35:43: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/06/2010 - 10:35:43: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 1
L 02/06/2010 - 10:35:43: [amxbans.amxx] [Amxbans] Wiadomosc: Host '91.210.131.90' is not allowed to connect to this MySQL server (1130)
L 02/06/2010 - 10:35:43: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 5
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Wiadomosc: Host '91.210.131.90' is not allowed to connect to this MySQL server (1130)
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 16
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Wiadomosc: Host '91.210.131.90' is not allowed to connect to this MySQL server (1130)
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Blad zapyania, lokacja: 17
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Wiadomosc: Host '91.210.131.90' is not allowed to connect to this MySQL server (1130)
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Status zapytania:


Tyle że zauważyłem jakiś dziwny log z dzisiejszego dnia o nazwie error_20100206, a jego zawartość wyglądała tak:

L 02/06/2010 - 10:26:02: Start of error session.
L 02/06/2010 - 10:26:02: Info (map "cs_assault") (file "addons/amxmodx/logs/error_20100206.log")
L 02/06/2010 - 10:26:02: [MySQL] Invalid handle: 0
L 02/06/2010 - 10:26:02: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "SQL_FreeHandle") - debug not enabled!
L 02/06/2010 - 10:26:02: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 02/06/2010 - 10:35:42: Start of error session.
L 02/06/2010 - 10:35:42: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20100206.log")
L 02/06/2010 - 10:35:42: [MySQL] Invalid handle: 0
L 02/06/2010 - 10:35:42: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "SQL_FreeHandle") - debug not enabled!
L 02/06/2010 - 10:35:42: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).


Jakieś pomysły, przebłyski ? Bardzo wdzięczny bym był :unsure:
  • +
  • -
  • 0

#11 Portek

    Kończymy zabawę, permanentna emerytura!

  • Przyjaciel

Reputacja: 976
Master

  • Postów:3 007
  • GG:
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Częstochowa
Offline

Napisano 06.02.2010 13:14

L 02/06/2010 - 10:35:42: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20100206.log")
L 02/06/2010 - 10:35:42: [MySQL] Invalid handle: 0
L 02/06/2010 - 10:35:42: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "SQL_FreeHandle") - debug not enabled!
L 02/06/2010 - 10:35:42: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

amxbans błąd w logach - Nieoficjalny polski support AMX Mod X

L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Wiadomosc: Host '91.210.131.90' is not allowed to connect to this MySQL server (1130)
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Status zapytania:
L 02/06/2010 - 10:35:44: [amxbans.amxx] [Amxbans] Polaczenie nieudane!

Dość dziwna sytuacja, tutaj log że IP ma zabroniony dostęp do bazy, a wyżej log:

L 02/06/2010 - 10:35:43: [admin_amxbans.amxx] Login: "Melbourne<521><STEAM_0:0:26732135><>" became an admin (account "STEAM_0:0:26732135") (access "bcdefghijklmnopqrstu") (address "87.205.26.244")


Spróbuj przenieść adminów z bazy po prostu do pliku users.ini i zobacz jak zachowuje się amxbans - możliwe że baza danych nie wyrabia od ilości zapytań, choć co prawda wtedy error wyglądał by inaczej, ale a nóż...
  • +
  • -
  • 0

serwer-1.png
IP: ts3.cserwerek.pl


#12 c1rca

    Wszechwidzący

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:227
  • GG:
  • Steam:steam
  • Lokalizacja:Częstochowa
Offline

Napisano 06.02.2010 13:29

Dodaj cholera tego hosta do zezwoleń

"91.210.131.90" i będzie działało nic nie zmieniaj tylko to dodaj^^

Użytkownik c1rca edytował ten post 06.02.2010 13:30

  • +
  • -
  • 0

#13 Melbourne

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:5
  • Lokalizacja:Warszawa
Offline

Napisano 06.02.2010 19:43

Dodaj cholera tego hosta do zezwoleń

"91.210.131.90" i będzie działało nic nie zmieniaj tylko to dodaj^^


Tak, tylko że nie wiem czy czytałeś, ale już za nim temat pisałem był dodany ...
  • +
  • -
  • 0

#14 c1rca

    Wszechwidzący

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:227
  • GG:
  • Steam:steam
  • Lokalizacja:Częstochowa
Offline

Napisano 06.02.2010 20:56

Tyle że z logów wynika na to że ten host nie ma pozwolenia na połączenie... Dlatego mówiłeś był dodał ten host..
  • +
  • -
  • 0

#15 Seratex

    Życzliwy

  • Użytkownik

Reputacja: 1
Nowy

  • Postów:21
  • Steam:steam
  • Lokalizacja:Polska
Offline

Napisano 08.02.2010 18:39

Widzę, że masz serwer z hostvision. Też mam ten problem. Pisałem do administracji czy mogą coś temu zaradzić, ale nic. Amxbans 5.1 nie działa mi wcale, a amxbans 5.0 dodaje serwer automatycznie jako: localhost:port... W związku z tym, nie działają niektóre funkcje. W moim przypadku jest to wina serwera WWW (z livenet) chociaż po dodaniu adresu, jakoś z amxbans połączyło, albo hostvision. Jakby nie było hostvision ma maszyny z livenetu, więc to raczej wina livenet.
  • +
  • -
  • 0

#16 c1rca

    Wszechwidzący

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:227
  • GG:
  • Steam:steam
  • Lokalizacja:Częstochowa
Offline

Napisano 08.02.2010 19:02

Kupcie sobie hosting z niceshoot.pl bardzo tanio i wszystko działa:F
  • +
  • -
  • 0




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

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