Ir para conteúdo
  • Cadastre-se
  • 0

Servidor não passa da tela de login


AprendizDeL2

Pergunta

Estou com um problema, aluguei um VPS pra por um servidor online para brincar com uns amigos, porém quando vou logar pelo meu pc não consigo.

Simplesmente não passa da tela de login e senha.. Alguém pode me ajudar?

Gameserver

Spoiler

 

# ================================================================
#                          Gameserver setting
# ================================================================

# This is transmitted to the clients, so it has to be an IP or resolvable hostname
ExternalHostname = l2teste.servegame.com

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 127.0.0.1

# Bind ip of the gameserver, use * to bind on all available IPs.
GameserverHostname = *
GameserverPort = 7777

# The Loginserver host and port.
LoginHost = 127.0.0.1
LoginPort = 9014

# This is the server id that the gameserver will request.
RequestServerID = 1

# If set to true, the login will give an other id to the server (if the requested id is already reserved).
AcceptAlternateID = True

# ================================================================
#                        Database informations
# ================================================================

URL = jdbc:mysql://localhost/l2jmega
#URL = jdbc:hsqldb:hsql://localhost/acis
#URL = jdbc:sqlserver://localhost/database=acis/user=sa/password=

Login = root
Password = 

# Maximum database connections (minimum 2, basically 10 if number under 10, default 100).
MaximumDbConnections = 2299

# ================================================================
#                             serverList
# ================================================================

# Displays [] in front of server name.
ServerListBrackets = False

# Displays a clock next to the server name.
ServerListClock = False

# List server according age.
ServerListAgeLimit = 0

# If True, the server will be set as GM only.
ServerGMOnly = False

# If True, the server will be a test server (listed by testserver clients only).
TestServer = False

# If True, the server will be listed as a regular PvP server.
PvpServer = True

# ================================================================
#                      Clients related options
# ================================================================

# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers = 5000

# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
# Default: 730
MinProtocolRevision = 730

# Default: 746
MaxProtocolRevision = 746

# FloodProtection. time in ms
EnableFloodProtection = false
FastConnectionLimit = 15
NormalConnectionTime = 700
FastConnectionTime = 350
MaxConnectionPerIP = 500

 

Loginserver

Spoiler

 

#=============================================================
#                         Loginserver
#=============================================================

# This is transmitted to the clients, so it has to be an IP or resolvable hostname
ExternalHostname = l2teste.servegame.com

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 127.0.0.1
# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106

# The Loginserver host and port.
LoginHostname = 127.0.0.1
LoginPort = 9014

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 15

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600

# If set to true, any GameServer can register on your login's free slots
AcceptNewGameServer = False

# If false, the licence (after the login) will not be shown. Default : true.
ShowLicence = false

#=============================================================
#                    Database informations
#=============================================================

URL = jdbc:mysql://localhost/l2jmega
#URL = jdbc:hsqldb:hsql://localhost/acis
#URL = jdbc:sqlserver://localhost/database=acis/user=sa/password=

Login = root
Password = 

MaximumDbConnections = 2000

# Usable values: "true" - "false", use this option to choose whether accounts will be created automatically or not.
AutoCreateAccounts = true

#=============================================================
#                        Security
#=============================================================

# Log all events from loginserver (account creation, failed/success login, etc) 
LogLoginController = False

# FloodProtection. time in ms
EnableFloodProtection = True

FastConnectionLimit = 15
NormalConnectionTime = 700
FastConnectionTime = 350
MaxConnectionPerIP = 500

#=============================================================
#        Test server, shoudnt be touched in live server
#=============================================================

Debug = False
Developer = False
PacketHandlerDebug = False

IpProtection_Config = false
IpProtection = 189.59.68.242

 

 

Editado por AprendizDeL2
Link para o comentário
Compartilhar em outros sites

0 respostass a esta questão

Posts recomendados

Até agora não há respostas para essa pergunta

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...




×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.