mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 22:57:16 +00:00
Update winner.php
This commit is contained in:
+20
-9
@@ -1,12 +1,23 @@
|
|||||||
<?php
|
<?php
|
||||||
##################################################################
|
|
||||||
## Page: winner.php ##
|
#################################################################################
|
||||||
## Description: When the player builds Wonder of the World ##
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
## to level 100 the winner details are shown. ##
|
## --------------------------------------------------------------------------- ##
|
||||||
## tells the players the game is over ##
|
## Project: TravianZ ##
|
||||||
## Authors: aggenkeech - and a little help from Eyas95 ##
|
## Version: 18.02.2014 ##
|
||||||
## Created: 31/03/2012 ##
|
## Description: When the player builds Wonder of the World ##
|
||||||
##################################################################
|
## to level 100 the winner details are shown. ##
|
||||||
|
## tells the players the game is over ##
|
||||||
|
## Authors: aggenkeech - and a little help from Eyas95 ##
|
||||||
|
## Page: winner.php ##
|
||||||
|
## Fixed by: Shadow ##
|
||||||
|
## 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/ ##
|
||||||
|
## ##
|
||||||
|
#################################################################################
|
||||||
|
|
||||||
include("GameEngine/Village.php");
|
include("GameEngine/Village.php");
|
||||||
$start = $generator->pageLoadTimeStart();
|
$start = $generator->pageLoadTimeStart();
|
||||||
if(isset($_GET['newdid'])) {
|
if(isset($_GET['newdid'])) {
|
||||||
@@ -182,7 +193,7 @@ $q = "
|
|||||||
<div id="mid">
|
<div id="mid">
|
||||||
<?php include("Templates/menu.tpl"); ?>
|
<?php include("Templates/menu.tpl"); ?>
|
||||||
<div id="content" class="village2" style="font-size: 9pt;">
|
<div id="content" class="village2" style="font-size: 9pt;">
|
||||||
<img src="../gpack/travian_default/img/misc/win.png" align="right" style="padding-top: 40px;">
|
<img src="./gpack/travian_default/img/misc/win.png" align="right" style="padding-top: 40px;">
|
||||||
<p>
|
<p>
|
||||||
<b>Dear <?php echo SERVER_NAME; ?> Players,</b>
|
<b>Dear <?php echo SERVER_NAME; ?> Players,</b>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
|||||||
Reference in New Issue
Block a user