Martin Ambrus
0984c7ef34
fix: DB connection is global and tries 2 tested ways to connect
...
Some installations seem to support localhost:port for 1st parameter of
mysqli_connect(), others will only support the official parameters with
port towards the end. This fix tries them both - first the official one,
then the localhost:port one.
Also, there were a lot of mysqli_connect()'s inside Admin mods. These
now also use the central Database class.
2017-11-20 01:09:49 +01:00
Martin Ambrus
67d9a42506
refactor: a lot of Automation foreach loops updated
...
#313
2017-11-19 14:01:30 +01:00
Martin Ambrus
b01d787627
fix: extra space making location header not work
2017-11-03 20:58:33 +01:00
Martin Ambrus
6f7c70a0d7
refactor: autoprefixing class includes
2017-10-28 02:17:43 +02:00
Martin Ambrus
7def98f081
feat: Farms generation via Admin must be fair (= random all over map)
2017-10-25 18:42:13 +02:00
Martin Ambrus
30d3b9c4fa
refactor: OOP code movements started :)
2017-10-25 13:38:38 +02:00
Martin Ambrus
cc51e9ad91
fix: DB class not included in some admin actions
2017-10-20 12:47:39 +02:00
Martin Ambrus
f4021d1452
feat: MD5 passwords exchanged for bcrypt ones
2017-10-20 12:31:27 +02:00
Martin Ambrus
331885a110
fix: remove SQL injections in Admin
2017-10-19 21:17:11 +02:00
Martin Ambrus
ac5d3538f8
fix: mysqli_error needs MySQLi connection as parameter
2017-10-17 13:05:13 +02:00
Martin Ambrus
92b9a7b043
fix: a lot of MySQL calls in templates replaced by MySQLi ones
2017-08-28 23:56:59 +02:00
uroskn
1afde368d3
GameEngine and install folders have 777 already set by default
2016-07-02 21:39:28 +02:00
Shadow
cae32d6603
Update addUsers.php
2014-03-25 08:28:27 +02:00
Shadow
19767cf6a6
update admin panel
2014-03-04 12:44:25 +02:00
Shadow
80c8d93edf
security update
2014-02-13 08:05:11 +02:00
KFCSpike
5c1babcee9
Choose Tribe when creating Users in Admin panel
2014-01-27 20:02:08 +00:00
KFCSpike
82b12a29d4
Add checkbox for Beginner's Protection when creating Users in Admin Panel
2014-01-27 13:30:45 +00:00
KFCSpike
ce40be343e
Create Users
2014-01-04 01:44:59 +00:00