slawkens
40d65a6613
OTS_ServerInfo -> set timeout out of class
...
Possibility to use the class without MyAAC
2025-05-23 16:11:57 +02:00
slawkens
43153b2b0c
Nothing important: tabs
2025-05-23 16:08:02 +02:00
slawkens
7e4d28c648
Fix more php 8.4 warnings
2025-05-14 13:23:34 +02:00
slawkens
d582120fac
Squashed commit of the following:
...
commit 94a61f32ae
Merge: 57772569
8227303b
Author: slawkens <slawkens@gmail.com >
Date: Sat Nov 11 11:11:13 2023 +0100
Merge branch 'develop' into feature/debug-bar
commit 577725690d
Author: slawkens <slawkens@gmail.com >
Date: Mon Aug 21 11:08:12 2023 +0200
Add option to enable debugbar, even if dev mode is disabled
commit c227fd4e96
Merge: 9fef84bf
a692607c
Author: slawkens <slawkens@gmail.com >
Date: Mon Aug 21 10:20:04 2023 +0200
Merge branch 'develop' into feature/debug-bar
commit 9fef84bffe
Author: slawkens <slawkens@gmail.com >
Date: Fri Aug 11 06:39:50 2023 +0200
Fix debugBar mysql logs (Thanks @gpedro)
commit dedd54286f
Author: slawkens <slawkens@gmail.com >
Date: Thu Aug 10 13:21:36 2023 +0200
Log PDO queries, as stated in docs, but doesn't work yet (don't know the reason)
commit 7403a24030
Author: slawkens <slawkens@gmail.com >
Date: Thu Aug 10 13:21:20 2023 +0200
Use dev-master, cause of some bugs appearing
commit cc7aec8e28
Author: slawkens <slawkens@gmail.com >
Date: Thu Aug 10 13:05:02 2023 +0200
Init debugBar
2023-11-11 11:26:38 +01:00
slawkens
51b848c43e
Add RuntimeException if xml, pdo or zip PHP extension is missing
...
For a better User Experience ;)
2020-02-15 17:17:28 +01:00
slawkens
887c792a76
* (internal) replace deprecated PDO_ attributes with PDO::
2018-06-01 16:00:56 +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
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
1025fad0e6
* cache $db->hasTable and $db->hasColumn functions
...
* changed tableExist and fieldExist to $db->hasTable(table) +
$db->hasColumn(table, column)
* new configurable: database_log - can log database queries and show in
website source when logged as super admin
* removed debug_level configurable, enabled by default when logged on
super admin
* added OTS_Account:getCountry()
* added posibility to load OTS_Player partially, and without skills
* (internal) changed depracated $ots->createObject() functions with
their OTS_ equivalents
* (internal) removed unused code
2018-01-06 05:44:33 +01:00
slawkens
61bc3a616a
* player sex is now configurable
2017-08-28 18:12:55 +02:00
slawkens1
b5362d0654
First public release of MyAAC
2017-05-01 20:05:36 +02:00