• 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 v0.8.13

Tried to install it, gives me an error: Extensão PHP ZIP : Não carregado (not loaded)
 
Hello guys, bad news - the site has expired again.

If you found the project useful, and (maybe) you are doing money of it, I am kindly asking for financial support so I can renew the domain.

We can think about adding your server in the Sponsors part of the README.md file.

We need around 50€ for hosting + domain, for the next year.

The hope is in this community!

Thanks!

#Edit
Oh I forgot the link, you can donate here:
 
Last edited:
Hi, in latest version of My AAC I received this error on instaling in Ubuntu 16.04

In version 0.8.7 I not received this error …

Sem título.png
 
Last edited:
Some newses:

- We got e2e tests done using Cypress. That's that green mark next to commit message. This will ensure there are less errors before releasing the code.
1685100251988.png

- I removed Google Ads from website (my-aac.org), because it was not worth.
 
Last edited:
@slaw It's possible to add a "No vocation" entry on higscores? It's useful for rookstayers.
 
Sure, just need to change this line in highscores.php:
Code:
for($i = 1; $i <= $config['vocations_amount']; $i++) {

Change $i = 1 to $i = 0
Edit: In the highscores.php doesn't appear to be that line.
 
Last edited:
Sure, just need to change this line in highscores.php:
Code:
for($i = 1; $i <= $config['vocations_amount']; $i++) {

Change $i = 1 to $i = 0

Hi Slaw, can you help me in this topic about MY AAC shop ?

 
Edit: In the highscores.php doesn't appear to be that line.

What myaac version you using?

For 0.8.x is that line.

For develop (0.9.x) it will be other file, system/templates/highscores.html.twig

Code:
{% for i in 1..config.vocations_amount %}

Same like before, change 1 to 0.
 
What myaac version you using?

For 0.8.x is that line.

For develop (0.9.x) it will be other file, system/templates/highscores.html.twig

Code:
{% for i in 1..config.vocations_amount %}

Same like before, change 1 to 0.
Thanks, I was using dev, changed to 0.8.10 and it works like a charm.
 
After 3 years again, it's time to release our latest work - MyAAC v0.9.0.

Minimum PHP version for this release is PHP v7.2.5.

This time as alpha. Please not use in production server. Download & test & give feedback on what's working, what's not, and what's good about this release ;)

 
Back
Top