From 1d677e87186a50619c568f081aebca9e6832517d Mon Sep 17 00:00:00 2001 From: Catalin Novgorodschi <1140613+Shadowss@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:20:55 +0300 Subject: [PATCH] Add notice and winner refactor Add notice and winner refactor --- a2b.php | 26 ++++--- celebration.php | 2 + dorf1.php | 7 +- dorf2.php | 8 +- dorf3.php | 7 +- index.php | 14 ++-- karte.php | 7 +- karte2.php | 9 ++- login.php | 7 +- logout.php | 7 +- manual.php | 7 +- massmessage.php | 7 +- nachrichten.php | 7 +- packages.php | 8 +- password.php | 7 +- plus.php | 7 +- rules.php | 9 ++- spieler.php | 8 +- spielregeln.php | 10 ++- statistiken.php | 7 +- support.php | 9 ++- sysmsg.php | 7 +- tutorial.php | 76 ++----------------- version.php | 7 +- warsim.php | 7 +- winner.php | 190 +++++++++++++++++++++++++++--------------------- 26 files changed, 252 insertions(+), 215 deletions(-) diff --git a/a2b.php b/a2b.php index f03e26a6..69205e9e 100644 --- a/a2b.php +++ b/a2b.php @@ -2,15 +2,23 @@ include_once ("GameEngine/Generator.php"); $start_timer = $generator->pageLoadTimeStart(); -// ################################################################################ -// # -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## -// # --------------------------------------------------------------------------- ## -// # Filename a2b.php ## -// # Developed by: Dzoki ## -// # License: TravianX Project ## -// # Copyright: TravianX (c) 2010-2011. All rights reserved. ## -// # ## -// ################################################################################ +################################################################################# +## ## +## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ## +## ## +## --------------------------------------------------------------------------- ## +## ## +## Project: TravianZ ## +## Version: 29.04.2026 ## +## Filename: a2b.php ## +## Developed by: Dzoki & Advocaite & Donnchadh ## +## Reworked by: Shadow ## +## License: TravianZ Project ## +## Copyright: TravianZ (c) 2010-2018. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## +## ## +################################################################################# use App\Utils\AccessLogger; diff --git a/celebration.php b/celebration.php index 54937a3b..11433d1b 100644 --- a/celebration.php +++ b/celebration.php @@ -1,4 +1,5 @@ pageLoadTimeStart(); ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## +## Project: TravianZ ## ## Filename dorf1.php ## ## Developed by: Dzoki ## -## License: TravianX Project ## -## Copyright: TravianX (c) 2010-2011. All rights reserved. ## +## License: TravianZ Project ## +## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## ## ## ################################################################################# use App\Utils\AccessLogger; diff --git a/dorf2.php b/dorf2.php index 15710557..ead0ead3 100644 --- a/dorf2.php +++ b/dorf2.php @@ -5,12 +5,16 @@ $start_timer = $generator->pageLoadTimeStart(); ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## +## Project: TravianZ ## ## Filename dorf2.php ## ## Developed by: Dzoki ## -## License: TravianX Project ## -## Copyright: TravianX (c) 2010-2011. All rights reserved. ## +## License: TravianZ Project ## +## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## ## ## ################################################################################# + use App\Utils\AccessLogger; include_once("GameEngine/Village.php"); diff --git a/dorf3.php b/dorf3.php index 0116e339..141af799 100644 --- a/dorf3.php +++ b/dorf3.php @@ -5,10 +5,13 @@ $start_timer = $generator->pageLoadTimeStart(); ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## +## Project: TravianZ ## ## Filename dorf3.php ## ## Developed by: Dzoki ## -## License: TravianX Project ## -## Copyright: TravianX (c) 2010-2011. All rights reserved. ## +## License: TravianZ Project ## +## Copyright: TravianZ (c) 2010-2026. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## ## ## ################################################################################# diff --git a/index.php b/index.php index 17392619..ca5af19d 100644 --- a/index.php +++ b/index.php @@ -7,15 +7,15 @@ use App\Utils\AccessLogger; ## ## ## --------------------------------------------------------------------------- ## ## ## -## Project: ZravianX ## -## Version: 2011.11.30 ## +## Project: TravianZ ## +## Version: 29.04.2026 ## ## Filename: index.php ## ## Developed by: Dzoki & Advocaite & Donnchadh ## ## Reworked by: ZZJHONS ## -## License: Creative Commons BY-NC-SA 3.0 ## -## Copyright: ZravianX (c) 2011 - All rights reserved ## -## URLs: http://zravianx.zzjhons.com ## -## Source code: http://www.github.com/ZZJHONS/ZravianX ## +## License: TravianZ Project ## +## Copyright: TravianZ (c) 2010-2018. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## ## ## ################################################################################# @@ -90,7 +90,7 @@ AccessLogger::logRequest();