slawkens
29a198bfce
Display more info when error parsing config.lua value
2025-04-22 14:07:46 +02:00
slawkens
de1bb37bcb
getGuildNameById($id) + getGuildLogoById($id)
2024-11-18 23:46:04 +01:00
slawkens
02eea950e4
Fix XSS in creatures.php, thanks to @gesior
...
Closes #254
2024-05-15 22:15:36 +02:00
slawkens
538076bc45
My fault
2023-09-26 22:00:45 +02:00
slawkens
4327b66f91
Clear some additional cache keys
2023-09-26 20:45:50 +02:00
slawkens
1e874c7027
Fixed not working links from database, introduced in 0.8.10
2023-08-07 21:45:56 +02:00
slawkens
7a546e5a41
There is no more info. That never worked.
2023-07-29 07:26:03 +02:00
slawkens
34725e0257
Forum: better error messages (Suggested by @anyeor)
2023-07-07 14:34:26 +02:00
slawkens
b09adc836d
Nothing important, just some comments and small code style fixes
2023-06-19 08:03:47 +02:00
slawkens
dcf9a45974
Do not display warning if HTTP_ACCEPT_LANGUAGE is not set
2023-06-19 08:01:35 +02:00
slawkens
60a854e5fd
new function> escapeHtml + fix css in admin menus
2023-02-06 17:39:23 +01:00
slawkens
1f7dfdca50
Add vocation into getTopPlayers
2022-10-28 13:41:23 +02:00
slawkens
0a2cd69a4b
Add compat Gesior classes
...
To allow more custom pages be used with myaac
2022-09-12 14:16:36 +02:00
slawkens
c51acf9dbd
Add browsehappy code
2021-12-22 07:03:05 +01:00
slawkens
eed490507c
Fix parsing empty strings in config.lua (with comments)
2021-02-13 22:56:53 +01:00
slawkens
b389874a7e
Ignore arrays in config.lua (fixes experienceStages loading)
...
In future we want to parse arrays too, this is just a temporary solution
Thread: https://otland.net/threads/myacc-problem.274795/
2021-02-13 21:54:12 +01:00
slawkens
b3b6d0ff5d
Fix for CloudFlare IP detection
2020-07-03 20:38:48 +02:00
slawkens
6b49ecc99a
Fix message() function when executed in CLI
...
(cherry picked from commit 8de8ad13bf2f0851b958d8fad82ea29938e4e7b2)
2020-06-03 20:42:36 +02:00
slawkens
fcfad7cef9
Fix #108
2020-02-28 22:11:04 +01:00
slawkens
7424901aca
Change tooltip css class to item_image (bootstrap conflict)
2020-02-28 21:50:21 +01:00
slawkens
8c680608ff
Fix more PHP warnings and notices
2020-02-28 21:49:47 +01:00
slawkens
ad570688c9
Add cache/plugins to clearCache functions
2020-02-22 16:24:16 +01:00
slawkens
9b3dbdc54f
Save mailer error messages to file (always)
...
Filename: mailer-error.log
This will help debugging mail sending for new users
2020-02-15 23:57:15 +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
2dbf189f43
Use $db->exec where appropriate
...
May bring some performance boost (little, but still)
2020-02-15 03:15:53 +01:00
slawkens
82e64559a8
Cache newses for 1 hour
...
+ Merge News classes into one and move to separate file
2020-02-15 02:47:53 +01:00
slawkens
d0d77b8775
Fix index.html deleting on cacheClear()
2020-02-15 02:40:16 +01:00
slawkens
13d0718780
RuntimeException instead of die()
2020-02-12 23:20:16 +01:00
slawkens
1ab32ca3ba
New functions: getCustomPage() and getCustomPageInfo()
2020-02-11 01:00:42 +01:00
slawkens
08f011eb33
New configurable: smtp_debug
2020-02-03 20:48:11 +01:00
tobi132
fba9f66a1f
Fix for othire not finding lookaddons column
2019-12-03 01:31:35 +01:00
tobi132
ed14f9ada0
Add optional $params param into log_append (will log arrays)
2019-10-17 12:07:08 +02:00
tobi132
9250f20559
Add get outfit to getTopPlayers (required very often)
2019-10-17 12:06:38 +02:00
tobi132
d8a70a3da6
Optimizations
2019-07-23 07:45:35 +02:00
tobi132
813de7eb3c
Add configLua function
2019-07-23 07:45:21 +02:00
tobi132
410c15c997
Fixed getItemNameById function
...
Please reload your items in admin panel to make it work
2019-07-23 07:45:03 +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
slawkens
14cb37725e
* new configurable: footer_show_load_time
2019-04-24 11:50:28 +02:00
slawkens
fc3bd432ef
* simply ignore notice if key does not exist on config()
2019-04-24 11:23:18 +02:00
slawkens
7b1989cef2
* add clear_cache.php bin command
2019-04-23 23:50:54 +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
6a167e99dc
Add optional parameters to deleteDirectory function
...
($dir, $ignore = array(), $contentOnly = false)
2019-04-13 03:17:01 +02:00
Lee
d1e6061541
Admin panel fixes ( #62 )
...
* Admin Panel
* fixes
-Code Clean Up
-Remove dist folder and merged into tools.
2018-11-24 15:42:20 +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
2010094f83
* fixed multiple mail recipients when using admin mailer function
...
It resulted in mail being sent to all users multiple times..
2018-06-08 21:08:00 +02:00
slawkens
fb1b9fea09
* stop using global $cache variable, use Singleton pattern instead
2018-06-03 17:09:21 +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
4023fda5b6
* fixed _mail() function when $add_html_tags is disabled
2018-05-29 20:42:18 +02:00