• 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.21

Hello,

I received positive feedback from the survey, with over 70% people stating that they "would" participate in the sponsorship program.

But everything takes time. Before I prepare such program, it may take weeks/months.

The current problem is - in 4 days the domain and hosting is ending.

So - I am desperately looking for someone that could put around ~46 €.

Talk to me - maybe I can offer you some notice in the README.md of the Project GitHub Page, or something else?

The problem with the current donations I received at Slawomir Boczek (https://buymeacoffee.com/slawkens) is that I can only withdraw if I have a valid company.. Which is not the case. So I basically lost all donations put there.. I didn't knew that would be the case when I started using that portal. I can't withdraw anything from there. If I could, it would be enough for the costs the project currently have.

PS: The domain cost is just ~16 Euro, and the hosting for whole year is ~30€. Maybe you know cheaper hosting? I don't think so, I am using the personal plan from ovh, which doesn't require me to care about updates/upgrades of the OS and PHP, which I value.

Regards,
Slawomir
 
Hello,

I received positive feedback from the survey, with over 70% people stating that they "would" participate in the sponsorship program.

But everything takes time. Before I prepare such program, it may take weeks/months.

The current problem is - in 4 days the domain and hosting is ending.

So - I am desperately looking for someone that could put around ~46 €.

Talk to me - maybe I can offer you some notice in the README.md of the Project GitHub Page, or something else?

The problem with the current donations I received at Slawomir Boczek (https://buymeacoffee.com/slawkens) is that I can only withdraw if I have a valid company.. Which is not the case. So I basically lost all donations put there.. I didn't knew that would be the case when I started using that portal. I can't withdraw anything from there. If I could, it would be enough for the costs the project currently have.

PS: The domain cost is just ~16 Euro, and the hosting for whole year is ~30€. Maybe you know cheaper hosting? I don't think so, I am using the personal plan from ovh, which doesn't require me to care about updates/upgrades of the OS and PHP, which I value.

Regards,
Slawomir
 
Hello!
In Demo-MyAcc i found this:
(Experience history player).

Where can I find this in the MyAcc releases on github?
I don't have that in my older version.
1713786017948.png
 
Hello!
In Demo-MyAcc i found this:
(Experience history player).

Where can I find this in the MyAcc releases on github?
I don't have that in my older version.
View attachment 84034

Hi,

this is a paid plugin. I can't say anything more as selling things is forbidden here.


@onTopic

Today exactly 7 years passing as I released the very first version of myaac. Expect something new in upcoming days!
 
Does anyone know if can hide some items from loot in the monsters? Or hide everything.

Thank you.
 
Does anyone know if can hide some items from loot in the monsters? Or hide everything.

Thank you.

In system/pages/creatures.php

Just after:
Code:
foreach ($loot as $item) {

Put:
Code:
if (in_array($item['id'], [1920, 2000])) {
 continue;
}

1920, 2000 are hidden items IDs.
 
Hey slaw when I go the configuration step in the install and add the server path/email/admin email and submit it gives me http 500 error 1716669338539.png
 
hi, anyone knows why im getting this error
apache log error last line
im using tfs 1.2
Code:
 [Tue Jul 02 19:35:30.939920 2024] [php:error] [pid 740:tid 1760] [client 127.0.0.1:49688] PHP Fatal error:  Uncaught PDOException: SQLSTATE[HY000]: General error: 1364 Field 'signature' doesn't have a default value in C:\\uniserver\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php:86\nStack trace:\n#0 C:\\uniserver\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php(86): PDO->query()\n#1 C:\\uniserver\\UniServerZ\\www\\system\\libs\\pot\\OTS_DB_PDOQuery_PHP71.php(10): OTS_Base_DB->doQuery()\n#2 C:\\uniserver\\UniServerZ\\www\\system\\libs\\pot\\OTS_Player.php(463): OTS_Base_DB->query()\n#3 C:\\uniserver\\UniServerZ\\www\\system\\libs\\CreateCharacter.php(230): OTS_Player->save()\n#4 C:\\uniserver\\UniServerZ\\www\\system\\pages\\account\\create_character.php(25): CreateCharacter->doCreate()\n#5 C:\\uniserver\\UniServerZ\\www\\system\\pages\\accountmanagement.php(152): require('...')\n#6 C:\\uniserver\\UniServerZ\\www\\index.php(362): require('...')\n#7 {main}\n  thrown in C:\\uniserver\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php on line 86, referer: http://127.0.0.1/?account/character/create
when im trying to create a character, only the account create but the characters dont, same as the final install step i create the admin account but the admin character dont, i think is some line on the db is missing because i cant find that line called "signature" then i just get a error https 500
 
Hello everyone.

Can some one explain to me how I can make it work with my tfs server ? I already have webssite with acc maker but is realli shit and i want to use this one.

if anyone can explain step by step ;)
 
Hello slew your AAC is working fine everything is good but there is something bothers me alot the site kinda laggy when it load a new page
 
Hello slew your AAC is working fine everything is good but there is something bothers me alot the site kinda laggy when it load a new page

What version of myaac, 0.8 or 1.0?

And how much time does it take exactly? You can see that in footer if you have 'footer_load_time' in config or admin panel enabled.

If thats above 1.0+ seconds, then it's caused by offline status of your server.
 
What version of myaac, 0.8 or 1.0?

And how much time does it take exactly? You can see that in footer if you have 'footer_load_time' in config or admin panel enabled.

If thats above 1.0+ seconds, then it's caused by offline status of your server.
Probably yeah the server status is offline I'm kinda new at using uniserver but still there is a problem when launching the engine that the database is not establishing is there any thing needed after MyAAC installation ? 1732634799802.webp
 
Probably yeah the server status is offline I'm kinda new at using uniserver but still there is a problem when launching the engine that the database is not establishing is there any thing needed after MyAAC installation ? View attachment 88520

Not really, you just need to set correct sqlHost in config.lua, which is "127.0.01" (localhost) in most situations.
 
Not really, you just need to set correct sqlHost in config.lua, which is "127.0.01" (localhost) in most situations.
I just figured it out
At first I thought your AAC wasnt working in xampp but found out that enabling zip extention was in php.ini in xampp php folder
I tried xampp everything worked perfect[Page loading speed is fine/data base established]
but in conclusion the uniserver wasn't that good idk why but atleast it worked great with Xampp
Thanks for your responding
 
Last edited:
Hello! I have a problem setting up myaac (1.0.1) with uniserver
after step 4 in installation this comes up

Local configuration has been saved into file: config.local.php

Parse error: syntax error, unexpected end of file, expecting variable or "${" or "{$" in C:\Users\jonat\Desktop\UniServerZ\www\system\functions.php(1021) : eval()'d code on line 1

This is config.local.php

<?php
$config['installed'] = true;
$config['env'] = 'prod';
$config['server_path'] = 'C:/Users/jonat/Desktop/canary test/canary-3.1.2/';
$config['gzip_output'] = false;
$config['cache_engine'] = 'auto';
$config['cache_prefix'] = 'myaac_c8ks7cp3';
$config['database_auto_migrate'] = true;
 
Hello! I have a problem setting up myaac (1.0.1) with uniserver
after step 4 in installation this comes up

Local configuration has been saved into file: config.local.php

Parse error: syntax error, unexpected end of file, expecting variable or "${" or "{$" in C:\Users\jonat\Desktop\UniServerZ\www\system\functions.php(1021) : eval()'d code on line 1

This is config.local.php

<?php
$config['installed'] = true;
$config['env'] = 'prod';
$config['server_path'] = 'C:/Users/jonat/Desktop/canary test/canary-3.1.2/';
$config['gzip_output'] = false;
$config['cache_engine'] = 'auto';
$config['cache_prefix'] = 'myaac_c8ks7cp3';
$config['database_auto_migrate'] = true;

There is something wrong with your config.lua, can you post it here? Delete sensitive things like passwords, etc.
 
It was indeed something wrong with the config, I removed it and put in an unedited one and that worked
Thank you very much for responding and helping
 
Last edited:
Back
Top