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

MyAAC - Theme Canary (based on opentibiabr Team work)

tobi132

Active Member
Joined
May 8, 2023
Messages
112
Solutions
3
Reaction score
41
GitHub
tobi132
Hello everybody,

As many of you still using outdated myaac version made by opentibiabr Team, I decided to update it to today standards.

The MyAAC version required for this is 1.5.

Features:

  • ots info page with server save, rates
  • event-schedule page with events
  • highscores looking more tibish
  • characters looking more tibish

Download: MyAAC Plugins (https://plugins.my-aac.org/plugins/Theme+Canary)

Gallery: MyAAC Plugins (https://plugins.my-aac.org/plugins/Theme+Canary#gallery)

GitHub: GitHub - tobi132/myaac-theme-canary (https://github.com/tobi132/myaac-theme-canary)

Screenshot 2025-05-24 181827.webpScreenshot 2025-05-24 181644.webp
Screenshot 2025-05-24 181623.webp
 

Attachments

Any ideas why? Im using latest myacc, and when i tried install theme i get it:
1748295533475.webp

I tried install it manual, but then i not have menus and more problems like not see health/mana on character page
1748295758421.webp
1748295769443.webp

//// edit
i was add a menu in databse manuale, and it work in ~80% xD

1748296364761.webp



@jeanphilip oh shit, i must check it later, im check what a version ACC i had and it 1.3.3 😂 My bad
 
Last edited:
Any ideas why? Im using latest myacc, and when i tried install theme i get it:
View attachment 92760

I tried install it manual, but then i not have menus and more problems like not see health/mana on character page
View attachment 92761
View attachment 92762

//// edit
i was add a menu in databse manuale, and it work in ~80% xD

View attachment 92763



@jeanphilip oh shit, i must check it later, im check what a version ACC i had and it 1.3.3 😂 My bad

The first problem is caused by PHP upload limits.

There are 2 options.

1) Install by command line script. For that enter the myaac dir and execute the plugin:install command.
cd /var/www/myaac (or other path where you have installed myaac)
php aac plugin:install path/to/myaac-theme-canary-v1.0.1.zip

2) Second option is to increase the php upload limits, for that open the php.ini and adjust following variables:

upload_max_filesize=100M
post_max_size=100M

After that restart your web server. Now you can upload the file again.

The second problem is caused by not using myaac 1.5. It cannot be simple repaired. You need to use MyAAC 1.5.
 
Back
Top