JFusion Login Module



AoD v 1.4.5 has officially been released.

Full change log and download located HERE

A copy of the change log is available by clicking Read More below as well as the link above.



Added the following configuration values.

('cron_email','0'),
('cron_email_address_to',' This e-mail address is being protected from spambots. You need JavaScript enabled to view it '),
('cron_email_address_from',' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ')

Redesigned the Cron Job's output.

By default, the cron job will simply echo out the game id, rounds number, and ticks remaining. When e-mail is set in the database, it will send a full html formatted e-mail containing more information.

Be sure to add "> /dev/null" without quotes to your cron job to eliminate any standard e-mails that originate from your server. You can optionally not add that string to the cron job, but you will still receive the system e-mails that capture the echoed output in raw text format. It is good not to dump data to dev null for debugging purposes only.


Bug Fix -> Fixed Kingdom Body template file. I forgot to increase to colspan of the Buildings header from 4 to 5.
Bug Fix -> Fixed Kingdoms page display of units. It was not taking into account the troop level cap gain granted by Helm of Power



I have added a new table to the system called aod_config_system.

This table will be used for all sorts of system configurations, mostly for things that will update themselves instead of allowing user input. A few values, however, are setup for user alteration.

The cron system will check for updates daily (not based on ticks), and will modify the system table to add the new pieces of information it pulls from the update script. Currently, if cron emails are enabled, any update notifications will be included in the email. In the future, I am planning on the system sending an email to the admin when it checks and only if an update is needed. I will, however, keep the output on the cron email.

Remember, the cron email can be turned on and off in the ACP.


This is a ton of stuff for AoD 1.4.5. I will not be adding this to the installer, as it's a lot of text. All notes like this will be handled by text files in the contrib folder and will be kept out of the uninstaller. I will remove the current contents in the installer and place it into a text file in the contrib folder in version 1.5.0 when we get that far.