• 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!

TFS 0.X Znote ACC cant logg in to account on webbsite after creating

manic91

New Member
Joined
Dec 2, 2012
Messages
6
Reaction score
0
Hi! im having problems with my webbsite with alot of error codes and after creating an account on the webbsite but i cant loggin to it on the webbsite but works totally fine on the ot server :/ passwords are set to sha1 and is working fine and webbsite is set to "salt" because im runing a tfs 0.36 server
iyF7UC4.jpg


Also im getting this error code :/


Code:
string(85) "SELECT `id`, `owner`, `name`, `town_id` AS `town_id` FROM `houses` WHERE `owner` = 5;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Unknown column 'town_id' in 'field list'

have no idea how to fix it and i have tried my best :/
 
Passwords needs to be encrypted with sha1 to work with Znote aac change it in your config.lua and create a new account in-game.
Code:
ALTER TABLE ADD `town_id` int(11) NOT NULL DEFAULT '0',
 
@Mister Budex hey mate! thanks for your awnser i already changed all passwords and the config.lua to sha1 but cant still logg in to the Znote webbsite only create :/ and where do i put that code you wrote ? in wich folder? :)

best regards
 
Back
Top