Commit Graph

8 Commits

Author SHA1 Message Date
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 e4d470693b fix: correction for message when resetting PLUS bonus in Admin 2017-10-22 13:58:18 +02:00
Martin Ambrus 331885a110 fix: remove SQL injections in Admin 2017-10-19 21:17:11 +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 80c8d93edf security update 2014-02-13 08:05:11 +02:00
Novgorodschi Catalin 0a5a35aa9b fix file names 2013-08-13 10:06:46 +03:00
unknown e0ac5075fa fix ww rank: now the ww dissapear from rank when he destroyed + reworked admin panel by allycol93 with some changes by me 2012-05-10 17:19:33 +03:00