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

Create account and apache port

Darki

New Member
Joined
Nov 18, 2008
Messages
3
Reaction score
0
1)Hello im new a this, i download tfs 1.0 and used this sql to create a new account:
Code:
INSERT INTO `ot`.`accounts` (`id`, `name`, `password`, `type`, `premdays`, `lastday`, `email`, `creation`) VALUES (NULL, '1', '1', '1', '0', '0', 'a', '0');
but when i try to log in at tibia with 1/1 it show the message acc name or password incorrect.

2) What is the creation and type colums for?

3)Is there any problem about using the port 81 for apache?
 
TFS 1.0 uses sha1 for passwords, so change the 1 to 356a192b7913b04c54574d18c28d46e6395428ab.
For other sha1 passwords: http://www.sha1.cz/

The column type is for god/gm acces to commands/talkactions, type 5 is highest type for gods to do all commands.
 
If you use port 81 everyone will have to append a ":81" at the end of your domain or ip. For instance: otland.com:81
 
Back
Top