slawkens
c0c4fe33e9
Secure template.php of direct access
2025-01-27 21:30:16 +01:00
slawkens
b5bbae62b0
Prefer get_browser_real_ip() over REMOTE_ADDR
2024-09-08 05:36:33 +02:00
slawkens
1c55d4a220
Set Admin Account verified by default
2024-07-12 22:19:36 +02:00
slawkens
5ae0be2323
Revert "Fix installation"
...
This reverts commit 9c318f9012a4d1a484bd1b63e99240193cba4669.
2024-02-12 21:43:55 +01:00
slawkens
9dcc08ee6e
Seems that this is better solution to the #245 (output buffering)
...
This works for both, when output_buffering is enabled, and disabled
2024-01-30 19:20:18 +01:00
slawkens
9c318f9012
Fix installation
2024-01-28 11:11:51 +01:00
Danilo Pucci
a88103a956
- adding check before flush buffer ( #245 )
2024-01-01 23:31:26 +01:00
SRNT-GG
8d10082179
WIP - Removing unneccessary closing tags to prevent potential issues. ( #223 )
...
* Part 1
Removing closing tags when no HTML or other output comes after the last PHP codeblock.
* Further removals
* nothing
---------
Co-authored-by: slawkens <slawkens@gmail.com>
2023-06-15 20:53:55 +02:00
slawkens
6484ab75d9
Do not allow to continue install when there is no server database imported
2023-03-26 00:17:55 +01:00
slawkens
becad18465
fix small bug on install - please fill all input
2023-03-26 00:02:25 +01:00
slawkens
300c1b4ebc
Fix cannot go forward when config.local.php cannot be saved
2023-03-19 14:46:57 +01:00
slawkens
4f0dd89eb9
Change from warning to error (config.local.php save error)
2023-03-19 14:46:15 +01:00
slawkens
79f7c3dbd4
nothing important
2023-03-19 14:34:29 +01:00
slawkens
92569b7965
patch some changes
...
add contributors
2023-03-01 10:36:38 +01:00
slawkens
3dca1b519a
760 is correct permission
2023-02-16 10:16:07 +01:00
slawkens
c0dee61add
accounts.block has been removed
2023-02-07 22:46:47 +01:00
slawkens
fa9f7aab7c
accounts.blocked is not used by AAC
2023-02-03 17:26:50 +01:00
slawkens
52ca8a844a
Fix #178
2023-02-03 16:13:53 +01:00
slawkens
d683fce2b9
Fix #171
2022-06-04 21:43:37 +02:00
slawkens
876543f064
Fix monsters reloading
...
Was wrong code applied from develop branch
2022-02-26 17:27:10 +01:00
slawkens
129d5653e6
Apply changes from develop branch
2021-02-16 01:18:01 +01:00
slawkens
a4fa7567aa
Increase size of myaac_visitors.page column to 2048
...
Thanks to OtLand user kaleuui (https://otland.net/threads/myaac-v0-8-3.268654/page-11#post-2643853 )
2021-02-16 01:05:29 +01:00
slawkens
2e5b066d88
Remove duplicated code
2020-10-09 20:07:56 +02:00
slawkens
cd3a15feab
Add pdo_mysql as required extension
...
+ Some code refactoring
2020-10-09 20:07:20 +02:00
slawkens
bdd3c394a3
Move register DATABASE_VERSION into schema.sql
...
Caused migrations being fired when user manually imported database
2020-06-06 07:33:33 +02:00
slawkens
601cbd5ab7
dummy me.. thanks @gerotib
...
(cherry picked from commit 2534651e20b50b808c6e043f3516ac4ec4c08585)
2020-06-03 20:42:05 +02:00
slawkens
bf8d07226e
Fix #125 (wrong mana of character samples)
...
Should be 90.
(cherry picked from commit 700f835243c368d8b9ce2654cc01921e59d16593)
2020-06-03 20:41:36 +02:00
slawkens
b15c213890
Add executing missing migration on install
...
This fixes missing rules on clean install
(cherry picked from commit 8e04328482d1888256dd22362332078fb23f6a61)
2020-06-03 20:40:13 +02:00
slawkens
92c0671da2
Fix for TFS 0.4 guilds creation
...
Where guilds.checkdata and motd doesn't have default value
2020-03-28 10:03:31 +01:00
slawkens
64de46943b
Remove unused myaac_commands table from schema
2020-03-21 06:00:21 +01:00
slawkens
7b75a61cdb
Support for Nostalrius
...
https://github.com/TwistedScorpio/Nostalrius
2020-02-27 22:18:39 +01:00
slawkens
7c0c85f650
PHP 5.5 is required
2020-02-15 16:54:58 +01:00
slawkens
8021308822
Update Twig from 1.35.0 to 1.42.4 (PHP 5.5 is now required!)
...
This fixes some errors on PHP 7.4 and contains even more fixes
Also bumped PHP version to 5.5 as Twig requires it.
2020-02-15 05:41:38 +01:00
slawkens
13d0718780
RuntimeException instead of die()
2020-02-12 23:20:16 +01:00
slawkens
f475c671f7
Add enable_tinymce option to Pages editor
2020-02-11 01:02:46 +01:00
slawkens
dd1e604155
Add <IfModule *.c> and <IfVersion> to all .htaccess
2020-01-15 20:58:49 +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
bc3fd61bde
Move commands and downloads pages into database
...
Available under "Pages" in Admin Panel
2019-12-03 05:18:48 +01:00
tobi132
c02d0fc927
Add name as unique in myaac_pages table
2019-12-03 05:04:34 +01:00
tobi132
645e7ee95f
Compatibility with old z_ gesior table. This fixes #46
2019-10-17 23:42:02 +02:00
tobi132
798d0948d1
tinyint is better for sticked and closed
2019-10-17 23:39:30 +02:00
tobi132
008374748e
Add showing database name into installation script
2019-10-17 22:35:26 +02:00
tobi132
3333ab4ade
Fixed 'Please fill all inputs!' in some cases on install
2019-10-17 22:02:22 +02:00
tobi132
6157fdc007
Merge branch 'master' of https://github.com/slawkens/myaac
2019-09-20 19:13:20 +02:00
tobi132
5a97e53e21
Add mising fields into spells table, fix some mysql errors
2019-09-20 19:13:15 +02:00
Gabriel Pedro
901cb9eaf6
fix: players column deleted install description ( #91 )
2019-08-22 21:24:25 +02:00
slawkens
dca74d7b11
Merge pull request #88 from EPuncker/master
...
Updated copyright year and SSL link
2019-07-19 16:54:19 +02:00
tobi132
415b31e1b4
Change to TEXT instead of VARCHAR. As suggested by @gpedro
2019-07-18 20:06:04 +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
d79ae8e927
fixed #79 by increasing loot column size
2019-07-17 22:21:07 +02:00