• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Conection timed out

kilirt

New Member
Joined
May 11, 2009
Messages
223
Reaction score
2
Hello please can you test my server with 1/1? because my friend send me he can connect and me no....

Config lua:
Code:
	-- Connection config
	worldId = 0
	ip = "tibiask.no-ip.org"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10

port 7171,7172,80 have been test on Open Port Check Tool and Open Port Check Tool - Test Port Forwarding on Your Router and he say port open

i rep++
 
Last edited:
Result
Port 80 (You can run a website)

Port 7171 (People can see their character list)

Port 7172 (People can join your server)

You can run a server. Everything checks out fine!
 
my friend can connect but me when i'm connect with tibiask.no-ip.org i not see character list and whith 127.0.0.1 i see character list but said conection timed out


ps: i've the eror:
Code:
[03/08/2010 21:12:03] mysql_real_query(): UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1; - MYSQL ERROR: Unknown column 'onlinetimetoday' in 'field list' (1054)
in console maybe is this?
 
PHP:
ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', 
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';
 
lol??
is add in sql lol'

when this problem has to add,what do i have speak '-'
Lua:
[03/08/2010 21:12:03] mysql_real_query(): UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1; - MYSQL ERROR: Unknown column 'onlinetimetoday' in 'field list' (1054)
 
i've added in db but me i can't always conect in my server always conection timed out

Why my friend can connect and not me o_O?
 
in config lua i've the ip
tibiask.no-ip.org

and when i conect with this ip changer this say disconect from server and with 127.0.0.1 this say conection timed out
 
Thank you for error my friend can connect but me no :/

Are you sitting in your house, its maybe logging in with same IP addres
In config its are something that called, allowing more or just 1 person to logg on one IP.
thats maybe the problem..
 
Back
Top