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

PHP Znote AAC blocking account manager from login

Madara_

Banned User
Joined
Sep 4, 2019
Messages
20
Reaction score
1
Location
brazol
Alright, is there's someway to block account manager because the players are logging with the same account and password of account manager and they are changing the password on Znote AAC the latest version that was @Znote posted?
 
Solution
Znote AAC is not compatible with an in-game account manager.
This means that accounts created with the in-game account manager will not be able to use parts of Znote AAC after logging in on the website. Such as the shop system. Parts of the page will crash, and overall functionality will decrease.

Thus I recommend you to entirely delete the in-game account manager, or make the in-game account manager inaccessible by changing the password in the database.

In phpmyadmin, you can do this by selecting your database, select "accounts", click edit on the account that represents the account manager. (often called "1"), and update the password to something random.

If there is already accounts that has been registered on your server using...
Znote AAC is not compatible with an in-game account manager.
This means that accounts created with the in-game account manager will not be able to use parts of Znote AAC after logging in on the website. Such as the shop system. Parts of the page will crash, and overall functionality will decrease.

Thus I recommend you to entirely delete the in-game account manager, or make the in-game account manager inaccessible by changing the password in the database.

In phpmyadmin, you can do this by selecting your database, select "accounts", click edit on the account that represents the account manager. (often called "1"), and update the password to something random.

If there is already accounts that has been registered on your server using the in-game account manager, I suggest you to convert those accounts to be compatible with Znote AAC.

You can do this by accessing the database2znoteaac.php page on your website in the "special" folder.

You can do this by entering your web url Where you replace "yourotserver.com" with the actual web address to your webpage.
 
Last edited:
Solution
Znote AAC is not compatible with an in-game account manager.
This means that accounts created with the in-game account manager will not be able to use parts of Znote AAC after logging in on the website. Such as the shop system. Parts of the page will crash, and overall functionality will decrease.

Thus I recommend you to entirely delete the in-game account manager, or make the in-game account manager inaccessible by changing the password in the database.

In phpmyadmin, you can do this by selecting your database, select "accounts", click edit on the account that represents the account manager. (often called "1"), and update the password to something random.

If there is already accounts that has been registered on your server using the in-game account manager, I suggest you to convert those accounts to be compatible with Znote AAC.

You can do this by accessing the database2znoteaac.php page on your website in the "special" folder.

You can do this by entering your web url Where you replace "yourotserver.com" with the actual web address to your webpage.
Thanks @Znote I really benefited a lot thank you.
 
Back
Top