• 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] Getting Done Queries Print: - Array

BahamutxD

Jack of all trades, master of none
Joined
Jun 8, 2009
Messages
922
Solutions
19
Reaction score
512
Location
Spain
Recently installed Znote using UniServerZ on Windows and everything seems alright except that I'm getting this or similar errors in every page.

Using latest Znote from Github with latests TFS. Any ideas.

Code:
Done Queries
Print: - Array
(
[0] => [0.0068] SELECT `name`, `level`, `experience` FROM `players` WHERE `group_id` < 2 ORDER BY `experience` DESC LIMIT 5;
[1] => [0.0072] SELECT COUNT(`player_id`) AS `value` FROM `players_online`;
[2] => [0.0073] SELECT COUNT(`id`) AS `id` from `accounts`;
[3] => [0.0076] SELECT `n`.`id`, `n`.`title`, `n`.`text`, `n`.`date`, `p`.`name` FROM `znote_news` AS `n` INNER JOIN `players` AS `p` ON `n`.`pid` = `p`.`id` ORDER BY `n`.`id` DESC;
)
 
Back
Top