• 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 1.X+ TFS 1.3 setup

bolekx34

New Member
Joined
Feb 18, 2021
Messages
11
Reaction score
0
Can someone help with the complexity of tfs 1.3 under Tibia 8.6? I mean what codes should I enter in putty
 
And which goose is the best for tfs 1.5?
Post automatically merged:

STEP 3​

Add tables and columns to DB
Installer try to add new tables and columns to database.


STEP 4​

Add samples to DB:
 
Last edited:
Oh, I mean they are all great, these people have spent a great deal of time making these things work very well with a lot of security, it's really a matter of personal preference, I personally use Znote AAC, the biggest thing is to just be sure that any pages you add are secure, the AACs them selves are all good.
Post automatically merged:


I guess depending on your abilities, I would try and find the one that still has the most support, maybe MyAAC, or Gesior, because it's popular and widely used. Idk how much people get into Znote anymore.
 
setPrintQueries(true);// DATABASE END// LOGINif(!ONLY_PAGE) include_once('./system/load.login.php');// LOGIN END// COMPAT// some parts in that file can be blocked because of ONLY_PAGE constantinclude_once('./system/load.compat.php');// COMPAT END// LOAD PAGEinclude_once('./system/load.page.php');// LOAD PAGE END// LAYOUT// with ONLY_PAGE we return only page text, not layoutif(!ONLY_PAGE) include_once('./system/load.layout.php');else echo $main_content;// LAYOUT END
 
setPrintQueries(true);// DATABASE END// LOGINif(!ONLY_PAGE) include_once('./system/load.login.php');// LOGIN END// COMPAT// some parts in that file can be blocked because of ONLY_PAGE constantinclude_once('./system/load.compat.php');// COMPAT END// LOAD PAGEinclude_once('./system/load.page.php');// LOAD PAGE END// LAYOUT// with ONLY_PAGE we return only page text, not layoutif(!ONLY_PAGE) include_once('./system/load.layout.php');else echo $main_content;// LAYOUT END
What is this from and why did you not place in code tags? If you want support please explain what is going on. Don’t mindlessly post errors or code and expect a response.
 
Back
Top