From f484bb04d68bbeffc6c644d9f649f7e8d5909bdf Mon Sep 17 00:00:00 2001 From: novgorodschi catalin Date: Wed, 1 Jul 2026 07:59:05 +0300 Subject: [PATCH] Add credits Add credits --- GameEngine/Account.php | 25 +++++++++++++++---------- GameEngine/Alliance.php | 25 +++++++++++++++---------- GameEngine/Artifacts.php | 25 +++++++++++++++---------- GameEngine/BBCode.php | 25 +++++++++++++++---------- GameEngine/Battle.php | 29 +++++++++++++++-------------- GameEngine/Building.php | 27 +++++++++++++++------------ GameEngine/Chat.php | 23 +++++++++++++++-------- GameEngine/Form.php | 26 +++++++++++++++----------- GameEngine/Generator.php | 33 +++++++++++++++------------------ GameEngine/Logging.php | 29 +++++++++++++++-------------- GameEngine/Mailer.php | 24 +++++++++++++++--------- GameEngine/Market.php | 31 ++++++++++++++++--------------- GameEngine/Message.php | 25 +++++++++++++++---------- GameEngine/Multisort.php | 23 +++++++++++++++-------- GameEngine/Profile.php | 30 +++++++++++++++--------------- GameEngine/Protection.php | 25 ++++++++++++++++--------- GameEngine/Ranking.php | 28 +++++++++++++++------------- GameEngine/Session.php | 25 +++++++++++++++---------- GameEngine/Technology.php | 23 +++++++++++++++-------- GameEngine/Units.php | 27 ++++++++++++++++----------- GameEngine/Village.php | 25 +++++++++++++++---------- 21 files changed, 318 insertions(+), 235 deletions(-) diff --git a/GameEngine/Account.php b/GameEngine/Account.php index c2b33f1e..a0574fc9 100755 --- a/GameEngine/Account.php +++ b/GameEngine/Account.php @@ -4,16 +4,21 @@ use App\Entity\User; ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 18.05.2026 ## -## Filename: Account.php ## -## Developed by: Dzoki ## -## Refactored by: Shadow ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Account.php ## +## Type : Account System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dzoki ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# global $autoprefix; diff --git a/GameEngine/Alliance.php b/GameEngine/Alliance.php index 9bafa9e7..d6c5a376 100755 --- a/GameEngine/Alliance.php +++ b/GameEngine/Alliance.php @@ -3,16 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 30.04.2026 ## -## Filename Alliance.php ## -## Developed by: Dzoki ## -## Refactored by: Shadow (cata7007@gmail.com) ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Alliance.php ## +## Type : Alliance System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dzoki ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# use App\Entity\User; diff --git a/GameEngine/Artifacts.php b/GameEngine/Artifacts.php index 6455deb9..cd61739a 100644 --- a/GameEngine/Artifacts.php +++ b/GameEngine/Artifacts.php @@ -3,16 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 13.05.2026 ## -## Filename Artifacts.php ## -## Developed by: Dzoki ## -## Refactored by: Shadow (cata7007@gmail.com) ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Artifacts.php ## +## Type : Artifacts System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dzoki ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# class Artifacts diff --git a/GameEngine/BBCode.php b/GameEngine/BBCode.php index 8a5a6094..a7e13fbc 100755 --- a/GameEngine/BBCode.php +++ b/GameEngine/BBCode.php @@ -3,16 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 30.04.2026 ## -## Filename BBCode.php ## -## Developed by: Shadow ## -## Refactor by: Shadow ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : BBCode.php ## +## Type : BBCode System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Shadow ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# include_once("config.php"); diff --git a/GameEngine/Battle.php b/GameEngine/Battle.php index e14f7fd0..f4394c8d 100644 --- a/GameEngine/Battle.php +++ b/GameEngine/Battle.php @@ -3,20 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 08.05.2026 ## -## Filename: Battle.php ## -## Developed by: Dzoki & Dixie ## -## Refactored by: Shadow (cata7007@gmail.com) ## -## Fixed by: InCube - double troops ## -## Reworked/Fix: ronix ## -## Thanks to: Akakori, Elmar & Kirilloid ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Battle.php ## +## Type : Battle System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dzoki & Dixie ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# diff --git a/GameEngine/Building.php b/GameEngine/Building.php index 45d26a75..4341bc75 100755 --- a/GameEngine/Building.php +++ b/GameEngine/Building.php @@ -3,18 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 12.05.2026 ## -## Filename: Building.php ## -## Developed by: Dzoki & Dixie ## -## Refactored by: Shadow (cata7007@gmail.com) ## -## Reworked/Fix: ronix ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Building.php ## +## Type : Building System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dzoki & Dixie ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# diff --git a/GameEngine/Chat.php b/GameEngine/Chat.php index 8e19dcf1..da742aa5 100755 --- a/GameEngine/Chat.php +++ b/GameEngine/Chat.php @@ -3,14 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Filename Chat.php ## -## Developed by: TTMMTT ## -## Refactored by: Shadow (cata7007@gmail.com) ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Chat.php ## +## Type : Chat System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : TTMMTT ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# if (!isset($SAJAX_INCLUDED)) { diff --git a/GameEngine/Form.php b/GameEngine/Form.php index 6d06bf58..5129cc01 100755 --- a/GameEngine/Form.php +++ b/GameEngine/Form.php @@ -3,17 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Filename Form.php ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## Refactored by: Shadow (cata7007@gmail.com) ## -## ## -## Refactor: Incremental cleanup (compatibility preserved) ## -## Notes: PHP 7+ / legacy safe ## -## ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Form.php ## +## Type : Form System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dzoki ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# class Form { diff --git a/GameEngine/Generator.php b/GameEngine/Generator.php index ab3d91de..041e5cee 100755 --- a/GameEngine/Generator.php +++ b/GameEngine/Generator.php @@ -3,24 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 18.05.2026 ## -## Filename: Generator.php ## -## Developed by: Dzoki ## -## Refactored by: Shadow (cata7007@gmail.com) ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## ## -## * Rules applied: ## -## - No logic changes ## -## - No functional behavior changes ## -## - Improved readability & structure ## -## - Removed obvious redundancy ## -## - PHP 7+ / legacy compatible ## -## ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Generator.php ## +## Type : Generator System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dzoki ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# class MyGenerator diff --git a/GameEngine/Logging.php b/GameEngine/Logging.php index 1ee442f1..3860e317 100755 --- a/GameEngine/Logging.php +++ b/GameEngine/Logging.php @@ -3,20 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 12.05.2026 ## -## Filename: Logging.php ## -## Developed by: Shadow ## -## Refactored by: Shadow (cata7007@gmail.com) ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## ## -## Refactor: Incremental cleanup (structure / readability / safety) ## -## Compatibility: PHP 7+ / legacy ## -## ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Logging.php ## +## Type : Logging System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dzoki ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# class Logging { diff --git a/GameEngine/Mailer.php b/GameEngine/Mailer.php index 6f375260..3e826341 100755 --- a/GameEngine/Mailer.php +++ b/GameEngine/Mailer.php @@ -3,15 +3,21 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Filename Mailer.php ## -## Developed by: Dixie ## -## Refactored: Shadow (PHP 7+ compatibility, cleanup, safety pass) ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## -## ## -## URLs: https://travianz.org ## -## https://github.com/Shadowss/TravianZ ## -## ## +## Filename : Mailer.php ## +## Type : Mailer System Backend ## +## --------------------------------------------------------------------------- ## +## Developed by : Dixie ## +## Refactored by : Shadow & Ferywir ## +## Thanks to : ronix, InCube, Akakori, Elmar & Kirilloid ## +## --------------------------------------------------------------------------- ## +## Contact : cata7007@gmail.com ## +## Project : TravianZ ## +## URLs: : https://travianz.org ## +## GitHub : https://github.com/Shadowss/TravianZ ## +## --------------------------------------------------------------------------- ## +## License : TravianZ Project ## +## Copyright : TravianZ (c) 2010-2026. All rights reserved. ## +## --------------------------------------------------------------------------- ## ################################################################################# class Mailer diff --git a/GameEngine/Market.php b/GameEngine/Market.php index c2af5d46..94935a0d 100755 --- a/GameEngine/Market.php +++ b/GameEngine/Market.php @@ -1,22 +1,23 @@