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

Solved Tfs 1.0 Compiling Error

Sir Mido

New Member
Joined
Dec 14, 2015
Messages
68
Reaction score
0
i get this error while compiling
1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc120-mt-1_60.lib'
 
ty i solve the problem but i get another problem while opening the forgottenserver.exe
i get this error
>> Loading config
>> Establishing database connection...
MySQL Error Message: Can't connect to MySQL server on '127.0.0.1' (111)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.

i tried znote tutorial that importing the database to phpmyadmin and edit config but didn't work
 
Oo finally it worked i forgot to change database name in config
but i faced another problem there is not account manager in accounts or anything to login with it in ot what can i do ?
 
Oo finally it worked i forgot to change database name in config
but i faced another problem there is not account manager in accounts or anything to login with it in ot what can i do ?
TFS 1.X do not use any in-game account manager because the source code is supposed to be clean.

You can install an AAC instead:
ZnoteAAC: https://github.com/Znote/ZnoteAAC
GesiorAAC: https://github.com/gesior/Gesior2012/tree/TFS-1.0
DevAAC: https://github.com/DevelopersPL/DevAAC

I think someone was developing an In-Game account manager, but I'm not sure.
 
there is no thing can i do to enter game instead install website?
i can't make it with phpmyadmin?
Yes you can manually create a account and character in phpmyadmin.
If you enter the accounts table you should find a button called "Add" "Insert", on that page you can fill in a form will all required information then do the same for players row and set the account id on the player.
 
Last edited:
Yes you can manually create a account and character in phpmyadmin.
If you enter the accounts table you should find a button called "Add", on that page you can fill in a form will all required information then do the same for players row and set the account id on the player.
there is no button called add
 
Thats because TFS 1.X only uses sha1 encryption.
You need to encrypt the password as sha1 instead of plain.
Tyyyyyyyyyyy solved but after i put znote website files in uniform server folder called "www"
and i go to localhost i get this error

php cURL is not enabled. It is required to for paypal and ZEOTSS services.
1. Find your php.ini file.
2. Uncomment extension=php_curl
Restart web server.

If you don't want this then disable zeotss and paypal in config.php.
 
Ty bro everything works perfect now !
last question iam sorry
after running the engine my pc stoppped and laaged i can't move the mouse
 
Back
Top