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

Modern AAC 1.0

Status
Not open for further replies.

Paxton

Banned User
Joined
Feb 23, 2008
Messages
4,110
Reaction score
48
Location
London, UK
m.png

New version of Modern AAC has arrived, first time we are annoucing code names! Code name for this relase is: "Silver Sorrow" which has been proposed by: 5mok3

Since this relase, we can start really advertising this AAC, as it's fully complete to be hosted on any server!

Many many bugs fixed. Loads of new functions.

Nicknames per accounts
Gallery
Profiles
Messaging Module
Profiles Module
Avatars
Friends system
Admin support
Community
Possibility to hide characters
Forums for guilds!
Event system - New events can be easily relased, developers! Start writing!
Command system New commands can be easily relased, developers! Start writing!
Delays between creating accounts/characters
Lost account interface
Many Many more!

Download: http://svn.tech1.org/dl.php?repname=ModernAAC&path=/trunk/&rev=182&peg=182&isdir=1

SVN: WebSVN - ModernAAC - Rev 178 - /

All bugs please post here, they will be fixed as soon as possible and commited to SVN!

Installation for people using 0.2!
System must be installed using installer as there are many SQL Queries to set up the database! It is recommended to do backup incase. All accounts will loose their recovery key! Players will be able to set up new one! Existing guild will not get their own forum! Only new created ones! So if they want it, remove and create again!

:thumbup:
 
Last edited:
Pretty nice aac, only one question: how to disable pass hashing or enable it to work ingame?
 
got this from forum tab:
Code:
Unknown column 'b.guild' in 'where clause'

SELECT `b`.`id`, `b`.`name`, `b`.`description`, `b`.`closed`, `b`.`moderators`, `u`.`name` AS `author`, `p`.`thread_id`, `t`.`name` AS `thread_title`, `p`.`time` FROM `forums` AS `b` LEFT JOIN (SELECT `time`, `thread_id`, `board_id`, `author` FROM `posts` ORDER BY `time` DESC) AS `p` ON `p`.`board_id` = `b`.`id` LEFT JOIN `players` AS `u` ON `u`.`id` = `p`.`author` LEFT JOIN `threads` AS `t` ON `t`.`id` = `p`.`thread_id` WHERE `b`.`access` <= '6' AND (`b`.`guild` IS NULL OR `b`.`guild` IN (SELECT `guild_id` FROM guild_ranks WHERE `id` IN (SELECT rank_id FROM players WHERE account_id = '2'))) GROUP BY `b`.`id` ORDER BY `b`.`order` ASC;
 
Creating guilds:
Code:
Unknown column 'guild' in 'field list'

INSERT INTO `forums` (`id`, `name`, `description`, `access`, `closed`, `guild`, `moderators`, `order`, `requireLogin`) VALUES('', 'Guildboard for Panchira','Guildboard for Panchira','0','0', 1, 'Xania', '9999', '1')
A question -.-' do I have to remove the accounts table and add yours? o_O
 
Last edited by a moderator:
when you mean install... I copy and pasted over(replaced all the files, yes)
I used your dbscheam(install/install.php, do that automatic?)'

I shall try to remove everything from WWW folder and test once more :p

nvm.... removed the database and everything and remade it :p (didn't have any importent there anyways than my little admin account.
 
Last edited by a moderator:
is the facebook stuff enabled now? and how to set it up :>
 
I can make secure injections right? if i put the queries they can't be haxed ??
 
Nice Release!! are commands to transfor gesior codes to moderm codes xD?
 
Status
Not open for further replies.
Back
Top