414 Commits

Author SHA1 Message Date
slawkens
c7f2cab56a Remove useless .htaccess 2020-01-15 20:57:31 +01:00
slawkens
2bd372dbaa Add index.html to prevent autoindex
This fixes #101
2020-01-15 20:55:57 +01:00
slawkens
e08557e5ae Remove myaac_hooks table, load info directly from .json files and cache them 2020-01-13 20:19:34 +01:00
tobi132
0711d555e1 Fixed #99 2019-12-28 22:48:24 +01:00
tobi132
be9ce34dc8 Fixed #98 2019-12-25 01:31:30 +01:00
tobi132
bb60d17ccc Forgot about look_addons 2019-12-09 20:52:00 +01:00
tobi132
1aa8062310 Interactive player outfit chooser 2019-12-09 20:20:22 +01:00
tobi132
711027e450 Move Admin Logs and Reports into Twig 2019-12-09 19:57:42 +01:00
tobi132
8bae67d9ef Shortened duplicated code 2019-12-03 05:19:32 +01:00
tobi132
bc3fd61bde Move commands and downloads pages into database
Available under "Pages" in Admin Panel
2019-12-03 05:18:48 +01:00
tobi132
1e2267bd31 Create character directly on create account page 2019-12-02 23:10:32 +01:00
tobi132
092a03e2cf Add some useful hints 2019-12-02 21:37:52 +01:00
tobi132
944d532ad1 Fix uppercase 2019-12-02 20:51:36 +01:00
tobi132
ca4f786aa8 Update copyright year 2019-12-02 19:34:44 +01:00
tobi132
645e7ee95f Compatibility with old z_ gesior table. This fixes #46 2019-10-17 23:42:02 +02:00
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
fd91d1fb06 Use correct limit at lastkills page from config
Thanks for anyeor from otland for this correction.
2019-07-16 18:50:42 +02:00
tobi132
6a81794bba Add load time into items & weapons loading admin page 2019-07-16 08:44:21 +02:00
slawkens
e3af63bd93 * moved admin_panel_modules to config.php 2019-05-30 14:54:46 +02:00
slawkens
933b25194c * cache hooks and template menus 2019-05-25 00:18:30 +02:00
whiteblXK
bda7982134 Rest of Guild View to Twig 2019-05-06 23:26:01 +02:00
whiteblXK
257d4dbdad Typo, should be "List" 2019-05-03 19:17:28 +02:00
whiteblXK
69064839a7 Guilds List to twig 2019-05-03 19:12:07 +02:00
whiteblXK
ed6a740eee Fix undefined variable in serverinfo for old TFS 2019-05-03 14:08:46 +02:00
whiteblXK
d594fa1a54 Now it will properly shows Available Houses 2019-05-03 12:47:28 +02:00
whiteblXK
35e4cd4596 Houses page to twig 2019-04-29 20:42:03 +02:00
slawkens
7b1989cef2 * add clear_cache.php bin command 2019-04-23 23:50:54 +02:00
slawkens
6226203b0e
Merge pull request #74 from whiteblXK/master
Some small fixes
2019-04-19 22:30:58 +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
whiteblXK
5aaf15f81c Some small fixes 2019-04-16 13:37:10 +02:00
slawkens
5ad82a305e * fix othire compatibility
Fix when there is no account name, just accoun tid
Fix when group and secret column does not exist
Fix save premium days on TFS 1.2
Remove lastlogin - should not be possible to change
2019-04-15 23:24:44 +02:00
slawkens
1365f41b2d
Merge pull request #73 from whiteblXK/master
Moved serverinfo to twig
2019-04-15 23:14:20 +02:00
whiteblXK
13199744ef Moved serverinfo to twig 2019-04-15 18:14:17 +02:00
slawkens
4e937c32b4 * added some descriptions about items in Menus Editor 2019-04-14 04:46:53 +02:00
slawkens
a94a9291e6 * better description of links 2019-04-13 04:46:04 +02:00
slawkens
3febb340d4 * removed duplicated jquery declarations
This fixes some stranges errors with javascript being triggered on website
for example: not working color changes on Menus page when clicking on Add New button
2019-04-13 04:04:25 +02:00
slawkens
5abc08ba9d * fix "Notice: Undefined index: blesscount" in Player editor 2019-04-13 03:58:20 +02:00
slawkens
c87100c0fe * "Clear cache" option in admin panel cleans now signatures and twig too 2019-04-13 03:18:53 +02:00
slawkens
4d566500e9 Fixed guilds "Add new rank function"
Exception thrown in OTS_GuildRank::__toString() method

https://otland.net/threads/myaac-bug-guild-new-rank.263953/
2019-04-09 00:49:30 +02:00
slawkens
862b58c176 (configurable) auto login after registration 2019-03-19 11:17:15 +01:00
slawkens
8c50a84516 Shortened some code 2019-03-18 20:00:33 +01:00
whiteblXK
7c8f87bd78 Changes in lastlogin from admin module 2019-03-16 20:13:17 +01:00
whiteblXK
ded5274be7 Modules in admin panel, thanks to Lee for the code 2019-03-16 19:03:00 +01:00
whiteblXK
d03989481b More changes to news admin 2019-03-16 10:33:08 +01:00
whiteblXK
dac59d3133 Move add/edit/delete/hide news to admin panel 2019-03-15 21:01:15 +01:00
whiteblXK
7a5333ba62 Small fixes in Team Page 2019-03-15 16:05:13 +01:00
whiteblXK
f8e9fe376b Fixed problem with displaying errors in admin - pages panel 2019-03-14 15:56:44 +01:00
whiteblXK
622122562f Team page - display outfits of the players (configurable) 2019-03-13 20:39:16 +01:00
whiteblXK
3fc8d01070 Move team page to twig template 2019-03-12 16:19:27 +01:00
whiteblXK
276f3a5516 Move lastkills/killstatistics to twig template 2019-03-11 17:51:43 +01:00