←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem z serwerem

  • +
  • -
LamPa - zdjęcie LamPa 14.10.2011

Mam pewien problem. Mam swój serwer i wgralem diablo moda i jak wchodze na serwa to po 5s sie zawiesza i gdy wyjde to dalej chodzi a jak ktos wejdzie na serwer to zwiecha. proszę o pomoc
Odpowiedz

  • +
  • -
Hajmus - zdjęcie Hajmus 14.10.2011

Logi?
Odpowiedz

  • +
  • -
LamPa - zdjęcie LamPa 14.10.2011

L 10/14/2011 - 13:55:31: Log file started (file "cstrike/addons/amxmodx/logs/diablo.log") (game "cstrike") (amx "1.8.1.3711")
L 10/14/2011 - 13:55:31: 10/14/2011 - 13:55:31 ### MAPA: de_dust2 ###
L 10/14/2011 - 13:57:02: 10/14/2011 - 13:57:02 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:02:08: 10/14/2011 - 14:02:08 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:07:25: 10/14/2011 - 14:07:25 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:07:54: 10/14/2011 - 14:07:54 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:11:05: 10/14/2011 - 14:11:05 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:11:57: 10/14/2011 - 14:11:57 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:12:47: 10/14/2011 - 14:12:47 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:14:20: Error on Table query: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 10/14/2011 - 14:14:20: Could not connect to SQL database.
L 10/14/2011 - 14:14:31: 10/14/2011 - 14:14:31 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:14:45: Error on Table query: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 10/14/2011 - 14:14:45: Could not connect to SQL database.
L 10/14/2011 - 14:14:56: 10/14/2011 - 14:14:56 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:15:28: 10/14/2011 - 14:15:28 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:15:57: 10/14/2011 - 14:15:57 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:16:59: 10/14/2011 - 14:16:59 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:17:34: Error on Table query: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 10/14/2011 - 14:17:34: Could not connect to SQL database.
L 10/14/2011 - 14:17:45: 10/14/2011 - 14:17:45 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:17:53: Error on Table query: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 10/14/2011 - 14:17:53: Could not connect to SQL database.
L 10/14/2011 - 14:18:04: 10/14/2011 - 14:18:04 ### MAPA: de_dust2 ###
L 10/14/2011 - 14:18:23: 10/14/2011 - 14:18:23 ### MAPA: de_dust2 ###
Chyba o to chodzilo

proszę o pomoc
Użytkownik LamPa edytował ten post 14.10.2011 13:27
Odpowiedz

  • +
  • -
Fakuss - zdjęcie Fakuss 14.10.2011

L 10/14/2011 - 14:17:45: 10/14/2011 - 14:17:45 ### MAPA: de_dust2 ###


L 10/14/2011 - 14:17:53: Error on Table query: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 10/14/2011 - 14:17:53: Could not connect to SQL database.

sam początek masz już error.. pokaż sql.cfg i modules.ini
Użytkownik Fakuss edytował ten post 14.10.2011 15:58
Odpowiedz

  • +
  • -
LamPa - zdjęcie LamPa 14.10.2011

proszę.

modules.ini
;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.png' 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

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 "127.0.0.1"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db  "amx"
amx_sql_table "admins"
amx_sql_type "mysql"

Użytkownik LamPa edytował ten post 14.10.2011 19:46
Odpowiedz

  • +
  • -
BaQStiC - zdjęcie BaQStiC 14.10.2011

Postaw jakas baze danych. Bez tego Diablo nie bedzie chodzilo.
Odpowiedz

  • +
  • -
LamPa - zdjęcie LamPa 14.10.2011

a jak to zrobic?
Odpowiedz

  • +
  • -
Drzanas - zdjęcie Drzanas 14.10.2011

Dołączona grafika
tutaj masz przykładowy poradnik http://amxx.pl/topic...mowym-hostingu/
Odpowiedz