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

Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

Goto your config.lua from your server and change these things
@monster123
Code:
    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "mysql"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "YOURSQLUSERNAME"
    sqlPass = "YOURSQLPASSWORD"
    sqlDatabase = "YOURSQLDATABSE"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 1
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"

if you changed all go to your config.lua in www from UNI serv

Code:
    // phpmyadmin username for OT server: (DONT USE "root" if ur hosting to public.).
    $config['sqlUser'] = 'YOURSQLUSERNAME';

    // phpmyadmin password for OT server:
    $config['sqlPassword'] = 'YOURSQLPASSWORD';

    // The database name to connect to. (This is usually same as username).
    $config['sqlDatabase'] = 'SQLDATABASE';

    // Hostname is usually localhost or 127.0.0.1.
    $config['sqlHost'] = '127.0.0.1';
it dosn't work:O

U71UqG.png

Look...
that is what i have ...
and i have changed in uniform server too..

but it still say that i can't connect too my sqlhost:eek:
 
it dosn't work:O
Look...
that is what i have ...
and i have changed in uniform server too..
but it still say that i can't connect too my sqlhost:eek:
I messaged you some time ago and told you I could help you but you did not reply..
 
I have Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\engine\function\users.php on line 1260
Help me please :)


this line
Code:
$data = mysql_fetch_assoc(mysql_query("SELECT $fields FROM `znote_accounts` WHERE `account_id` = $accid;"));
 
Last edited:
it dosn't work:O

Look...
that is what i have ...
and i have changed in uniform server too..

but it still say that i can't connect too my sqlhost:eek:

Use 127.0.0.1 instead of localhost in the "sqlhost" parameter
 
It now supports TFS 1.0, I really think that someone should make a new thread about it - since most people won't bother checking the comments and I haven't seen znote on a while.
 
Hey when i try to open the admin page under Administration:

it says table 'otserv.znote' doens't exist

Some one knows how to fix this? thanks alredy:)
 
Can anybody help me? I made a account on the website but can log in on the server... It says it is the wrong account name.
When I make an account with the account manager it doesnt show up on the accounts list in phpMyAdmin and when I make it on the website tha account and character appear in the Accounts list.
Can someone help me solve this?
 
Can anybody help me? I made a account on the website but can log in on the server... It says it is the wrong account name.
When I make an account with the account manager it doesnt show up on the accounts list in phpMyAdmin and when I make it on the website tha account and character appear in the Accounts list.
Can someone help me solve this?


I have the EXACT same problem.
 
Back
Top