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

Need alittle help with the ZNOTE ACC website.

Jo3y

New Member
Joined
May 29, 2015
Messages
18
Reaction score
0
Hello fellas. I got my stuff up running like it should but i encountered a small problem when i refreshed my localhost. My website is working almost perfect, except from this message :

Print: - Array
(
[0] => [0.0117] SELECT `id`, `name`, `password`, `email`, `premdays` FROM `accounts` WHERE `id` = 1 LIMIT 1;
[1] => [0.012] SELECT `ip`, `created`, `points`, `cooldown` FROM `znote_accounts` WHERE `account_id` = 1 LIMIT 1;
[2] => [0.0134] SELECT `name`, `level`, `experience` FROM `players` WHERE `group_id` < 2 ORDER BY `experience` DESC LIMIT 5;
[3] => [0.0161] SELECT COUNT(`player_id`) AS `value` FROM `players_online`;
[4] => [0.0163] SELECT COUNT(`id`) AS `id` from `accounts`;
[5] => [0.0168] 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;
)

I managed to make an account and a char etc, but what do i do to get rid of this text all over my website?

Here is my ip: 81.166.111.108 so u can look at it urself. There's some more if u click at the forum page, house page etc.
Thanks in advance.

-Glenn
 
Last edited:
It looks like it's in some sort of debug mode, did you alter your config to enable debugging of some sort? Or someone who help you set it up printed some testing arrays.

Ignazio
 
As far as I know I just did like Znote did in his installation video tbh. I'm really bad at this stuff as it's my first time doing it, but I'm running a TFS 1.1 10.77 client i think. Is the Znote ACC manager compitable with this TFS version at all?
Or is there maybe a soloution video somwhere to solve this?

-Glenn
 
As far as I know I just did like Znote did in his installation video tbh. I'm really bad at this stuff as it's my first time doing it, but I'm running a TFS 1.1 10.77 client i think. Is the Znote ACC manager compitable with this TFS version at all?
Or is there maybe a soloution video somwhere to solve this?

-Glenn
It's not a problem. It prints out the quereys.

in layout/overall/footer.php, search for data_dump($accQueriesData, false, "Done Queries");
and add two slashes. ( // )
 
Back
Top