From ff5ca62a1e3cdc27d2ebd45f094de71f97338a40 Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 22 Jun 2015 08:20:34 +0300 Subject: [PATCH] credits --- GameEngine/Account.php | 13 ++++++++++--- GameEngine/Alliance.php | 29 +++++++++++++++-------------- GameEngine/Automation.php | 15 ++++++++------- GameEngine/Battle.php | 17 +++++++++++------ GameEngine/Building.php | 14 ++++++++++---- GameEngine/Database/db_MYSQL.php | 14 +++++++++----- GameEngine/Session.php | 17 +++++++++-------- GameEngine/Units.php | 17 +++++++++-------- 8 files changed, 81 insertions(+), 55 deletions(-) diff --git a/GameEngine/Account.php b/GameEngine/Account.php index 08a05d29..59faf646 100644 --- a/GameEngine/Account.php +++ b/GameEngine/Account.php @@ -1,11 +1,18 @@ -| -| This script is property of TravianX Project. You are allowed to change -| its source and release it under own name, not under name `TravianX`. -| You have no rights to remove copyright notices. -| -| TravianX All rights reserved -| -*/ +################################################################################# +## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## +## --------------------------------------------------------------------------- ## +## Project: TravianZ ## +## Version: 22.06.2015 ## +## Filename Alliance.php ## +## Developed by: Mr.php , Advocaite , brainiacX , yi12345 , Shadow , ronix ## +## Fixed by: Shadow - STARVATION , HERO FIXED COMPL. ## +## Fixed by: InCube - double troops ## +## License: TravianZ Project ## +## Copyright: TravianZ (c) 2010-2015. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## +## ## +################################################################################# class Alliance { diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index b68369de..e3172c4c 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -3,15 +3,16 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 01.09.2013 ## +## Project: TravianZ ## +## Version: 22.06.2015 ## ## Filename Automation.php ## -## Developed by: Mr.php , Advocaite , brainiacX , yi12345 , Shadow , ronix ## -## Fixed by: Shadow - Doubleing Troops , STARVATION , HERO FIXED COMPL. ## +## Developed by: Mr.php , Advocaite , brainiacX , yi12345 , Shadow , ronix ## +## Fixed by: Shadow - STARVATION , HERO FIXED COMPL. ## +## Fixed by: InCube - double troops ## ## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2013. All rights reserved. ## -## URLs: http://travian.shadowss.ro ## -## Source code: http://github.com/Shadowss/TravianZ-by-Shadow/ ## +## Copyright: TravianZ (c) 2010-2015. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## ## ## ################################################################################# diff --git a/GameEngine/Battle.php b/GameEngine/Battle.php index 70df0208..89cb6dbd 100644 --- a/GameEngine/Battle.php +++ b/GameEngine/Battle.php @@ -1,19 +1,24 @@ $i+1) ? ', ' : ''); } diff --git a/GameEngine/Session.php b/GameEngine/Session.php index dcb0f79c..262166c8 100644 --- a/GameEngine/Session.php +++ b/GameEngine/Session.php @@ -5,15 +5,16 @@ mb_internal_encoding("UTF-8"); // Add for utf8 varriables. ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 01.09.2013 ## -## Filename Session.ph p ## -## Developed by: Mr.php , Advocaite , brainiacX , yi12345 , Shadow ## -## Fixed by: Shadow - Doubleing Troops , STARVATION , HERO FIXED COMPL. ## +## Project: TravianZ ## +## Version: 22.06.2015 ## +## Filename Session.php ## +## Developed by: Mr.php , Advocaite , brainiacX , yi12345 , Shadow , ronix ## +## Fixed by: Shadow - STARVATION , HERO FIXED COMPL. ## +## Fixed by: InCube - double troops ## ## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2013. All rights reserved. ## -## URLs: http://travian.shadowss.ro ## -## Source code: http://github.com/Shadowss/TravianZ-by-Shadow/ ## +## Copyright: TravianZ (c) 2010-2015. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## ## ## ################################################################################# diff --git a/GameEngine/Units.php b/GameEngine/Units.php index 2c6054fd..a913334d 100644 --- a/GameEngine/Units.php +++ b/GameEngine/Units.php @@ -3,15 +3,16 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 01.09.2013 ## -## Filename Units.php ## -## Developed by: Advocaite , yi12345 , Shadow ## -## Fixed by: Shadow - Doubleing Troops , Catapult fix if have artefact. ## +## Project: TravianZ ## +## Version: 22.06.2015 ## +## Filename Units.php ## +## Developed by: Mr.php , Advocaite , brainiacX , yi12345 , Shadow , ronix ## +## Fixed by: Shadow - STARVATION , HERO FIXED COMPL. ## +## Fixed by: InCube - double troops ## ## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2013. All rights reserved. ## -## URLs: http://travian.shadowss.ro ## -## Source code: http://github.com/Shadowss/TravianZ ## +## Copyright: TravianZ (c) 2010-2015. All rights reserved. ## +## URLs: http://travian.shadowss.ro ## +## Source code: https://github.com/Shadowss/TravianZ ## ## ## #################################################################################