gmAMXBANS 1.5.1 brak serwerow na stronie

Status
Zamknięty.

TeChNoO

New member
yo,tak jak w temacie po zainstalowaniu gmamxbans 1.5.1 nie wyswietla na stronie serwerów,mam je podpięte do bazy..

logi z serwera:

PHP:
L 04/03/2011 - 00:06:04: [amxbans_core.amxx] [AMXBans] WARNING: admin_sql.amxx plugin running! stopped.
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Blad zapytania , Miejsce: 1
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Wiadomosc: Access denied for user 'technoboy3_amx'@'%' to database 'technoboy3_amxbnas' (1044)
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT `motd_delay` FROM `amx_serverinfo` WHERE address = '85.232.244.18:27010'
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Blad zapytania , Miejsce: 5
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Wiadomosc: Access denied for user 'technoboy3_amx'@'%' to database 'technoboy3_amxbnas' (1044)
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Raport zapytania: 
L 04/03/2011 - 00:06:05: [amxbans_main.amxx] [AMXBans] Nie znaleziono powodow banow w bazie danych. Zaladowano standardowe.
 

S!p

Administrator
Członek Załogi
1. admin_sql.amxx wyłącz
2. Nadaj prawa dostępu technoboy3_amxx do bazy technoboy3_amxbans
3. To % mi się nie podoba. Z tego co pamiętam tam powinno być ip. Wpisałeś je w sql.cfg?
 

TeChNoO

New member
PHP:
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Blad zapytania , Miejsce: 1
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Wiadomosc: Access denied for user 'technoboy3_amx'@'%' to database 'technoboy3_amxbnas' (1044)
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Raport zapytania: SELECT `motd_delay` FROM `amx_serverinfo` WHERE address = '85.232.244.18:27010'
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Polaczenie nie powiodlo sie!
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Blad zapytania , Miejsce: 5
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Wiadomosc: Access denied for user 'technoboy3_amx'@'%' to database 'technoboy3_amxbnas' (1044)
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Raport zapytania: 
L 04/06/2011 - 00:21:53: [amxbans_main.amxx] [AMXBans] Nie znaleziono powodow banow w bazie danych. Zaladowano standardowe.

na PM wysle ci dane i zobaczył byś co jest nie tak..
 

S!p

Administrator
Członek Załogi
Nadal pokazuje że użytkownik technoboy3_amxx nie ma nadanych praw do bazy technoboy3_amxbans
 

TeChNoO

New member
sql.cfg

PHP:
// 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	"85.232.255.138"
amx_sql_user	"technoboy3_amx"
amx_sql_pass	"*******"
amx_sql_db		"technoboy3_amxbnas"
amx_sql_table	"admins"
amx_sql_type	"mysql"

db.config.inc.php z www
PHP:
<?php

	$config->document_root = "/amxbans";
	$config->path_root = "/home/technoboy3/domains/fragplanet.pl/public_html/amxbans";
	
	$config->db_host = "85.232.255.138";
	$config->db_user = "technoboy3_amx";
	$config->db_pass = "*****";
	$config->db_db = "technoboy3_amxbans";
	$config->db_prefix = "amx";
	
?>

modules.ini

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

fun
engine
fakemeta
geoip
;sockets
;regex
;nvault
cstrike
csx
hamsandwich  
netdb_amxx
 
Status
Zamknięty.
Back
Do góry