Skip to content

Commit

Permalink
* update to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Oct 21, 2017
1 parent cd44d28 commit 2b6d65e
Show file tree
Hide file tree
Showing 116 changed files with 120 additions and 116 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
[0.6.5 - 21.10.2017]
- fixed displaying custom pages
- fixed adding new group forum board

[0.6.4 - 20.10.2017]
- reverted OTS_Account::getLastLogin() cause its used by tibia11-login plugin

Expand Down
4 changes: 2 additions & 2 deletions common.php
Expand Up @@ -21,13 +21,13 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.3
* @version 0.6.5
* @link http://my-aac.org
*/
session_start();

define('MYAAC', true);
define('MYAAC_VERSION', '0.6.3');
define('MYAAC_VERSION', '0.6.5');
define('DATABASE_VERSION', 15);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
Expand Down
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -13,7 +13,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.3
* @version 0.6.5
* @link http://my-aac.org
*/

Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -21,7 +21,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.3
* @version 0.6.5
* @link http://my-aac.org
*/

Expand Down
2 changes: 1 addition & 1 deletion system/compat_pages.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/counter.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/countries.conf.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/database.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/functions.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/hooks.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/init.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/item.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/cache.php
Expand Up @@ -6,7 +6,7 @@
* @author Slawkens <slawkens@gmail.com>
* @author Mark Samman (Talaturen) <marksamman@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/cache_apc.php
Expand Up @@ -6,7 +6,7 @@
* @author Slawkens <slawkens@gmail.com>
* @author Mark Samman (Talaturen) <marksamman@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/cache_eaccelerator.php
Expand Up @@ -6,7 +6,7 @@
* @author Slawkens <slawkens@gmail.com>
* @author Mark Samman (Talaturen) <marksamman@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/cache_file.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/cache_xcache.php
Expand Up @@ -6,7 +6,7 @@
* @author Slawkens <slawkens@gmail.com>
* @author Mark Samman (Talaturen) <marksamman@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/creatures.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/data.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/items.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/items_images.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/plugins.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/spells.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/timer.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/usage_statistics.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/validator.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/visitors.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/libs/weapons.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/login.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/404.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/change_comment.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/change_email.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/change_info.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/change_name.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/change_password.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/change_sex.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/create_character.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/delete_character.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/register.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/account/register_new.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/accountmanagement.php
Expand Up @@ -6,7 +6,7 @@
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down
2 changes: 1 addition & 1 deletion system/pages/admin/changelog.php
Expand Up @@ -5,7 +5,7 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.6.4
* @version 0.6.5
* @link http://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
Expand Down

0 comments on commit 2b6d65e

Please sign in to comment.