Evil Puncker
af1a6cf5ff
Updated copyright year and SSL link
...
Updated year to 2019 and made all my-aac.org links go to SSL by default
2019-07-17 20:22:07 -03:00
tobi132
49fe7a4b38
fixed #87
2019-07-17 19:01:44 +02:00
tobi132
3945c2ad52
New, beautiful exception handler
2019-07-16 20:07:32 +02:00
tobi132
bc8f24afad
Move items from database to Cache_PHP
2019-07-16 19:06:51 +02:00
tobi132
6a89b12258
Use config() instead of global $config, use exec instead of query
2019-07-16 08:22:26 +02:00
slawkens
78454657ca
* fixed IDE warning "Modifiers are misordered"
2019-05-30 14:33:46 +02:00
slawkens
7b770e09f7
* add @method annotations to Cache class
...
* code beautify
2019-05-25 00:20:20 +02:00
slawkens
933b25194c
* cache hooks and template menus
2019-05-25 00:18:30 +02:00
slawkens
1cbe452f9c
* remove unused and deprecated SQLquery and SQLquote functions
2019-05-24 23:46:45 +02:00
slawkens
920e9b915f
* use $db->exec instead of query optimisation
2019-05-23 23:37:07 +02:00
slawkens
705277ceb5
* this comparison is useless
2019-05-10 20:17:57 +02:00
whiteblXK
945442a842
Fixed problem with guildnick
2019-05-06 22:41:52 +02:00
slawkens
d3e3efd05e
* new cache engine: plain php
2019-04-24 12:08:42 +02:00
slawkens
5f22ab0361
* sizeof is alias of count
2019-04-19 22:47:42 +02:00
Tornadia
9f31f90146
Fixing some errors at the install endscreen ( #75 )
...
* Fixed some bugs at last install screen (unset country and HTTPS protocol definition)
* Correction: allow_url_fopen is not to make any distinction between HTTP/HTTPS
* Black skull bug when joining serverInfo
* * latin is good but utf8 is better
* also changed ENGINE to InnoDB
* * use curl as alternative option for reporting install
* * you forgot this
* * fix typo
* Revert "* fix typo"
This reverts commit 6f24509dd659032c65c3ccbdf5b5bb3b25cffd72.
* * fix typo
* * this is the correct way to hide that notice
2019-04-19 22:28:38 +02:00
slawkens
559d13dfd9
* fix OTS_Account->setPremDays for OTHire
2019-04-13 04:48:06 +02:00
slawkens
6ccaf316ab
* fix saving of account country in player editor
2019-04-13 04:45:48 +02:00
Lee
1859867039
Bug Fixes
...
-fix for getSkillTries as reported by whiteblXK
-fix for login and account type as reported by vG-
2018-12-30 01:00:26 +00:00
Lee
2667d2b41c
Updates + Fixes ( #66 )
...
* Updates
+added account editor country list
+added account editor website access flag editor.
+added player blessing1-8 editor
+added fav icon
+added $account->setLastLogin
+added $player->checkBlessings (for blessings 1-8)
+bug fixes
* Blessing Fix
Should now detect the amount of blessings if blessings1 onwards exists.
2018-12-26 11:32:58 +01:00
Lee
1b539f82ac
Updates ( #65 )
...
* Updates
+Added missing images
+Added report viewer as requested by icekis
-Code cleanup
if strict db, need to set spell to null run
ALTER TABLE `myaac_spells` CHANGE `spell` `spell` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL;
2018-12-12 20:44:29 +01:00
Lee
6dab50cbd8
Admin Panel ( #61 )
...
Thank you Lee for this awesome, Bootstrap Admin Panel!
2018-11-22 07:12:14 +01:00
slawkens
5d0a0d352b
Fix database_name in Usage_Statistics
...
(cherry picked from commit 3c6f44d)
2018-10-31 07:49:12 +01:00
slawkens
63bc0a9620
Fix bug where server_config table does not exist (OTHire as an example)
...
Happened in Usage_Statistics class
Thanks for reporting the OtLand user - Olddies
(cherry picked from commit dacc5b9)
2018-10-31 07:48:56 +01:00
slawkens
915e9409dc
* fixed #55 (Cache class not found)
2018-06-06 20:28:36 +02:00
slawkens
fb1b9fea09
* stop using global $cache variable, use Singleton pattern instead
2018-06-03 17:09:21 +02:00
slawkens
6365105515
* replace Cache class name with self()
2018-06-01 19:53:57 +02:00
slawkens
550b664a61
* Environment is now configurable ('prod' for production, 'dev' for development)
...
Significantly better load times with 'prod' !!!
2018-06-01 19:12:48 +02:00
slawkens
510459b046
* support for database persistent and socket connections (performance boost)
2018-06-01 18:56:57 +02:00
slawkens
ae24a4ea4c
* fixed that database_log was always on
2018-06-01 18:27:46 +02:00
slawkens
82d6467cee
* new configurable: status_timeout
2018-06-01 16:04:23 +02:00
slawkens
887c792a76
* (internal) replace deprecated PDO_ attributes with PDO::
2018-06-01 16:00:56 +02:00
slawkens
b3625dffbc
* Fixed missing prefix for cache get() and delete() functions
...
Cause those functions to not work correctly..
2018-06-01 15:03:13 +02:00
slawkens
05e15ce9ad
* replace deprecated HTML <font> tag with <span>
2018-06-01 13:35:27 +02:00
slawkens
68d74a490b
* performance and optimisations fixes part 2, according to awesome PHPStorm Php Inspections plugin!
2018-05-29 21:16:48 +02:00
slawkens
bf361238cb
* remove whitespaces
2018-05-29 21:06:15 +02:00
slawkens
42d23e9b37
* remove unnecessary parentheses in include/require
2018-05-29 21:00:56 +02:00
slawkens
e1ddf58119
* IDE: fixed $db variable type notation to point to the correct class
2018-05-29 20:44:05 +02:00
slawkens
eab416c0b4
* some optimizations & fixes according to awesome PHPStorm Php Inspections plugin!
2018-03-21 13:52:41 +01:00
slawkens1
fc30e28e84
* plugins require like composer: "ext-curl": >"5.0"
...
Allow require php extension with composer syntax: ext-name: version
2018-02-05 21:52:54 +01:00
slawkens1
9c536bd845
* plugins: require php-extension, table or column
...
Some additional options for plugin developers, to require specific php
extension, database table or column to be present on installed system!
2018-02-05 21:25:14 +01:00
slawkens1
ffa3bed620
* some fixes to the revalidateCache function
2018-01-14 11:14:40 +01:00
slawkens1
40981daf33
* fixed plugin "You don't have rights to delete"
2018-01-14 09:19:00 +01:00
slawkens1
16bcb70863
* new hooks: LOGIN, LOGIN_ATTEMPT, LOGOUT
...
* fixed bug with uninstalling some plugin dirs
* updated TODO
2018-01-14 08:59:37 +01:00
slawkens1
16dab3a2cc
* updated OTS_House class to support latest TFS 1.x
2018-01-08 22:37:20 +01:00
slawkens1
497a073162
* fixed some MySQL errors on OTS_Player.php
...
* added function OTS_Player::getAccountId()
* (internal) shortened samples inserting code
* (internal) shortened config.highscores_ignored_ids updating code
* updated TODO
2018-01-08 22:35:36 +01:00
slawkens
b03433d8a8
* added missing function is_sub_dir (to the last commit)
2018-01-08 17:28:05 +01:00
slawkens
4f0fca021c
* uninstall: do not allow directories outside BASE
...
* uninstall: do not allow absolute paths
2018-01-08 17:19:56 +01:00
slawkens
5aa1ae003e
* allow comments inside plugin json file
...
* updated German translation (by German native speaker)
2018-01-08 16:15:34 +01:00
slawkens
c133482659
* added new forum option: "Enable HTML"
...
* will be by default enabled for newses
* fixed bbcode parsing
2018-01-08 10:53:14 +01:00
slawkens1
4102b44352
* important fix for servers with promotion column ( #36 )
...
* caused player.vocation to be resetted when saving player, for example:
on change name, accept invite to guild, leave guild
* fixed empty success message on leave guild
* (internal) using $player->getVocationName() where possible instead of
older method
* fixed some warning in guild show
2018-01-08 01:00:56 +01:00