Fix some sql inject & Add Credits

Fix some sql inject & Add Credits
This commit is contained in:
novgorodschi catalin
2026-08-05 09:57:35 +03:00
parent f424733dd8
commit b2dec1d942
37 changed files with 1089 additions and 1069 deletions
+15 -4
View File
@@ -1,10 +1,21 @@
<?php
#################################################################################
## Bonusuri de alianta (port T4) ##
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename : bonuses.tpl ##
## Type : Alliance Bonuses and Donations ##
## --------------------------------------------------------------------------- ##
## Developed by : Shadow ##
## --------------------------------------------------------------------------- ##
## 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. ##
## --------------------------------------------------------------------------- ##
## Membrii doneaza resurse, alianta deblocheaza patru bonusuri de cate cinci ##
## niveluri. Toata logica sta in GameEngine/AllianceBonus.php; aici doar ##
## afisam starea si preluam formularul de donatie. ##
#################################################################################
if (!class_exists('AllianceBonus')) {