Files
TravianZ/GameEngine
iopietro e5d823cda0 Alliance forum fixes part 1
Fixed the majority of security issues:

+Fixed a bug that permitted to edit, delete and create a forum in any
alliance, without any permissions
+Fixed a bug that permitted to edit, create and delete any kind of
thread, with any kind of permission
+Fixed a bug that permitted to edit, modify and delete every kind of
post, without any kind of permission
+Fixed a bug that din't permit to create posts and threads
+Fixed a bug that permitted to create forum and threads with empty
name/topic
+Fixed a bug that permitted to move a thread to an invalid forum
+Fixed a bug that permitted to create an invalid type of forum
+Fixed a bug that didn't permit to move forums, to the top and the
bottom of their forum type (in reality, it wasn't even coded)
+Added a sorting column for supporting the "move to top/bottom"
functionality
+Minor improvements and bug fixing/code indentation/removal of redundant
code

NOTE: For playing this version, you HAVE to add a new column to the table "s1_forum_cat", you can simply do that by running this query (where "s1_" is the prefix of your server): ALTER TABLE s1_forum_cat ADD `sorting` int(11) NOT NULL AFTER `id`
2018-05-18 00:28:48 +02:00
..
2018-05-14 23:14:10 +02:00
2018-04-03 16:11:06 +02:00
2018-05-18 00:28:48 +02:00
2017-08-28 17:31:55 +02:00
2017-08-28 17:31:55 +02:00
2018-05-10 17:52:22 +02:00
2018-05-18 00:28:48 +02:00
2018-05-16 18:44:06 +02:00
2018-05-16 16:49:25 +02:00
2018-05-05 17:54:34 +02:00
2018-05-15 20:20:38 +02:00
2018-04-08 19:55:28 +02:00
2018-05-18 00:28:48 +02:00
2018-05-10 20:50:29 +02:00
2017-08-28 17:31:55 +02:00
2018-05-15 20:55:43 +02:00
2018-05-05 17:54:34 +02:00
2018-05-05 17:54:34 +02:00
2018-03-31 17:58:37 +02:00
2018-04-07 22:16:28 +02:00
2018-04-08 18:28:24 +02:00
2018-05-03 14:35:19 +02:00
2018-05-11 01:46:17 +02:00
2018-05-16 16:49:25 +02:00
2018-05-06 15:20:58 +02:00