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

MYACC ERROR

lorinholukete69

New Member
Joined
Apr 22, 2021
Messages
22
Reaction score
2
GitHub
lorinholukete69
Hello, I need help. I wanted to REMOVE the EQUIPMENT section from MYACC. I don't want players to see other players' items through the CHARACTER on the website.
Post automatically merged:

My server has a website for explanations, forum, among others, but the creation is old, I ONLY want the creation by 1/1 account manager that already works through the client, I wanted to remove these account creation links from the website, so as not to have the account creation through the website, I can't find where the LINK is that redirects to the account creation tab through the website, could you help me?
 

Attachments

Last edited:
Just replace the content of the system/pages/createaccount.php (myaac 0.8) or system/pages/account/create.php (myaac 1.0+), with following info:

Code:
The creation of accounts is disabled on this website, please use in-game account manager with 1/1 pass.
 
Just replace the content of the system/pages/createaccount.php (myaac 0.8) or system/pages/account/create.php (myaac 1.0+), with following info:

Code:
The creation of accounts is disabled on this website, please use in-game account manager with 1/1 pass.
thanks my friend ! now you can help me again ? i need delet "character itens" in site . I don't want players to see other players' items
 
thanks my friend ! now you can help me again ? i need delet "character itens" in site . I don't want players to see other players' items

I answered you in the thread:
 
Back
Top