Сообщений: 1,004
Тем: 48
Зарегистрирован: Jan 2010
Репутация:
2,274
кто идиот стукнитесь головой
для стабильной работы сервера нужен MySQL 5.4+ версии щас самый новый 5.5 на нем всё работает давольно таки спокойно
ЛЮДИ ВКЛЮЧИТЕ ВАШИ МОЗГИ
а то китайцы уже андроидов в телефоны пихают
Nokia N810
Сообщений: 360
Тем: 12
Зарегистрирован: Feb 2010
Репутация:
2,086
конфиги верно настроил?=) Скинь из папок network настройки(только не файлами, а текстом в php коде, или просто под спойлер)
Devilop Написал:кто идиот стукнитесь головой
для стабильной работы сервера нужен MySQL 5.4+ версии щас самый новый 5.5 на нем всё работает давольно таки спокойно
О_О 5.1 не катит? У мну 5.1 тоже не замечал отклонений, гладко пока все. А что нового в 5.4-5? почитать есть где?
Если помог, ткни плюсеГ, это же так просто
Сообщений: 129
Тем: 2
Зарегистрирован: Jan 2010
Репутация:
39
Devilop Написал:кто идиот стукнитесь головой
для стабильной работы сервера нужен MySQL 5.4+ версии щас самый новый 5.5 на нем всё работает давольно таки спокойно а оскотбления зачем?! я ставил самый новый не 5,5 а 6,0 и вообще не работает посоветовали 5,1 ну поставил я его и пишет мне такую фигню!
----------
щас попробую ВАШ 5,5
Сообщений: 1,004
Тем: 48
Зарегистрирован: Jan 2010
Репутация:
2,274
вообще то 6.0 самая корявая и баганная
снести её не составит хлопот
5,1 не полноценен для работы
а оскорбления вообще то не для тебя а для того кто решился поставить 5,1 версию для серверной части
ЛЮДИ ВКЛЮЧИТЕ ВАШИ МОЗГИ
а то китайцы уже андроидов в телефоны пихают
Nokia N810
Сообщений: 129
Тем: 2
Зарегистрирован: Jan 2010
Репутация:
39
04-16-2010, 11:35 PM
(Сообщение последний раз редактировалось: 04-16-2010, 11:44 PM Skeich.)
Ultimate Написал:конфиги верно настроил?=) Скинь из папок network настройки(только не файлами, а текстом в php коде, или просто под спойлер) GS
database
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config
# ----------------------------
# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver
# This is database url.
database.url = jdbc:mysql://localhost:3306/au_server_gs?useUnicode=true&characterEncoding=UTF-8
# Database user
database.user = root
# Database password
# NOTE: Change this! Root password is not safe!
database.password = мой_пароль
# Minimum amount of database connections that will allways in the pool
database.connections.min = 5
# Maximum amount of DB connections that server can use
database.connections.max = 10
# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml
network
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Network Config
# ----------------------------
# Port that will be used to listen for client connections
gameserver.network.client.port = 7777
# Host that will be used to listen for client connections
gameserver.network.client.host = 192.168.1.12
# Maximum online players on the server
gameserver.network.client.maxplayers = 100
# Address of login server
gameserver.network.login.address = localhost:9014
# Id of this game server
gameserver.network.login.gsid = 1
# Password of this game server
gameserver.network.login.password = мой_пароль
# Additional threads that are used to read network data
gameserver.network.nio.threads.read = 0
# Additional threads that are used to write network data
gameserver.network.nio.threads.write = 0
# This will enable or disable the messages for unknown packets
gameserver.network.display.unknownpackets = false
LS
database
#
# This file is part of aion-unique <aionunique.smfnew.com>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# This class represents database driver class that will be used while connecting to database
database.driver=com.mysql.jdbc.Driver
# This is database url.
database.url=jdbc:mysql://localhost:3306/au_server_ls
# Database user
database.user=root
# Database password
database.password=мой_пароль
# Minimum amount of database connections that will allways in the pool
database.connections.min=5
# Maximum amount of DB connections that server can use
database.connections.max=10
# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor=./data/scripts/system/database.xml
network
#
# This file is part of aion-unique <aionunique.smfnew.com>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# LoginServer will listen for connections on specified port
loginserver.network.client.port=2106
# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=192.168.1.12
# How many times player can try to login before he get's banned for bruteforcing
loginserver.network.client.logintrybeforeban=5
# For what time in minutes player should be banned in case of bruteforcing
loginserver.network.client.bantimeforbruteforcing=15
# Host that will be used by LS to listen for GS connections
loginserver.network.gameserver.host=*
# Port that will be used by LS to listen for GS connections
loginserver.network.gameserver.port=9014
# Nuber of additional threads for NIO that will handle only reading
loginserver.network.nio.threads.read=0
# Nuber of additional threads for NIO that will handle only writing
loginserver.network.nio.threads.write=0
# Create accounts automatically or not?
loginserver.accounts.autocreate=true
Добавлено через 58 секунд
Devilop Написал:вообще то 6.0 самая корявая и баганная
снести её не составит хлопот
5,1 не полноценен для работы
а оскорбления вообще то не для тебя а для того кто решился поставить 5,1 версию для серверной части аа.. извиняюсь тогда )))) щас буду искать и скачаю 5,5
а что лучше качать: mysql-essential-5.5.3-m3-win32.msi или mysql-5.5.3-m3-win32.msi
Сообщений: 1,004
Тем: 48
Зарегистрирован: Jan 2010
Репутация:
2,274
04-16-2010, 11:41 PM
(Сообщение последний раз редактировалось: 04-16-2010, 11:42 PM Devilop.)
LS Network
# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=192.168.1.12
вот так должно быть
# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=*
Добавлено через 1 минуту
GS Network
# Host that will be used to listen for client connections
gameserver.network.client.host = 192.168.1.12
а должно быть так
# Host that will be used to listen for client connections
gameserver.network.client.host = *
ЛЮДИ ВКЛЮЧИТЕ ВАШИ МОЗГИ
а то китайцы уже андроидов в телефоны пихают
Nokia N810
Сообщений: 360
Тем: 12
Зарегистрирован: Feb 2010
Репутация:
2,086
Не успел ответить xD
Девилоп, ты забил добавить(думаю он незнает), что изменение айпи для выпуска в инет, лежат в файле ipconfig.xml
Если помог, ткни плюсеГ, это же так просто
Сообщений: 129
Тем: 2
Зарегистрирован: Jan 2010
Репутация:
39
04-16-2010, 11:47 PM
(Сообщение последний раз редактировалось: 04-17-2010, 12:07 AM Skeich.)
еще забыл ipconfig
ipconfig
<ipconfig default="aion-lip.servegame.org">
<!--
IANA-reserved private IPv4 network ranges
Access only from local networks, external client can't have any of
the following ip addresses
-->
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
</ipconfig>
Добавлено через 53 секунды
Ultimate Написал:Не успел ответить xD
Девилоп, ты забил добавить(думаю он незнает), что изменение айпи для выпуска в инет, лежат в файле ipconfig.xml хы ))) написал!
---
а что лучше качать: mysql-essential-5.5.3-m3-win32.msi или mysql-5.5.3-m3-win32.msi и откуда качать его? с оф не получается что-то
Добавлено через 11 минут
Devilop Написал:LS Network
# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=192.168.1.12
вот так должно быть
# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=*
Добавлено через 1 минуту
GS Network
# Host that will be used to listen for client connections
gameserver.network.client.host = 192.168.1.12
а должно быть так
# Host that will be used to listen for client connections
gameserver.network.client.host = *
изменил как сказали, но все равно я залогонился и дальше при выборе сервера зависает и пишет Невозможно подключится к серверу
Сообщений: 610
Тем: 12
Зарегистрирован: Jan 2010
Репутация:
1,021
04-17-2010, 07:15 AM
(Сообщение последний раз редактировалось: 04-17-2010, 07:22 AM zaqwer.)
А ты пытался на 127.0.0.1 ставить?
И ещё в бд в таблице лучше не ип а * поставить...
Потом в настройках вместо * лучше поставить ип...
Добавлено через 6 минут
Devilop, MySQL 5.5 сложно найти(Мне по крайней мере) и не чувствую разницу в работе. Онлайн до 57(Больше не идёт) держал. Поставил 5.5- никакой разницы.
Сообщений: 129
Тем: 2
Зарегистрирован: Jan 2010
Репутация:
39
zaqwer Написал:А ты пытался на 127.0.0.1 ставить?
И ещё в бд в таблице лучше не ип а * поставить...
Потом в настройках вместо * лучше поставить ип... хм.. да это какой-то ппц! в таблице стоит и так * а конфиге изменил со * на ip серв вроде запустился, я залагонился, но при выборе сервера опять зависает и пишет Невозможно подключится к серверу. (((
|