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

How cann i change the size of the Logo Pic.
I want to put another Logo in my ACC Znote 1.4 but the size is to small...
It dosnt matter which size the logo have
 
Why is my "whoisonline" to high regarding how many players that is online?
On site it says 42 online and it's just 20 online at the server.

How to update that? glad for help
 
Incorrect integer value: '' for column 'ip' at row 1

i know this is a mysql problem, but someone can help?
 
Table 'ot3.znote_visitors_details' doesn't exist
Where is the Znote 1.5 code for TFS1.0?
 
Can someone tell me why the highscores isn't working? It keeps popping up with this error

Code:
string(47) "SELECT `group_id` FROM `players` WHERE `id` = ;"
(query - SQL error)
Type: select_single (select single row from database)

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
 
Guys where i can find admin panel?Because cant find in phpmyadmin page acces.
If you are using uniserver go to you're www folder inside it find "config.php" bring up the search button and write in "Admin Access"
delete or change 'otland0' and 'otland1' to whatever but i'd recommend deleting them and changeing "znote" to you're accountname instead :pgl!
 
If you are using uniserver go to you're www folder inside it find "config.php" bring up the search button and write in "Admin Access"
delete or change 'otland0' and 'otland1' to whatever but i'd recommend deleting them and changeing "znote" to you're accountname instead :pgl!

Lawery thank you so much :* :p
 
I using tfs 1.0 and use Znote AAC for 1.0 and GuildWar page not work.
How can i fix it?
 
4IS8_q.png

Please help me...
this dosn't want too work..:(
 
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';
 
Back
Top