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

Archez AAC

Status
Not open for further replies.
Update:
- installation page was re-made (the AAC is now practically a download&run AAC)
- account login system is now working
- - the nickname feature has been added
- - the accounts creation is now being developed
- fixed errors with classes
- - added new short functions
- - - $archez->getError(); // instead of using echo and create a new table for that error every single time you want to display errors, you just need to use this function, it will do the <table> stuff automatically, you just type the error in the function and you are done.

Examples:
PHP:
$archez->getError('Failed to load vocations!');
PHP:
$archez->getSuccess('Vocations loaded successfully!');
PHP:
$archez->getNote('This shit will kill you!');

Way to check if account is logged:
PHP:
if(LOGGED)
I can't remember the other stuff, but I'll let you know later.
Why are the methods called getSuccess when you're setting them?
 
Any more updates?

The $archez->getError, getSuccess, getNote functions were replaced for 1 function, which is:
PHP:
$archez->getNotice('message', 'type');

You can select any type of short/large notice to display.

- accounts creation part (done)
- account management page (nearly done)

I will finish the character search and news system today.
 
Last edited:
I just added three more screenshots to the first post. :D
 
Last edited:
please, don't do like modern aac, (user profile thing, nickname, videos, about me, etc), IMO this is totaly useless and like 95% of the players does not use it =/ just make like RL tibia's one, Real Name and Location. Who's with me like this post :p
 
Agree , Tibia WebSite is everythings we need , you can also make custom functions , or maybe release it like OPTIONAL
I've prefer Clean and Useful website , and others like customs things
but i really mean this AAC i'll be the best :D
 
what framework do you use?

There are 2 versions of Archez AAC, which are:

Archez AAC -> gesioraac style

and...

Archez AAC using CakePHP.

please, don't do like modern aac, (user profile thing, nickname, videos, about me, etc), IMO this is totaly useless and like 95% of the players does not use it =/ just make like RL tibia's one, Real Name and Location. Who's with me like this post :p

The only thing I am adding from Modern AAC is nicknames, that's all. :p

Agree , Tibia WebSite is everythings we need , you can also make custom functions , or maybe release it like OPTIONAL
I've prefer Clean and Useful website , and others like customs things
but i really mean this AAC i'll be the best :D

Thanks. :)
 
Looking awesome. Good luck on your project. :)
 
Looking awesome. Good luck on your project. :)

Thank you :D!

@averatec & everyone else who read about cakephp:

I am not going to use CakePHP for Archez AAC (2nd version) anymore, I am using Lithium PHP.
 
Please Archez, create an option to disable this:
QadO7mdBpV.png

This numbers and letters that WE have to 'copy' to create account.
 
Please Archez, create an option to disable this:
QadO7mdBpV.png

This numbers and letters that WE have to 'copy' to create account.

lol, you can disable that in MAAC, and in GAAC and IIRC, you can disable that in AAAC.
and btw, if you want a bot creating alot of accounts and crashing your website, good luck then.
 
Thank you :D!

@averatec & everyone else who read about cakephp:

I am not going to use CakePHP for Archez AAC (2nd version) anymore, I am using Lithium PHP.

Mind explanining the difference ? ;D i mean on the 1 version and the second.

Else great work :)
 
Do you use external library how for example POT?
 
Status
Not open for further replies.
Back
Top