• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Website Problems !

Saint Spear

Veteran OT User
Joined
Jun 22, 2016
Messages
1,547
Solutions
18
Reaction score
379
Hello guys, i was making my own ot for like 3-4 months, then i was on hollidays for 2 months, i came back and i fucking delete half of my server, so i start new one... i did everything fine with my ot. then when i started to make website i get problems.. im using unservz i put my logo in my www.... everything fine.
when i start apache it says me i need put code in phpmyadmin, there's start problem when i try put any any any any any code in database it get my an error.. error is different on different codes (logic).
so example when i put that code it says me like problem with znote characters.. than i find code for that on otland and again put it in database, again it show some other erros. so i dont know what is problem, on first i thinked that is about connection in web-OT. but still dont know.. im stucked at this problem for 3 days.. and trying to fix it but dont goes on. So i'll be verry happy if someone of you guys answer me on my question and help me. Also i sent alot of messages to people in otland no one of them are not answering me :(.
One More Time Thanks !
 
Solution
After you transfer Znote AAC files to your www folder, visit the website without writing correct username and password for the database, it should give you an error message along with all the znote_ tables that you need.
If you have added any znote_ tables without copy-pasting it from the generated schema when you first visit the page, I encourage you to reinstall the database. (drop all tables/znote_ tables and re-import everything).

After importing the tables again, edit config.php with correct username, password & db name and it should load properly.

Make sure you run the latest version of Znote AAC from my github page.
After you transfer Znote AAC files to your www folder, visit the website without writing correct username and password for the database, it should give you an error message along with all the znote_ tables that you need.
If you have added any znote_ tables without copy-pasting it from the generated schema when you first visit the page, I encourage you to reinstall the database. (drop all tables/znote_ tables and re-import everything).

After importing the tables again, edit config.php with correct username, password & db name and it should load properly.

Make sure you run the latest version of Znote AAC from my github page.
 
Solution
after i stranfer znote aac files to www folder, without username and password i get this http://prntscr.com/d1mjok
so i put that in my PhpMyAdmin it worked but yesterday and 2-3 days ago didnt worked . but next also when I put correct my username and password for the database it shows me same error look http://prntscr.com/d1mltr i again put that code in but still dont works..
this is my config.php http://prntscr.com/d1mljk
Thenks for help Znote for first problem this is second <3
 
Try to use 127.0.0.1 instead of localhost, (and configure otserver user to use 127.0.0.1 instead of localhost in priviledges/users on phpmyadmin).
 
Back
Top